Remove deperacated wrapper ExtensionAdapter
[platform/framework/web/tizen-extensions-crosswalk.git] / filesystem / filesystem.gyp
1 {
2   'includes':[
3     '../common/common.gypi',
4   ],
5   'targets': [
6     {
7       'target_name': 'tizen_filesystem',
8       'type': 'loadable_module',
9       'variables': {
10         'packages': [
11           'capi-appfw-application',
12           'pkgmgr-info',
13         ],
14       },
15       'sources': [
16         'filesystem_api.js',
17         'filesystem_extension.cc',
18         'filesystem_extension.h',
19         'filesystem_instance.cc',
20         'filesystem_instance.h',
21       ],
22       'includes': [
23         '../common/pkg-config.gypi',
24       ],
25     },
26   ],
27 }