Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(601)

Side by Side Diff: extensions/extensions.gypi

Issue 1132173002: Implement the advertising functions for the BLE API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « extensions/common/api/_behavior_features.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « extensions/common/api/_behavior_features.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698