Upstream version 6.35.131.0
[platform/framework/web/crosswalk.git] / src / xwalk / application / tools / tizen / xwalk_tizen_helper.gyp
1 {
2   'targets': [
3     {
4       'target_name': 'xwalk-pkg-helper',
5       'type': 'executable',
6       'product_name': 'xwalk-pkg-helper',
7       'conditions': [
8         ['tizen==1 or tizen_mobile==1', {
9           'dependencies': [
10             '../../../build/system.gyp:tizen',
11             '../../../../base/base.gyp:base',
12             ],
13           }],
14         ['OS=="linux"', {
15           'dependencies': [
16             '../../../../base/base.gyp:base',
17           ],
18         }],
19       ],
20       'include_dirs': [
21         '../../../..',
22       ],
23       'sources': [
24         'xwalk_pkg_helper.cc',
25         'xwalk_pkg_installer.cc',
26         'xwalk_pkg_installer.h',
27       ],
28     },
29   ],
30 }