Upstream version 9.37.197.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       'cflags': [
15         '<!@(pkg-config --cflags libtzplatform-config)',
16       ],
17       'link_settings': {
18         'libraries': [
19           '<!@(pkg-config --libs libtzplatform-config)',
20         ],
21       },
22       'sources': [
23         'xwalk_package_helper.cc',
24         'xwalk_package_installer_helper.cc',
25         'xwalk_package_installer_helper.h',
26       ],
27     },
28   ],
29 }