651bff1813a7028958b21d4b53d438c03d6f09ca
[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         '../common/extension.h',
24         '../common/extension.cc',
25       ],
26       'conditions': [
27         [ 'tizen == 1', {
28             'variables': { 'packages': ['vconf'] },
29         }],
30       ],
31     },
32   ],
33 }