Upstream version 10.38.212.0
[platform/framework/web/crosswalk.git] / src / xwalk / application / tools / tizen / xwalk_tizen_tools.gyp
1 {
2   'targets': [
3     {
4       'target_name': 'xwalkctl',
5       'type': 'executable',
6       'product_name': 'xwalkctl',
7       'dependencies': [
8         '../../../application/common/xwalk_application_common.gypi:xwalk_application_common_lib',
9         '../../../build/system.gyp:gio',
10         '../../../../build/linux/system.gyp:dbus',
11         '../../../../dbus/dbus.gyp:dbus',
12         '../../../build/system.gyp:tizen',
13       ],
14       'include_dirs': [
15         '../../../..',
16       ],
17       'sources': [
18         'xwalkctl_main.cc',
19         'xwalk_package_installer.cc',
20         'xwalk_package_installer.h',
21         'xwalk_packageinfo_constants.cc',
22         'xwalk_packageinfo_constants.h',
23         'xwalk_platform_installer.cc',
24         'xwalk_platform_installer.h',
25         'xwalk_tizen_user.cc',
26         'xwalk_tizen_user.h',
27         # TODO(t.iwanek) fix me - this duplicates compilation of those files
28         '../../../runtime/common/xwalk_paths.cc',
29         '../../../runtime/common/xwalk_paths.h',
30         '../../../runtime/common/xwalk_system_locale.cc',
31         '../../../runtime/common/xwalk_system_locale.h',
32       ],
33     },
34     {
35       'target_name': 'xwalk-backendlib',
36       'type': 'shared_library',
37       'product_name': 'xwalk-backendlib',
38       'dependencies': [
39         '../../../build/system.gyp:tizen',
40         '../../../../base/base.gyp:base',
41         '../../common/xwalk_application_common.gypi:xwalk_application_common_lib',
42       ],
43       'include_dirs': [
44         '../../../..',
45       ],
46       'sources': [
47         'xwalk_backendlib.cc',
48         'xwalk_backend_plugin.cc',
49         'xwalk_backend_plugin.h',
50         # TODO(t.iwanek) fix me - this duplicates compilation of those files
51         '../../../runtime/common/xwalk_paths.cc',
52         '../../../runtime/common/xwalk_paths.h',
53         '../../../runtime/common/xwalk_system_locale.cc',
54         '../../../runtime/common/xwalk_system_locale.h',
55       ],
56     },
57   ],
58 }