Upstream version 9.38.204.0
[platform/framework/web/crosswalk.git] / src / xwalk / application / tools / linux / xwalk_application_tools.gyp
1 {
2   'targets': [  
3     {
4       'target_name': 'xwalk_launcher',
5       'type': 'executable',
6       'product_name': 'xwalk-launcher',
7       'include_dirs': [
8         '../../../..',
9       ],
10       'dependencies': [
11         '../../../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
12         '../../../extensions/extensions.gyp:xwalk_extensions',
13         '../../../application/common/xwalk_application_common.gypi:xwalk_application_common_lib',
14       ],
15       'sources': [
16         'dbus_connection.cc',
17         'dbus_connection.h',
18         'xwalk_extension_process_launcher.cc',
19         'xwalk_extension_process_launcher.h',
20         'xwalk_launcher_main.cc',
21       ],
22       'conditions' : [
23         ['OS=="linux"', {
24           'dependencies': [
25             '../../../build/system.gyp:gio',
26           ],
27         }],
28         ['tizen==1', {
29           'dependencies': [
30             '../../../build/system.gyp:gio',
31             '../../../build/system.gyp:tizen',
32             '../../../build/system.gyp:tizen_appcore_common'
33           ],
34           'sources': [
35             'xwalk_launcher_tizen.cc',
36             'xwalk_launcher_tizen.h',
37             '../tizen/xwalk_tizen_user.cc',
38             '../tizen/xwalk_tizen_user.h',
39           ],
40         }],
41       ],
42     },
43   ],
44 }