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

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

Issue 768493006: device/bluetooth: Add Bluetooth Audio Sink base class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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_audio_sink.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 11 matching lines...) Expand all
22 'bluetooth_adapter.cc', 22 'bluetooth_adapter.cc',
23 'bluetooth_adapter.h', 23 'bluetooth_adapter.h',
24 'bluetooth_adapter_chromeos.cc', 24 'bluetooth_adapter_chromeos.cc',
25 'bluetooth_adapter_chromeos.h', 25 'bluetooth_adapter_chromeos.h',
26 'bluetooth_adapter_factory.cc', 26 'bluetooth_adapter_factory.cc',
27 'bluetooth_adapter_factory.h', 27 'bluetooth_adapter_factory.h',
28 'bluetooth_adapter_mac.h', 28 'bluetooth_adapter_mac.h',
29 'bluetooth_adapter_mac.mm', 29 'bluetooth_adapter_mac.mm',
30 'bluetooth_adapter_win.cc', 30 'bluetooth_adapter_win.cc',
31 'bluetooth_adapter_win.h', 31 'bluetooth_adapter_win.h',
32 'bluetooth_audio_sink.cc',
33 'bluetooth_audio_sink.h',
32 'bluetooth_channel_mac.mm', 34 'bluetooth_channel_mac.mm',
33 'bluetooth_channel_mac.h', 35 'bluetooth_channel_mac.h',
34 'bluetooth_device.cc', 36 'bluetooth_device.cc',
35 'bluetooth_device.h', 37 'bluetooth_device.h',
36 'bluetooth_device_chromeos.cc', 38 'bluetooth_device_chromeos.cc',
37 'bluetooth_device_chromeos.h', 39 'bluetooth_device_chromeos.h',
38 'bluetooth_device_mac.h', 40 'bluetooth_device_mac.h',
39 'bluetooth_device_mac.mm', 41 'bluetooth_device_mac.mm',
40 'bluetooth_device_win.cc', 42 'bluetooth_device_win.cc',
41 'bluetooth_device_win.h', 43 'bluetooth_device_win.h',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 'test/mock_bluetooth_gatt_notify_session.cc', 159 'test/mock_bluetooth_gatt_notify_session.cc',
158 'test/mock_bluetooth_gatt_notify_session.h', 160 'test/mock_bluetooth_gatt_notify_session.h',
159 'test/mock_bluetooth_gatt_service.cc', 161 'test/mock_bluetooth_gatt_service.cc',
160 'test/mock_bluetooth_gatt_service.h', 162 'test/mock_bluetooth_gatt_service.h',
161 'test/mock_bluetooth_socket.cc', 163 'test/mock_bluetooth_socket.cc',
162 'test/mock_bluetooth_socket.h', 164 'test/mock_bluetooth_socket.h',
163 ], 165 ],
164 }, 166 },
165 ], 167 ],
166 } 168 }
OLDNEW
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/bluetooth_audio_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698