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

Side by Side Diff: device/bluetooth/bluetooth.gyp

Issue 1111563002: Revert of Add CPP API for BLE advertisments. (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 | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/bluetooth_adapter.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 17 matching lines...) Expand all
28 'bluetooth_adapter_chromeos.cc', 28 'bluetooth_adapter_chromeos.cc',
29 'bluetooth_adapter_chromeos.h', 29 'bluetooth_adapter_chromeos.h',
30 'bluetooth_adapter_factory.cc', 30 'bluetooth_adapter_factory.cc',
31 'bluetooth_adapter_factory.h', 31 'bluetooth_adapter_factory.h',
32 'bluetooth_adapter_mac.h', 32 'bluetooth_adapter_mac.h',
33 'bluetooth_adapter_mac.mm', 33 'bluetooth_adapter_mac.mm',
34 "bluetooth_adapter_profile_chromeos.cc", 34 "bluetooth_adapter_profile_chromeos.cc",
35 "bluetooth_adapter_profile_chromeos.h", 35 "bluetooth_adapter_profile_chromeos.h",
36 'bluetooth_adapter_win.cc', 36 'bluetooth_adapter_win.cc',
37 'bluetooth_adapter_win.h', 37 'bluetooth_adapter_win.h',
38 'bluetooth_advertisement.cc',
39 'bluetooth_advertisement.h',
40 'bluetooth_advertisement_chromeos.cc',
41 'bluetooth_advertisement_chromeos.h',
42 'bluetooth_audio_sink.cc', 38 'bluetooth_audio_sink.cc',
43 'bluetooth_audio_sink.h', 39 'bluetooth_audio_sink.h',
44 'bluetooth_audio_sink_chromeos.cc', 40 'bluetooth_audio_sink_chromeos.cc',
45 'bluetooth_audio_sink_chromeos.h', 41 'bluetooth_audio_sink_chromeos.h',
46 'bluetooth_channel_mac.mm', 42 'bluetooth_channel_mac.mm',
47 'bluetooth_channel_mac.h', 43 'bluetooth_channel_mac.h',
48 'bluetooth_device.cc', 44 'bluetooth_device.cc',
49 'bluetooth_device.h', 45 'bluetooth_device.h',
50 'bluetooth_device_chromeos.cc', 46 'bluetooth_device_chromeos.cc',
51 'bluetooth_device_chromeos.h', 47 'bluetooth_device_chromeos.h',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 'test/mock_bluetooth_gatt_notify_session.cc', 208 'test/mock_bluetooth_gatt_notify_session.cc',
213 'test/mock_bluetooth_gatt_notify_session.h', 209 'test/mock_bluetooth_gatt_notify_session.h',
214 'test/mock_bluetooth_gatt_service.cc', 210 'test/mock_bluetooth_gatt_service.cc',
215 'test/mock_bluetooth_gatt_service.h', 211 'test/mock_bluetooth_gatt_service.h',
216 'test/mock_bluetooth_socket.cc', 212 'test/mock_bluetooth_socket.cc',
217 'test/mock_bluetooth_socket.h', 213 'test/mock_bluetooth_socket.h',
218 ], 214 ],
219 }, 215 },
220 ], 216 ],
221 } 217 }
OLDNEW
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/bluetooth_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698