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

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: build fixes. 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
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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'browser/api/bluetooth/bluetooth_api_pairing_delegate.cc', 253 'browser/api/bluetooth/bluetooth_api_pairing_delegate.cc',
254 'browser/api/bluetooth/bluetooth_api_pairing_delegate.h', 254 'browser/api/bluetooth/bluetooth_api_pairing_delegate.h',
255 'browser/api/bluetooth/bluetooth_api_utils.cc', 255 'browser/api/bluetooth/bluetooth_api_utils.cc',
256 'browser/api/bluetooth/bluetooth_api_utils.h', 256 'browser/api/bluetooth/bluetooth_api_utils.h',
257 'browser/api/bluetooth/bluetooth_event_router.cc', 257 'browser/api/bluetooth/bluetooth_event_router.cc',
258 'browser/api/bluetooth/bluetooth_event_router.h', 258 'browser/api/bluetooth/bluetooth_event_router.h',
259 'browser/api/bluetooth/bluetooth_extension_function.cc', 259 'browser/api/bluetooth/bluetooth_extension_function.cc',
260 'browser/api/bluetooth/bluetooth_extension_function.h', 260 'browser/api/bluetooth/bluetooth_extension_function.h',
261 'browser/api/bluetooth/bluetooth_private_api.cc', 261 'browser/api/bluetooth/bluetooth_private_api.cc',
262 'browser/api/bluetooth/bluetooth_private_api.h', 262 'browser/api/bluetooth/bluetooth_private_api.h',
263 'browser/api/bluetooth_low_energy/bluetooth_api_advertisement.cc',
264 'browser/api/bluetooth_low_energy/bluetooth_api_advertisement.h',
263 'browser/api/bluetooth_low_energy/bluetooth_low_energy_api.cc', 265 'browser/api/bluetooth_low_energy/bluetooth_low_energy_api.cc',
264 'browser/api/bluetooth_low_energy/bluetooth_low_energy_api.h', 266 'browser/api/bluetooth_low_energy/bluetooth_low_energy_api.h',
265 'browser/api/bluetooth_low_energy/bluetooth_low_energy_connection.cc', 267 'browser/api/bluetooth_low_energy/bluetooth_low_energy_connection.cc',
266 'browser/api/bluetooth_low_energy/bluetooth_low_energy_connection.h', 268 'browser/api/bluetooth_low_energy/bluetooth_low_energy_connection.h',
267 'browser/api/bluetooth_low_energy/bluetooth_low_energy_event_router.cc', 269 'browser/api/bluetooth_low_energy/bluetooth_low_energy_event_router.cc',
268 'browser/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h', 270 'browser/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h',
269 'browser/api/bluetooth_low_energy/bluetooth_low_energy_notify_session.cc', 271 'browser/api/bluetooth_low_energy/bluetooth_low_energy_notify_session.cc',
270 'browser/api/bluetooth_low_energy/bluetooth_low_energy_notify_session.h', 272 'browser/api/bluetooth_low_energy/bluetooth_low_energy_notify_session.h',
271 'browser/api/bluetooth_low_energy/utils.cc', 273 'browser/api/bluetooth_low_energy/utils.cc',
272 'browser/api/bluetooth_low_energy/utils.h', 274 'browser/api/bluetooth_low_energy/utils.h',
(...skipping 756 matching lines...) Expand 10 before | Expand all | Expand 10 after
1029 'test/result_catcher.h', 1031 'test/result_catcher.h',
1030 'test/test_content_utility_client.cc', 1032 'test/test_content_utility_client.cc',
1031 'test/test_content_utility_client.h', 1033 'test/test_content_utility_client.h',
1032 'test/test_extensions_client.cc', 1034 'test/test_extensions_client.cc',
1033 'test/test_extensions_client.h', 1035 'test/test_extensions_client.h',
1034 'test/test_permission_message_provider.cc', 1036 'test/test_permission_message_provider.cc',
1035 'test/test_permission_message_provider.h', 1037 'test/test_permission_message_provider.h',
1036 ], 1038 ],
1037 }, 1039 },
1038 } 1040 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698