| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 'bluetooth_device_win.cc', | 42 'bluetooth_device_win.cc', |
| 43 'bluetooth_device_win.h', | 43 'bluetooth_device_win.h', |
| 44 'bluetooth_discovery_manager_mac.mm', | 44 'bluetooth_discovery_manager_mac.mm', |
| 45 'bluetooth_discovery_manager_mac.h', | 45 'bluetooth_discovery_manager_mac.h', |
| 46 'bluetooth_discovery_session.cc', | 46 'bluetooth_discovery_session.cc', |
| 47 'bluetooth_discovery_session.h', | 47 'bluetooth_discovery_session.h', |
| 48 'bluetooth_gatt_characteristic.cc', | 48 'bluetooth_gatt_characteristic.cc', |
| 49 'bluetooth_gatt_characteristic.h', | 49 'bluetooth_gatt_characteristic.h', |
| 50 'bluetooth_gatt_connection.cc', | 50 'bluetooth_gatt_connection.cc', |
| 51 'bluetooth_gatt_connection.h', | 51 'bluetooth_gatt_connection.h', |
| 52 'bluetooth_gatt_connection_chromeos.cc', |
| 53 'bluetooth_gatt_connection_chromeos.h', |
| 52 'bluetooth_gatt_descriptor.cc', | 54 'bluetooth_gatt_descriptor.cc', |
| 53 'bluetooth_gatt_descriptor.h', | 55 'bluetooth_gatt_descriptor.h', |
| 54 'bluetooth_gatt_service.cc', | 56 'bluetooth_gatt_service.cc', |
| 55 'bluetooth_gatt_service.h', | 57 'bluetooth_gatt_service.h', |
| 56 'bluetooth_init_win.cc', | 58 'bluetooth_init_win.cc', |
| 57 'bluetooth_init_win.h', | 59 'bluetooth_init_win.h', |
| 58 'bluetooth_l2cap_channel_mac.mm', | 60 'bluetooth_l2cap_channel_mac.mm', |
| 59 'bluetooth_l2cap_channel_mac.h', | 61 'bluetooth_l2cap_channel_mac.h', |
| 60 'bluetooth_pairing_chromeos.cc', | 62 'bluetooth_pairing_chromeos.cc', |
| 61 'bluetooth_pairing_chromeos.h', | 63 'bluetooth_pairing_chromeos.h', |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 ], | 130 ], |
| 129 'sources': [ | 131 'sources': [ |
| 130 'test/mock_bluetooth_adapter.cc', | 132 'test/mock_bluetooth_adapter.cc', |
| 131 'test/mock_bluetooth_adapter.h', | 133 'test/mock_bluetooth_adapter.h', |
| 132 'test/mock_bluetooth_device.cc', | 134 'test/mock_bluetooth_device.cc', |
| 133 'test/mock_bluetooth_device.h', | 135 'test/mock_bluetooth_device.h', |
| 134 'test/mock_bluetooth_discovery_session.cc', | 136 'test/mock_bluetooth_discovery_session.cc', |
| 135 'test/mock_bluetooth_discovery_session.h', | 137 'test/mock_bluetooth_discovery_session.h', |
| 136 'test/mock_bluetooth_gatt_characteristic.cc', | 138 'test/mock_bluetooth_gatt_characteristic.cc', |
| 137 'test/mock_bluetooth_gatt_characteristic.h', | 139 'test/mock_bluetooth_gatt_characteristic.h', |
| 140 'test/mock_bluetooth_gatt_connection.cc', |
| 141 'test/mock_bluetooth_gatt_connection.h', |
| 138 'test/mock_bluetooth_gatt_descriptor.cc', | 142 'test/mock_bluetooth_gatt_descriptor.cc', |
| 139 'test/mock_bluetooth_gatt_descriptor.h', | 143 'test/mock_bluetooth_gatt_descriptor.h', |
| 140 'test/mock_bluetooth_gatt_service.cc', | 144 'test/mock_bluetooth_gatt_service.cc', |
| 141 'test/mock_bluetooth_gatt_service.h', | 145 'test/mock_bluetooth_gatt_service.h', |
| 142 'test/mock_bluetooth_socket.cc', | 146 'test/mock_bluetooth_socket.cc', |
| 143 'test/mock_bluetooth_socket.h', | 147 'test/mock_bluetooth_socket.h', |
| 144 ], | 148 ], |
| 145 }, | 149 }, |
| 146 ], | 150 ], |
| 147 } | 151 } |
| OLD | NEW |