OLD | NEW |
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 14 matching lines...) Expand all Loading... |
25 'bluetooth_adapter.cc', | 25 'bluetooth_adapter.cc', |
26 'bluetooth_adapter.h', | 26 'bluetooth_adapter.h', |
27 'bluetooth_adapter_chromeos.cc', | 27 'bluetooth_adapter_chromeos.cc', |
28 'bluetooth_adapter_chromeos.h', | 28 'bluetooth_adapter_chromeos.h', |
29 'bluetooth_adapter_factory.cc', | 29 'bluetooth_adapter_factory.cc', |
30 'bluetooth_adapter_factory.h', | 30 'bluetooth_adapter_factory.h', |
31 'bluetooth_adapter_mac.h', | 31 'bluetooth_adapter_mac.h', |
32 'bluetooth_adapter_mac.mm', | 32 'bluetooth_adapter_mac.mm', |
33 'bluetooth_adapter_win.cc', | 33 'bluetooth_adapter_win.cc', |
34 'bluetooth_adapter_win.h', | 34 'bluetooth_adapter_win.h', |
| 35 'bluetooth_audio_sink.cc', |
| 36 'bluetooth_audio_sink.h', |
35 'bluetooth_channel_mac.mm', | 37 'bluetooth_channel_mac.mm', |
36 'bluetooth_channel_mac.h', | 38 'bluetooth_channel_mac.h', |
37 'bluetooth_device.cc', | 39 'bluetooth_device.cc', |
38 'bluetooth_device.h', | 40 'bluetooth_device.h', |
39 'bluetooth_device_chromeos.cc', | 41 'bluetooth_device_chromeos.cc', |
40 'bluetooth_device_chromeos.h', | 42 'bluetooth_device_chromeos.h', |
41 'bluetooth_device_mac.h', | 43 'bluetooth_device_mac.h', |
42 'bluetooth_device_mac.mm', | 44 'bluetooth_device_mac.mm', |
43 'bluetooth_device_win.cc', | 45 'bluetooth_device_win.cc', |
44 'bluetooth_device_win.h', | 46 'bluetooth_device_win.h', |
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 'test/mock_bluetooth_gatt_notify_session.cc', | 162 'test/mock_bluetooth_gatt_notify_session.cc', |
161 'test/mock_bluetooth_gatt_notify_session.h', | 163 'test/mock_bluetooth_gatt_notify_session.h', |
162 'test/mock_bluetooth_gatt_service.cc', | 164 'test/mock_bluetooth_gatt_service.cc', |
163 'test/mock_bluetooth_gatt_service.h', | 165 'test/mock_bluetooth_gatt_service.h', |
164 'test/mock_bluetooth_socket.cc', | 166 'test/mock_bluetooth_socket.cc', |
165 'test/mock_bluetooth_socket.h', | 167 'test/mock_bluetooth_socket.h', |
166 ], | 168 ], |
167 }, | 169 }, |
168 ], | 170 ], |
169 } | 171 } |
OLD | NEW |