Upstream version 11.39.244.0
[platform/framework/web/crosswalk.git] / src / xwalk / application / tools / tizen / xwalk_tizen_tools.gyp
1 {
2   'targets': [
3     {
4       'target_name': 'xwalk_backend',
5       'type': 'executable',
6       'product_name': 'xwalk_backend',
7       'dependencies': [
8         '../../../application/common/xwalk_application_common.gypi:xwalk_application_common_lib',
9         '../../../build/system.gyp:gio',
10         '../../../build/system.gyp:tizen',
11       ],
12       'include_dirs': [
13         '../../../..',
14       ],
15       'sources': [
16         'xwalk_backend.cc',
17         'xwalk_package_installer.cc',
18         'xwalk_package_installer.h',
19         'xwalk_packageinfo_constants.cc',
20         'xwalk_packageinfo_constants.h',
21         'xwalk_platform_installer.cc',
22         'xwalk_platform_installer.h',
23         'xwalk_rds_delta_parser.cc',
24         'xwalk_rds_delta_parser.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_backend_lib',
36       'type': 'shared_library',
37       'product_name': 'xwalk_backend_lib',
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 }