Remove deperacated wrapper ExtensionAdapter
[platform/framework/web/tizen-extensions-crosswalk.git] / network_bearer_selection / network_bearer_selection.gyp
1 {
2   'includes':[
3     '../common/common.gypi',
4   ],
5   'targets': [
6     {
7       'target_name': 'tizen_network_bearer_selection',
8       'type': 'loadable_module',
9       'sources': [
10         'network_bearer_selection_api.js',
11         'network_bearer_selection_connection_tizen.cc',
12         'network_bearer_selection_connection_tizen.h',
13         'network_bearer_selection_extension.cc',
14         'network_bearer_selection_extension.h',
15         'network_bearer_selection_instance.cc',
16         'network_bearer_selection_instance.h',
17         'network_bearer_selection_instance_desktop.cc',
18         'network_bearer_selection_instance_tizen.cc',
19         'network_bearer_selection_request.cc',
20         'network_bearer_selection_request.h',
21       ],
22       'conditions': [
23         [ 'tizen == 1', {
24           'includes': [
25             '../common/pkg-config.gypi',
26           ],
27           'variables': {
28             'packages': [
29               'capi-network-connection',
30             ],
31           },
32         }],
33       ],
34     },
35   ],
36 }