- add third_party src.
[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         '../webkit/glue/webkit_glue.gyp:glue',
18         '../webkit/glue/webkit_glue.gyp:glue_child',
19         'extensions/extensions.gyp:xwalk_extensions',
20       ],
21       'include_dirs': [
22         '../../..',
23       ],
24       'sources': [
25         'xesh_main.cc',
26         'xesh_v8_runner.h',
27         'xesh_v8_runner.cc',
28       ],
29     },
30   ],
31 }