Remove deperacated wrapper ExtensionAdapter
[platform/framework/web/tizen-extensions-crosswalk.git] / callhistory / callhistory.gyp
1 {
2   'includes':[
3     '../common/common.gypi',
4   ],
5   'targets': [
6     {
7       'target_name': 'tizen_callhistory',
8       'type': 'loadable_module',
9
10       'conditions': [
11         [ 'extension_host_os == "mobile"', {
12           'variables': {
13             'packages': ['contacts-service2', 'libpcrecpp',]
14           },
15
16          'includes': [
17            '../common/pkg-config.gypi',
18           ],
19
20           'sources': [
21             'callhistory_api.js',
22             'callhistory.cc',
23             'callhistory.h',
24             'callhistory_mobile.cc',
25             'callhistory_props.h',
26           ],
27         }],
28       ],
29     },
30   ],
31 }