Upstream version 7.35.138.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       'dependencies': [
8         '../../../build/system.gyp:tizen',
9         '../../../../base/base.gyp:base',
10       ],
11       'include_dirs': [
12         '../../../..',
13       ],
14       'sources': [
15         'xwalk_package_helper.cc',
16         'xwalk_package_installer_helper.cc',
17         'xwalk_package_installer_helper.h',
18       ],
19     },
20   ],
21 }