| 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 'dbus/bluetooth_agent_service_provider.cc', | 193 'dbus/bluetooth_agent_service_provider.cc', |
| 194 'dbus/bluetooth_agent_service_provider.h', | 194 'dbus/bluetooth_agent_service_provider.h', |
| 195 'dbus/bluetooth_dbus_client_bundle.cc', | 195 'dbus/bluetooth_dbus_client_bundle.cc', |
| 196 'dbus/bluetooth_dbus_client_bundle.h', | 196 'dbus/bluetooth_dbus_client_bundle.h', |
| 197 'dbus/bluetooth_device_client.cc', | 197 'dbus/bluetooth_device_client.cc', |
| 198 'dbus/bluetooth_device_client.h', | 198 'dbus/bluetooth_device_client.h', |
| 199 'dbus/bluetooth_gatt_application_service_provider.cc', | 199 'dbus/bluetooth_gatt_application_service_provider.cc', |
| 200 'dbus/bluetooth_gatt_application_service_provider.h', | 200 'dbus/bluetooth_gatt_application_service_provider.h', |
| 201 'dbus/bluetooth_gatt_application_service_provider_impl.cc', | 201 'dbus/bluetooth_gatt_application_service_provider_impl.cc', |
| 202 'dbus/bluetooth_gatt_application_service_provider_impl.h', | 202 'dbus/bluetooth_gatt_application_service_provider_impl.h', |
| 203 'dbus/bluetooth_gatt_attribute_value_delegate.cc', |
| 203 'dbus/bluetooth_gatt_attribute_value_delegate.h', | 204 'dbus/bluetooth_gatt_attribute_value_delegate.h', |
| 204 'dbus/bluetooth_gatt_characteristic_client.cc', | 205 'dbus/bluetooth_gatt_characteristic_client.cc', |
| 205 'dbus/bluetooth_gatt_characteristic_client.h', | 206 'dbus/bluetooth_gatt_characteristic_client.h', |
| 206 'dbus/bluetooth_gatt_characteristic_delegate_wrapper.cc', | 207 'dbus/bluetooth_gatt_characteristic_delegate_wrapper.cc', |
| 207 'dbus/bluetooth_gatt_characteristic_delegate_wrapper.h', | 208 'dbus/bluetooth_gatt_characteristic_delegate_wrapper.h', |
| 208 'dbus/bluetooth_gatt_characteristic_service_provider_impl.cc', | 209 'dbus/bluetooth_gatt_characteristic_service_provider_impl.cc', |
| 209 'dbus/bluetooth_gatt_characteristic_service_provider_impl.h', | 210 'dbus/bluetooth_gatt_characteristic_service_provider_impl.h', |
| 210 'dbus/bluetooth_gatt_characteristic_service_provider.cc', | 211 'dbus/bluetooth_gatt_characteristic_service_provider.cc', |
| 211 'dbus/bluetooth_gatt_characteristic_service_provider.h', | 212 'dbus/bluetooth_gatt_characteristic_service_provider.h', |
| 212 'dbus/bluetooth_gatt_descriptor_delegate_wrapper.cc', | 213 'dbus/bluetooth_gatt_descriptor_delegate_wrapper.cc', |
| (...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 459 ], | 460 ], |
| 460 'variables': { | 461 'variables': { |
| 461 'java_in_dir': '../../device/bluetooth/android/java', | 462 'java_in_dir': '../../device/bluetooth/android/java', |
| 462 }, | 463 }, |
| 463 'includes': [ '../../build/java.gypi' ], | 464 'includes': [ '../../build/java.gypi' ], |
| 464 }, | 465 }, |
| 465 ], | 466 ], |
| 466 }], | 467 }], |
| 467 ], | 468 ], |
| 468 } | 469 } |
| OLD | NEW |