Upstream version 9.38.205.0
[platform/framework/web/crosswalk.git] / src / xwalk / application / common / xwalk_application_common.gypi
1 {
2 'targets': [
3     {
4       'target_name': 'xwalk_application_common_lib',
5       'type': 'static_library',
6       'dependencies': [
7         '../../../base/base.gyp:base',
8         '../../../base/base.gyp:base_i18n',
9         '../../../content/content.gyp:content_common',
10         '../../../crypto/crypto.gyp:crypto',
11         '../../../net/net.gyp:net',
12         '../../../sql/sql.gyp:sql',
13         '../../../url/url.gyp:url_lib',
14         '../../../third_party/libxml/libxml.gyp:libxml',
15         '../../../third_party/re2/re2.gyp:re2',
16         '../../../third_party/zlib/google/zip.gyp:zip',
17       ],
18       'sources': [
19         'application_data.cc',
20         'application_data.h',
21         'application_file_util.cc',
22         'application_file_util.h',
23         'application_manifest_constants.cc',
24         'application_manifest_constants.h',
25         'application_resource.cc',
26         'application_resource.h',
27         'constants.cc',
28         'constants.h',
29         'id_util.cc',
30         'id_util.h',
31         'manifest.cc',
32         'manifest.h',
33         'manifest_handler.cc',
34         'manifest_handler.h',
35         'manifest_handlers/csp_handler.cc',
36         'manifest_handlers/csp_handler.h',
37         'manifest_handlers/permissions_handler.cc',
38         'manifest_handlers/permissions_handler.h',
39         'manifest_handlers/warp_handler.cc',
40         'manifest_handlers/warp_handler.h',
41         'manifest_handlers/widget_handler.cc',
42         'manifest_handlers/widget_handler.h',
43         'permission_policy_manager.cc',
44         'permission_policy_manager.h',
45         'permission_types.h',
46         'signature_types.h',
47         'package/package.h',
48         'package/package.cc',
49         'package/wgt_package.h',
50         'package/wgt_package.cc',
51         'package/xpk_package.cc',
52         'package/xpk_package.h',
53       ],
54       'conditions': [
55         ['tizen==1', {
56           'dependencies': [
57             '../../build/system.gyp:tizen',
58             '../../tizen/xwalk_tizen.gypi:xwalk_tizen_lib',
59             '../../../third_party/re2/re2.gyp:re2',
60           ],
61           'sources': [
62             'manifest_handlers/navigation_handler.cc',
63             'manifest_handlers/navigation_handler.h',
64             'manifest_handlers/tizen_application_handler.cc',
65             'manifest_handlers/tizen_application_handler.h',
66             'manifest_handlers/tizen_metadata_handler.cc',
67             'manifest_handlers/tizen_metadata_handler.h',
68             'manifest_handlers/tizen_setting_handler.cc',
69             'manifest_handlers/tizen_setting_handler.h',
70             'manifest_handlers/tizen_splash_screen_handler.cc',
71             'manifest_handlers/tizen_splash_screen_handler.h',
72             'tizen/application_storage.cc',
73             'tizen/application_storage.h',
74             'tizen/application_storage_impl.cc',
75             'tizen/application_storage_impl.h',
76             'tizen/package_path.cc',
77             'tizen/package_path.h',
78             'tizen/signature_data.h',
79             'tizen/signature_data.cc',
80             'tizen/signature_parser.h',
81             'tizen/signature_parser.cc',
82             'tizen/signature_validator.cc',
83             'tizen/signature_validator.h',
84
85           ],
86         }],
87       ],
88       'include_dirs': [
89         '..',
90         '../..',
91         '../../..',
92       ],
93     },
94   ],
95 }