Merge "[Events] Added common code on cordova side."
authorHyunJin Park <hj.na.park@samsung.com>
Tue, 1 Dec 2015 23:58:14 +0000 (08:58 +0900)
committerGerrit Code Review <gerrit@s001>
Tue, 1 Dec 2015 23:58:14 +0000 (08:58 +0900)
1  2 
src/cordova-api.gyp
src/lib/cordova_plugins.js

index 88eef3bb3dd9e31fc30aabf3ef367e09172a4c9e,1b6354e07cbc71128446f03cbb70e2f625414ab3..0266c84ae382ec6169193af4e3bea4e77d06b201
@@@ -10,8 -10,8 +10,9 @@@
        'dependencies': [
          'cordova/cordova.gyp:*',
          'device/cordova_device.gyp:*',
 +        'devicemotion/cordova_devicemotion.gyp:*',
          'dialog/cordova_dialog.gyp:*',
+         'events/cordova_events.gyp:*',
          'file/cordova_file.gyp:*',
          'globalization/cordova_globalization.gyp:*',
          'networkinformation/cordova_networkinformation.gyp:*',
index 04cfaa78b468acb4fbe33323fe11135ff742d057,797e7f8d26886af69d8da41dfbcb4b2652323a63..672cfbd5c999286fd27cf0400dd2bb499f7ed79a
@@@ -243,13 -234,13 +248,14 @@@ module.exports.metadata 
  {
      "cordova-plugin-console": "1.0.1",
      "cordova-plugin-device": "1.0.1",
 +    "cordova-plugin-device-motion": "1.2.0",
      "cordova-plugin-dialogs": "1.1.1",
+     "cordova-plugin-events": "0.0.1",
      "cordova-plugin-file": "3.0.0",
      "cordova-plugin-file-transfer": "1.3.0",
 -    "cordova-plugin-network-information": "1.0.1",
      "cordova-plugin-globalization": "1.0.1",
      "cordova-plugin-media": "1.0.1",
 +    "cordova-plugin-network-information": "1.0.1",
  }
  // BOTTOM OF METADATA
  });