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 17 matching lines...) Expand all Loading... |
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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
208 'test/mock_bluetooth_gatt_notify_session.cc', | 212 'test/mock_bluetooth_gatt_notify_session.cc', |
209 'test/mock_bluetooth_gatt_notify_session.h', | 213 'test/mock_bluetooth_gatt_notify_session.h', |
210 'test/mock_bluetooth_gatt_service.cc', | 214 'test/mock_bluetooth_gatt_service.cc', |
211 'test/mock_bluetooth_gatt_service.h', | 215 'test/mock_bluetooth_gatt_service.h', |
212 'test/mock_bluetooth_socket.cc', | 216 'test/mock_bluetooth_socket.cc', |
213 'test/mock_bluetooth_socket.h', | 217 'test/mock_bluetooth_socket.h', |
214 ], | 218 ], |
215 }, | 219 }, |
216 ], | 220 ], |
217 } | 221 } |
OLD | NEW |