4ca57d105148caf5ac9fc79ff6afd20f9b38ca75
[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       ],
26     },
27   ],
28 }