Remove deperacated wrapper ExtensionAdapter
[platform/framework/web/tizen-extensions-crosswalk.git] / time / time.gyp
1 {
2   'includes':[
3     '../common/common.gypi',
4   ],
5   'targets': [
6     {
7       'target_name': 'tizen_time',
8       'type': 'loadable_module',
9       'variables': {
10         'packages': [
11           'icu-i18n',
12         ],
13       },
14       'includes': [
15         '../common/pkg-config.gypi',
16       ],
17       'sources': [
18         'time_api.js',
19         'time_extension.cc',
20         'time_extension.h',
21         'time_instance.cc',
22         'time_instance.h',
23       ],
24       'conditions': [
25         [ 'tizen == 1', {
26             'variables': { 'packages': ['vconf'] },
27         }],
28       ],
29     },
30   ],
31 }