Restructure GYP to easier read and use.
authorHalton Huo <halton.huo@intel.com>
Fri, 2 Aug 2013 08:14:19 +0000 (16:14 +0800)
committerHalton Huo <halton.huo@intel.com>
Mon, 5 Aug 2013 05:54:01 +0000 (13:54 +0800)
commitabbf0dafa80578c4325bc5b056044fb371a4506a
tree1ef7daa5f828c41e606dc3704b7cb4de9dba2c86
parentf978f00e1d33a671b20fbdf1ab2b9b9e4daf261d
Restructure GYP to easier read and use.

Changes summary:
1. Use dependencies instead of includes in tizen-wrt.gyp.
2. Move shared gyp from tizen-wrt.gyp into common/common.gypi to allow each
   module include it.
3. pkg-config.gypi -> common/pkg-config.gypi
4. xwalk_js2c.gypi -> common/xwalk_js2c.gypi
5. <module>/*.gypi -> <module>/*.gyp
bluetooth/bluetooth.gyp [moved from bluetooth/bluetooth.gypi with 78% similarity]
common/common.gypi [new file with mode: 0644]
common/pkg-config.gypi [moved from pkg-config.gypi with 100% similarity]
common/xwalk_js2c.gypi [moved from xwalk_js2c.gypi with 92% similarity]
networkbearerselection/networkbearerselection.gyp [moved from networkbearerselection/networkbearerselection.gypi with 94% similarity]
notification/notification.gyp [moved from notification/notification.gypi with 85% similarity]
power/power.gyp [moved from power/power.gypi with 85% similarity]
system_info/system_info.gyp [moved from system_info/system_info.gypi with 94% similarity]
time/time.gyp [moved from time/time.gypi with 78% similarity]
tizen-wrt.gyp
tizen/tizen.gyp [moved from tizen/tizen.gypi with 80% similarity]