OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 'variables': { | 6 'variables': { |
7 'extensions_common_constants_sources': [ | 7 'extensions_common_constants_sources': [ |
8 'common/constants.cc', | 8 'common/constants.cc', |
9 'common/constants.h', | 9 'common/constants.h', |
10 ], | 10 ], |
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
257 'browser/api/bluetooth/bluetooth_api_pairing_delegate.cc', | 257 'browser/api/bluetooth/bluetooth_api_pairing_delegate.cc', |
258 'browser/api/bluetooth/bluetooth_api_pairing_delegate.h', | 258 'browser/api/bluetooth/bluetooth_api_pairing_delegate.h', |
259 'browser/api/bluetooth/bluetooth_api_utils.cc', | 259 'browser/api/bluetooth/bluetooth_api_utils.cc', |
260 'browser/api/bluetooth/bluetooth_api_utils.h', | 260 'browser/api/bluetooth/bluetooth_api_utils.h', |
261 'browser/api/bluetooth/bluetooth_event_router.cc', | 261 'browser/api/bluetooth/bluetooth_event_router.cc', |
262 'browser/api/bluetooth/bluetooth_event_router.h', | 262 'browser/api/bluetooth/bluetooth_event_router.h', |
263 'browser/api/bluetooth/bluetooth_extension_function.cc', | 263 'browser/api/bluetooth/bluetooth_extension_function.cc', |
264 'browser/api/bluetooth/bluetooth_extension_function.h', | 264 'browser/api/bluetooth/bluetooth_extension_function.h', |
265 'browser/api/bluetooth/bluetooth_private_api.cc', | 265 'browser/api/bluetooth/bluetooth_private_api.cc', |
266 'browser/api/bluetooth/bluetooth_private_api.h', | 266 'browser/api/bluetooth/bluetooth_private_api.h', |
| 267 'browser/api/bluetooth_low_energy/bluetooth_api_advertisement.cc', |
| 268 'browser/api/bluetooth_low_energy/bluetooth_api_advertisement.h', |
267 'browser/api/bluetooth_low_energy/bluetooth_low_energy_api.cc', | 269 'browser/api/bluetooth_low_energy/bluetooth_low_energy_api.cc', |
268 'browser/api/bluetooth_low_energy/bluetooth_low_energy_api.h', | 270 'browser/api/bluetooth_low_energy/bluetooth_low_energy_api.h', |
269 'browser/api/bluetooth_low_energy/bluetooth_low_energy_connection.cc', | 271 'browser/api/bluetooth_low_energy/bluetooth_low_energy_connection.cc', |
270 'browser/api/bluetooth_low_energy/bluetooth_low_energy_connection.h', | 272 'browser/api/bluetooth_low_energy/bluetooth_low_energy_connection.h', |
271 'browser/api/bluetooth_low_energy/bluetooth_low_energy_event_router.cc', | 273 'browser/api/bluetooth_low_energy/bluetooth_low_energy_event_router.cc', |
272 'browser/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h', | 274 'browser/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h', |
273 'browser/api/bluetooth_low_energy/bluetooth_low_energy_notify_session.cc', | 275 'browser/api/bluetooth_low_energy/bluetooth_low_energy_notify_session.cc', |
274 'browser/api/bluetooth_low_energy/bluetooth_low_energy_notify_session.h', | 276 'browser/api/bluetooth_low_energy/bluetooth_low_energy_notify_session.h', |
275 'browser/api/bluetooth_low_energy/utils.cc', | 277 'browser/api/bluetooth_low_energy/utils.cc', |
276 'browser/api/bluetooth_low_energy/utils.h', | 278 'browser/api/bluetooth_low_energy/utils.h', |
(...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1040 'test/result_catcher.h', | 1042 'test/result_catcher.h', |
1041 'test/test_content_utility_client.cc', | 1043 'test/test_content_utility_client.cc', |
1042 'test/test_content_utility_client.h', | 1044 'test/test_content_utility_client.h', |
1043 'test/test_extensions_client.cc', | 1045 'test/test_extensions_client.cc', |
1044 'test/test_extensions_client.h', | 1046 'test/test_extensions_client.h', |
1045 'test/test_permission_message_provider.cc', | 1047 'test/test_permission_message_provider.cc', |
1046 'test/test_permission_message_provider.h', | 1048 'test/test_permission_message_provider.h', |
1047 ], | 1049 ], |
1048 }, | 1050 }, |
1049 } | 1051 } |
OLD | NEW |