| 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 'bluetooth_low_energy_discovery_manager_mac.h', | 98 'bluetooth_low_energy_discovery_manager_mac.h', |
| 99 'bluetooth_low_energy_discovery_manager_mac.mm', | 99 'bluetooth_low_energy_discovery_manager_mac.mm', |
| 100 'bluetooth_low_energy_win.cc', | 100 'bluetooth_low_energy_win.cc', |
| 101 'bluetooth_low_energy_win.h', | 101 'bluetooth_low_energy_win.h', |
| 102 'bluetooth_pairing_chromeos.cc', | 102 'bluetooth_pairing_chromeos.cc', |
| 103 'bluetooth_pairing_chromeos.h', | 103 'bluetooth_pairing_chromeos.h', |
| 104 'bluetooth_remote_gatt_characteristic_chromeos.cc', | 104 'bluetooth_remote_gatt_characteristic_chromeos.cc', |
| 105 'bluetooth_remote_gatt_characteristic_chromeos.h', | 105 'bluetooth_remote_gatt_characteristic_chromeos.h', |
| 106 'bluetooth_remote_gatt_descriptor_chromeos.cc', | 106 'bluetooth_remote_gatt_descriptor_chromeos.cc', |
| 107 'bluetooth_remote_gatt_descriptor_chromeos.h', | 107 'bluetooth_remote_gatt_descriptor_chromeos.h', |
| 108 'bluetooth_remote_gatt_service_android.cc', |
| 109 'bluetooth_remote_gatt_service_android.h', |
| 108 'bluetooth_remote_gatt_service_chromeos.cc', | 110 'bluetooth_remote_gatt_service_chromeos.cc', |
| 109 'bluetooth_remote_gatt_service_chromeos.h', | 111 'bluetooth_remote_gatt_service_chromeos.h', |
| 110 'bluetooth_rfcomm_channel_mac.mm', | 112 'bluetooth_rfcomm_channel_mac.mm', |
| 111 'bluetooth_rfcomm_channel_mac.h', | 113 'bluetooth_rfcomm_channel_mac.h', |
| 112 'bluetooth_service_record_win.cc', | 114 'bluetooth_service_record_win.cc', |
| 113 'bluetooth_service_record_win.h', | 115 'bluetooth_service_record_win.h', |
| 114 'bluetooth_socket.cc', | 116 'bluetooth_socket.cc', |
| 115 'bluetooth_socket.h', | 117 'bluetooth_socket.h', |
| 116 'bluetooth_socket_chromeos.cc', | 118 'bluetooth_socket_chromeos.cc', |
| 117 'bluetooth_socket_chromeos.h', | 119 'bluetooth_socket_chromeos.h', |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 ], | 271 ], |
| 270 'variables': { | 272 'variables': { |
| 271 'java_in_dir': '../../device/bluetooth/android/java', | 273 'java_in_dir': '../../device/bluetooth/android/java', |
| 272 }, | 274 }, |
| 273 'includes': [ '../../build/java.gypi' ], | 275 'includes': [ '../../build/java.gypi' ], |
| 274 }, | 276 }, |
| 275 ], | 277 ], |
| 276 }], | 278 }], |
| 277 ], | 279 ], |
| 278 } | 280 } |
| OLD | NEW |