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