Remove deperacated wrapper ExtensionAdapter
[platform/framework/web/tizen-extensions-crosswalk.git] / content / content.gyp
1 {
2   'includes':[
3     '../common/common.gypi',
4   ],
5   'targets': [
6     {
7       'target_name': 'tizen_content',
8       'type': 'loadable_module',
9       'variables': {
10         'packages': [
11           'capi-content-media-content'
12         ],
13       },
14       'sources': [
15         'content_api.js',
16         'content_extension.cc',
17         'content_extension.h',
18         'content_filter.cc',
19         'content_filter.h',
20         'content_instance.cc',
21         'content_instance.h',
22       ],
23       'includes': [
24         '../common/pkg-config.gypi',
25       ],
26     }
27   ]
28 }