Remove deperacated wrapper ExtensionAdapter
[platform/framework/web/tizen-extensions-crosswalk.git] / tizen / tizen.gyp
1 {
2   'includes':[
3     '../common/common.gypi',
4   ],
5   'targets': [
6     {
7       'target_name': 'tizen',
8       'type': 'loadable_module',
9       'sources': [
10         'tizen.h',
11         'tizen_api.js',
12         'tizen_extension.cc',
13         'tizen_extension.h',
14       ],
15     },
16   ],
17 }