Change the chromium header from ewk_chromium.h to EWebKit.h/Ewebkit_internal.h
[platform/framework/web/crosswalk-tizen.git] / wrt-upgrade / wrt-upgrade.gyp
1 {
2   'includes': [
3     '../build/common.gypi',
4   ],
5   'targets': [
6     {
7       'target_name': 'wrt-upgrade',
8       'type': 'executable',
9       'dependencies': [
10         '../common/common.gyp:xwalk_tizen_common',
11       ],
12       'sources': [
13         'wrt-upgrade.cc',
14         'wrt-upgrade-info.cc',
15       ],
16       'variables': {
17         'packages': [
18           'sqlite3',
19           'dlog',
20         ],
21       },
22       'libraries' : [
23         '-ldl',
24       ],
25       'copies': [
26         {
27           'destination': '<(SHARED_INTERMEDIATE_DIR)',
28           'files': [
29             '310.wrt.upgrade.sh'
30           ],
31         },
32       ],
33     }, # end of target 'wrt-upgrade'
34   ], # end of targets
35 }