| 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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 'bluez/bluetooth_local_gatt_service_bluez.cc', | 176 'bluez/bluetooth_local_gatt_service_bluez.cc', |
| 177 'bluez/bluetooth_local_gatt_service_bluez.h', | 177 'bluez/bluetooth_local_gatt_service_bluez.h', |
| 178 'bluez/bluetooth_pairing_bluez.cc', | 178 'bluez/bluetooth_pairing_bluez.cc', |
| 179 'bluez/bluetooth_pairing_bluez.h', | 179 'bluez/bluetooth_pairing_bluez.h', |
| 180 'bluez/bluetooth_remote_gatt_characteristic_bluez.cc', | 180 'bluez/bluetooth_remote_gatt_characteristic_bluez.cc', |
| 181 'bluez/bluetooth_remote_gatt_characteristic_bluez.h', | 181 'bluez/bluetooth_remote_gatt_characteristic_bluez.h', |
| 182 'bluez/bluetooth_remote_gatt_descriptor_bluez.cc', | 182 'bluez/bluetooth_remote_gatt_descriptor_bluez.cc', |
| 183 'bluez/bluetooth_remote_gatt_descriptor_bluez.h', | 183 'bluez/bluetooth_remote_gatt_descriptor_bluez.h', |
| 184 'bluez/bluetooth_remote_gatt_service_bluez.cc', | 184 'bluez/bluetooth_remote_gatt_service_bluez.cc', |
| 185 'bluez/bluetooth_remote_gatt_service_bluez.h', | 185 'bluez/bluetooth_remote_gatt_service_bluez.h', |
| 186 'bluez/bluetooth_service_attribute_value_bluez.cc', |
| 187 'bluez/bluetooth_service_attribute_value_bluez.h', |
| 186 'bluez/bluetooth_service_record_bluez.cc', | 188 'bluez/bluetooth_service_record_bluez.cc', |
| 187 'bluez/bluetooth_service_record_bluez.h', | 189 'bluez/bluetooth_service_record_bluez.h', |
| 188 'bluez/bluetooth_socket_bluez.cc', | 190 'bluez/bluetooth_socket_bluez.cc', |
| 189 'bluez/bluetooth_socket_bluez.h', | 191 'bluez/bluetooth_socket_bluez.h', |
| 190 'dbus/bluetooth_adapter_client.cc', | 192 'dbus/bluetooth_adapter_client.cc', |
| 191 'dbus/bluetooth_adapter_client.h', | 193 'dbus/bluetooth_adapter_client.h', |
| 192 'dbus/bluetooth_le_advertising_manager_client.cc', | 194 'dbus/bluetooth_le_advertising_manager_client.cc', |
| 193 'dbus/bluetooth_le_advertising_manager_client.h', | 195 'dbus/bluetooth_le_advertising_manager_client.h', |
| 194 'dbus/bluetooth_le_advertisement_service_provider.cc', | 196 'dbus/bluetooth_le_advertisement_service_provider.cc', |
| 195 'dbus/bluetooth_le_advertisement_service_provider.h', | 197 'dbus/bluetooth_le_advertisement_service_provider.h', |
| (...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 508 '../../mojo/mojo_public.gyp:mojo_cpp_bindings', | 510 '../../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 509 'bluetooth_interfaces_blink_mojom', | 511 'bluetooth_interfaces_blink_mojom', |
| 510 'bluetooth_interfaces_mojom', | 512 'bluetooth_interfaces_mojom', |
| 511 'device_bluetooth', | 513 'device_bluetooth', |
| 512 ], | 514 ], |
| 513 }, | 515 }, |
| 514 ], | 516 ], |
| 515 }], | 517 }], |
| 516 ], | 518 ], |
| 517 } | 519 } |
| OLD | NEW |