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

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

Issue 1054743003: Add CPP API for BLE advertisments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 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',
38 'bluetooth_audio_sink.cc', 42 'bluetooth_audio_sink.cc',
39 'bluetooth_audio_sink.h', 43 'bluetooth_audio_sink.h',
40 'bluetooth_audio_sink_chromeos.cc', 44 'bluetooth_audio_sink_chromeos.cc',
41 'bluetooth_audio_sink_chromeos.h', 45 'bluetooth_audio_sink_chromeos.h',
42 'bluetooth_channel_mac.mm', 46 'bluetooth_channel_mac.mm',
43 'bluetooth_channel_mac.h', 47 'bluetooth_channel_mac.h',
44 'bluetooth_device.cc', 48 'bluetooth_device.cc',
45 'bluetooth_device.h', 49 'bluetooth_device.h',
46 'bluetooth_device_chromeos.cc', 50 'bluetooth_device_chromeos.cc',
47 'bluetooth_device_chromeos.h', 51 'bluetooth_device_chromeos.h',
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 'test/mock_bluetooth_gatt_notify_session.cc', 199 'test/mock_bluetooth_gatt_notify_session.cc',
196 'test/mock_bluetooth_gatt_notify_session.h', 200 'test/mock_bluetooth_gatt_notify_session.h',
197 'test/mock_bluetooth_gatt_service.cc', 201 'test/mock_bluetooth_gatt_service.cc',
198 'test/mock_bluetooth_gatt_service.h', 202 'test/mock_bluetooth_gatt_service.h',
199 'test/mock_bluetooth_socket.cc', 203 'test/mock_bluetooth_socket.cc',
200 'test/mock_bluetooth_socket.h', 204 'test/mock_bluetooth_socket.h',
201 ], 205 ],
202 }, 206 },
203 ], 207 ],
204 } 208 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698