8ca1606755a209f4e19307738fc5af0b3a526866
[platform/framework/web/tizen-extensions-crosswalk.git] / messageport / messageport.gyp
1 {
2   'includes':[
3     '../common/common.gypi',
4   ],
5   'targets': [
6     {
7       'target_name': 'tizen_messageport',
8       'type': 'loadable_module',
9       'variables': {
10         'packages': [
11           'bundle',
12           'message-port',
13         ],
14       },
15       'includes': [
16         '../common/pkg-config.gypi',
17       ],
18       'sources': [
19         'messageport_api.js',
20         'messageport_extension.cc',
21         'messageport_extension.h',
22         'messageport_instance.cc',
23         'messageport_instance.h',
24         '../common/extension.cc',
25         '../common/extension.h',
26       ],
27     },
28   ],
29 }