| 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 'bluetooth_local_gatt_service.cc', | 88 'bluetooth_local_gatt_service.cc', |
| 89 'bluetooth_local_gatt_service.h', | 89 'bluetooth_local_gatt_service.h', |
| 90 'bluetooth_low_energy_central_manager_delegate.mm', | 90 'bluetooth_low_energy_central_manager_delegate.mm', |
| 91 'bluetooth_low_energy_central_manager_delegate.h', | 91 'bluetooth_low_energy_central_manager_delegate.h', |
| 92 'bluetooth_low_energy_defs_win.cc', | 92 'bluetooth_low_energy_defs_win.cc', |
| 93 'bluetooth_low_energy_defs_win.h', | 93 'bluetooth_low_energy_defs_win.h', |
| 94 'bluetooth_low_energy_device_mac.h', | 94 'bluetooth_low_energy_device_mac.h', |
| 95 'bluetooth_low_energy_device_mac.mm', | 95 'bluetooth_low_energy_device_mac.mm', |
| 96 'bluetooth_low_energy_discovery_manager_mac.h', | 96 'bluetooth_low_energy_discovery_manager_mac.h', |
| 97 'bluetooth_low_energy_discovery_manager_mac.mm', | 97 'bluetooth_low_energy_discovery_manager_mac.mm', |
| 98 'bluetooth_low_energy_peripheral_delegate.mm', |
| 99 'bluetooth_low_energy_peripheral_delegate.h', |
| 98 'bluetooth_low_energy_win.cc', | 100 'bluetooth_low_energy_win.cc', |
| 99 'bluetooth_low_energy_win.h', | 101 'bluetooth_low_energy_win.h', |
| 100 'bluetooth_remote_gatt_characteristic.cc', | 102 'bluetooth_remote_gatt_characteristic.cc', |
| 101 'bluetooth_remote_gatt_characteristic.h', | 103 'bluetooth_remote_gatt_characteristic.h', |
| 102 'bluetooth_remote_gatt_characteristic_android.cc', | 104 'bluetooth_remote_gatt_characteristic_android.cc', |
| 103 'bluetooth_remote_gatt_characteristic_android.h', | 105 'bluetooth_remote_gatt_characteristic_android.h', |
| 104 'bluetooth_remote_gatt_characteristic_win.cc', | 106 'bluetooth_remote_gatt_characteristic_win.cc', |
| 105 'bluetooth_remote_gatt_characteristic_win.h', | 107 'bluetooth_remote_gatt_characteristic_win.h', |
| 106 'bluetooth_remote_gatt_descriptor.cc', | 108 'bluetooth_remote_gatt_descriptor.cc', |
| 107 'bluetooth_remote_gatt_descriptor.h', | 109 'bluetooth_remote_gatt_descriptor.h', |
| 108 'bluetooth_remote_gatt_descriptor_android.cc', | 110 'bluetooth_remote_gatt_descriptor_android.cc', |
| 109 'bluetooth_remote_gatt_descriptor_android.h', | 111 'bluetooth_remote_gatt_descriptor_android.h', |
| 110 'bluetooth_remote_gatt_descriptor_win.cc', | 112 'bluetooth_remote_gatt_descriptor_win.cc', |
| 111 'bluetooth_remote_gatt_descriptor_win.h', | 113 'bluetooth_remote_gatt_descriptor_win.h', |
| 112 'bluetooth_remote_gatt_service.cc', | 114 'bluetooth_remote_gatt_service.cc', |
| 113 'bluetooth_remote_gatt_service.h', | 115 'bluetooth_remote_gatt_service.h', |
| 114 'bluetooth_remote_gatt_service_android.cc', | 116 'bluetooth_remote_gatt_service_android.cc', |
| 115 'bluetooth_remote_gatt_service_android.h', | 117 'bluetooth_remote_gatt_service_android.h', |
| 118 'bluetooth_remote_gatt_service_mac.h', |
| 119 'bluetooth_remote_gatt_service_mac.mm', |
| 116 'bluetooth_remote_gatt_service_win.cc', | 120 'bluetooth_remote_gatt_service_win.cc', |
| 117 'bluetooth_remote_gatt_service_win.h', | 121 'bluetooth_remote_gatt_service_win.h', |
| 118 'bluetooth_rfcomm_channel_mac.mm', | 122 'bluetooth_rfcomm_channel_mac.mm', |
| 119 'bluetooth_rfcomm_channel_mac.h', | 123 'bluetooth_rfcomm_channel_mac.h', |
| 120 'bluetooth_service_record_win.cc', | 124 'bluetooth_service_record_win.cc', |
| 121 'bluetooth_service_record_win.h', | 125 'bluetooth_service_record_win.h', |
| 122 'bluetooth_socket.cc', | 126 'bluetooth_socket.cc', |
| 123 'bluetooth_socket.h', | 127 'bluetooth_socket.h', |
| 124 'bluetooth_socket_mac.h', | 128 'bluetooth_socket_mac.h', |
| 125 'bluetooth_socket_mac.mm', | 129 'bluetooth_socket_mac.mm', |
| (...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 455 ], | 459 ], |
| 456 'variables': { | 460 'variables': { |
| 457 'java_in_dir': '../../device/bluetooth/android/java', | 461 'java_in_dir': '../../device/bluetooth/android/java', |
| 458 }, | 462 }, |
| 459 'includes': [ '../../build/java.gypi' ], | 463 'includes': [ '../../build/java.gypi' ], |
| 460 }, | 464 }, |
| 461 ], | 465 ], |
| 462 }], | 466 }], |
| 463 ], | 467 ], |
| 464 } | 468 } |
| OLD | NEW |