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 12 matching lines...) Expand all Loading... |
23 'sources': [ | 23 'sources': [ |
24 # Note: file list duplicated in GN build. | 24 # Note: file list duplicated in GN build. |
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_profile_chromeos.cc", |
| 34 "bluetooth_adapter_profile_chromeos.h", |
33 'bluetooth_adapter_win.cc', | 35 'bluetooth_adapter_win.cc', |
34 'bluetooth_adapter_win.h', | 36 'bluetooth_adapter_win.h', |
35 'bluetooth_audio_sink.cc', | 37 'bluetooth_audio_sink.cc', |
36 'bluetooth_audio_sink.h', | 38 'bluetooth_audio_sink.h', |
37 'bluetooth_audio_sink_chromeos.cc', | 39 'bluetooth_audio_sink_chromeos.cc', |
38 'bluetooth_audio_sink_chromeos.h', | 40 'bluetooth_audio_sink_chromeos.h', |
39 'bluetooth_channel_mac.mm', | 41 'bluetooth_channel_mac.mm', |
40 'bluetooth_channel_mac.h', | 42 'bluetooth_channel_mac.h', |
41 'bluetooth_device.cc', | 43 'bluetooth_device.cc', |
42 'bluetooth_device.h', | 44 'bluetooth_device.h', |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 'test/mock_bluetooth_gatt_notify_session.cc', | 179 'test/mock_bluetooth_gatt_notify_session.cc', |
178 'test/mock_bluetooth_gatt_notify_session.h', | 180 'test/mock_bluetooth_gatt_notify_session.h', |
179 'test/mock_bluetooth_gatt_service.cc', | 181 'test/mock_bluetooth_gatt_service.cc', |
180 'test/mock_bluetooth_gatt_service.h', | 182 'test/mock_bluetooth_gatt_service.h', |
181 'test/mock_bluetooth_socket.cc', | 183 'test/mock_bluetooth_socket.cc', |
182 'test/mock_bluetooth_socket.h', | 184 'test/mock_bluetooth_socket.h', |
183 ], | 185 ], |
184 }, | 186 }, |
185 ], | 187 ], |
186 } | 188 } |
OLD | NEW |