| 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', | |
| 42 'bluetooth_audio_sink.cc', | 38 'bluetooth_audio_sink.cc', |
| 43 'bluetooth_audio_sink.h', | 39 'bluetooth_audio_sink.h', |
| 44 'bluetooth_audio_sink_chromeos.cc', | 40 'bluetooth_audio_sink_chromeos.cc', |
| 45 'bluetooth_audio_sink_chromeos.h', | 41 'bluetooth_audio_sink_chromeos.h', |
| 46 'bluetooth_channel_mac.mm', | 42 'bluetooth_channel_mac.mm', |
| 47 'bluetooth_channel_mac.h', | 43 'bluetooth_channel_mac.h', |
| 48 'bluetooth_device.cc', | 44 'bluetooth_device.cc', |
| 49 'bluetooth_device.h', | 45 'bluetooth_device.h', |
| 50 'bluetooth_device_chromeos.cc', | 46 'bluetooth_device_chromeos.cc', |
| 51 'bluetooth_device_chromeos.h', | 47 'bluetooth_device_chromeos.h', |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 'test/mock_bluetooth_gatt_notify_session.cc', | 208 'test/mock_bluetooth_gatt_notify_session.cc', |
| 213 'test/mock_bluetooth_gatt_notify_session.h', | 209 'test/mock_bluetooth_gatt_notify_session.h', |
| 214 'test/mock_bluetooth_gatt_service.cc', | 210 'test/mock_bluetooth_gatt_service.cc', |
| 215 'test/mock_bluetooth_gatt_service.h', | 211 'test/mock_bluetooth_gatt_service.h', |
| 216 'test/mock_bluetooth_socket.cc', | 212 'test/mock_bluetooth_socket.cc', |
| 217 'test/mock_bluetooth_socket.h', | 213 'test/mock_bluetooth_socket.h', |
| 218 ], | 214 ], |
| 219 }, | 215 }, |
| 220 ], | 216 ], |
| 221 } | 217 } |
| OLD | NEW |