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 16 matching lines...) Expand all Loading... |
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', | 35 'bluetooth_audio_sink.cc', |
36 'bluetooth_audio_sink.h', | 36 'bluetooth_audio_sink.h', |
| 37 'bluetooth_audio_sink_chromeos.cc', |
| 38 'bluetooth_audio_sink_chromeos.h', |
37 'bluetooth_channel_mac.mm', | 39 'bluetooth_channel_mac.mm', |
38 'bluetooth_channel_mac.h', | 40 'bluetooth_channel_mac.h', |
39 'bluetooth_device.cc', | 41 'bluetooth_device.cc', |
40 'bluetooth_device.h', | 42 'bluetooth_device.h', |
41 'bluetooth_device_chromeos.cc', | 43 'bluetooth_device_chromeos.cc', |
42 'bluetooth_device_chromeos.h', | 44 'bluetooth_device_chromeos.h', |
43 'bluetooth_device_mac.h', | 45 'bluetooth_device_mac.h', |
44 'bluetooth_device_mac.mm', | 46 'bluetooth_device_mac.mm', |
45 'bluetooth_device_win.cc', | 47 'bluetooth_device_win.cc', |
46 'bluetooth_device_win.h', | 48 'bluetooth_device_win.h', |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
175 'test/mock_bluetooth_gatt_notify_session.cc', | 177 'test/mock_bluetooth_gatt_notify_session.cc', |
176 'test/mock_bluetooth_gatt_notify_session.h', | 178 'test/mock_bluetooth_gatt_notify_session.h', |
177 'test/mock_bluetooth_gatt_service.cc', | 179 'test/mock_bluetooth_gatt_service.cc', |
178 'test/mock_bluetooth_gatt_service.h', | 180 'test/mock_bluetooth_gatt_service.h', |
179 'test/mock_bluetooth_socket.cc', | 181 'test/mock_bluetooth_socket.cc', |
180 'test/mock_bluetooth_socket.h', | 182 'test/mock_bluetooth_socket.h', |
181 ], | 183 ], |
182 }, | 184 }, |
183 ], | 185 ], |
184 } | 186 } |
OLD | NEW |