Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / xwalk / extensions / xesh / xesh.gypi
1 {
2   'targets': [
3     {
4       'target_name': 'xwalk_extension_shell',
5       'type': 'executable',
6       'defines': ['XWALK_VERSION="<(xwalk_version)"'],
7       'product_name': 'xesh',
8       'dependencies': [
9         '../base/allocator/allocator.gyp:allocator',
10         '../base/base.gyp:base',
11         '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
12         '../content/content.gyp:content',
13         '../ipc/ipc.gyp:ipc',
14         '../third_party/WebKit/public/blink.gyp:blink',
15         '../url/url.gyp:url_lib',
16         '../v8/tools/gyp/v8.gyp:v8',
17         'extensions/extensions.gyp:xwalk_extensions',
18       ],
19       'include_dirs': [
20         '../../..',
21       ],
22       'sources': [
23         'xesh_main.cc',
24         'xesh_v8_runner.h',
25         'xesh_v8_runner.cc',
26       ],
27     },
28   ],
29 }