OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser_extensions', | 8 'target_name': 'browser_extensions', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
166 'browser/extensions/api/bluetooth/bluetooth_api_utils.cc', | 166 'browser/extensions/api/bluetooth/bluetooth_api_utils.cc', |
167 'browser/extensions/api/bluetooth/bluetooth_api_utils.h', | 167 'browser/extensions/api/bluetooth/bluetooth_api_utils.h', |
168 'browser/extensions/api/bluetooth/bluetooth_event_router.cc', | 168 'browser/extensions/api/bluetooth/bluetooth_event_router.cc', |
169 'browser/extensions/api/bluetooth/bluetooth_event_router.h', | 169 'browser/extensions/api/bluetooth/bluetooth_event_router.h', |
170 'browser/extensions/api/bluetooth/bluetooth_extension_function.cc', | 170 'browser/extensions/api/bluetooth/bluetooth_extension_function.cc', |
171 'browser/extensions/api/bluetooth/bluetooth_extension_function.h', | 171 'browser/extensions/api/bluetooth/bluetooth_extension_function.h', |
172 'browser/extensions/api/bluetooth/bluetooth_private_api.cc', | 172 'browser/extensions/api/bluetooth/bluetooth_private_api.cc', |
173 'browser/extensions/api/bluetooth/bluetooth_private_api.h', | 173 'browser/extensions/api/bluetooth/bluetooth_private_api.h', |
174 'browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_api.cc
', | 174 'browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_api.cc
', |
175 'browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_api.h'
, | 175 'browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_api.h'
, |
| 176 'browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_connec
tion.cc', |
| 177 'browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_connec
tion.h', |
176 'browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_event_
router.cc', | 178 'browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_event_
router.cc', |
177 'browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_event_
router.h', | 179 'browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_event_
router.h', |
178 'browser/extensions/api/bluetooth_low_energy/utils.cc', | 180 'browser/extensions/api/bluetooth_low_energy/utils.cc', |
179 'browser/extensions/api/bluetooth_low_energy/utils.h', | 181 'browser/extensions/api/bluetooth_low_energy/utils.h', |
180 'browser/extensions/api/bluetooth_socket/bluetooth_api_socket.h', | 182 'browser/extensions/api/bluetooth_socket/bluetooth_api_socket.h', |
181 'browser/extensions/api/bluetooth_socket/bluetooth_api_socket.cc', | 183 'browser/extensions/api/bluetooth_socket/bluetooth_api_socket.cc', |
182 'browser/extensions/api/bluetooth_socket/bluetooth_socket_api.cc', | 184 'browser/extensions/api/bluetooth_socket/bluetooth_socket_api.cc', |
183 'browser/extensions/api/bluetooth_socket/bluetooth_socket_api.h', | 185 'browser/extensions/api/bluetooth_socket/bluetooth_socket_api.h', |
184 'browser/extensions/api/bluetooth_socket/bluetooth_socket_event_dispatch
er.cc', | 186 'browser/extensions/api/bluetooth_socket/bluetooth_socket_event_dispatch
er.cc', |
185 'browser/extensions/api/bluetooth_socket/bluetooth_socket_event_dispatch
er.h', | 187 'browser/extensions/api/bluetooth_socket/bluetooth_socket_event_dispatch
er.h', |
(...skipping 1069 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1255 'type': 'static_library', | 1257 'type': 'static_library', |
1256 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], | 1258 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], |
1257 'variables': { | 1259 'variables': { |
1258 'proto_in_dir': 'browser/extensions/api/cast_channel', | 1260 'proto_in_dir': 'browser/extensions/api/cast_channel', |
1259 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', | 1261 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', |
1260 }, | 1262 }, |
1261 'includes': [ '../build/protoc.gypi' ] | 1263 'includes': [ '../build/protoc.gypi' ] |
1262 }, | 1264 }, |
1263 ], # 'conditions' | 1265 ], # 'conditions' |
1264 } | 1266 } |
OLD | NEW |