| 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 'bluetooth_low_energy_defs_win.cc', | 84 'bluetooth_low_energy_defs_win.cc', |
| 85 'bluetooth_low_energy_defs_win.h', | 85 'bluetooth_low_energy_defs_win.h', |
| 86 'bluetooth_low_energy_device_mac.h', | 86 'bluetooth_low_energy_device_mac.h', |
| 87 'bluetooth_low_energy_device_mac.mm', | 87 'bluetooth_low_energy_device_mac.mm', |
| 88 'bluetooth_low_energy_discovery_manager_mac.h', | 88 'bluetooth_low_energy_discovery_manager_mac.h', |
| 89 'bluetooth_low_energy_discovery_manager_mac.mm', | 89 'bluetooth_low_energy_discovery_manager_mac.mm', |
| 90 'bluetooth_low_energy_win.cc', | 90 'bluetooth_low_energy_win.cc', |
| 91 'bluetooth_low_energy_win.h', | 91 'bluetooth_low_energy_win.h', |
| 92 'bluetooth_remote_gatt_characteristic_android.cc', | 92 'bluetooth_remote_gatt_characteristic_android.cc', |
| 93 'bluetooth_remote_gatt_characteristic_android.h', | 93 'bluetooth_remote_gatt_characteristic_android.h', |
| 94 'bluetooth_remote_gatt_characteristic_win.cc', |
| 95 'bluetooth_remote_gatt_characteristic_win.h', |
| 94 'bluetooth_remote_gatt_descriptor_android.cc', | 96 'bluetooth_remote_gatt_descriptor_android.cc', |
| 95 'bluetooth_remote_gatt_descriptor_android.h', | 97 'bluetooth_remote_gatt_descriptor_android.h', |
| 96 'bluetooth_remote_gatt_service_android.cc', | 98 'bluetooth_remote_gatt_service_android.cc', |
| 97 'bluetooth_remote_gatt_service_android.h', | 99 'bluetooth_remote_gatt_service_android.h', |
| 98 'bluetooth_remote_gatt_service_win.cc', | 100 'bluetooth_remote_gatt_service_win.cc', |
| 99 'bluetooth_remote_gatt_service_win.h', | 101 'bluetooth_remote_gatt_service_win.h', |
| 100 'bluetooth_rfcomm_channel_mac.mm', | 102 'bluetooth_rfcomm_channel_mac.mm', |
| 101 'bluetooth_rfcomm_channel_mac.h', | 103 'bluetooth_rfcomm_channel_mac.h', |
| 102 'bluetooth_service_record_win.cc', | 104 'bluetooth_service_record_win.cc', |
| 103 'bluetooth_service_record_win.h', | 105 'bluetooth_service_record_win.h', |
| (...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 398 ], | 400 ], |
| 399 'variables': { | 401 'variables': { |
| 400 'java_in_dir': '../../device/bluetooth/android/java', | 402 'java_in_dir': '../../device/bluetooth/android/java', |
| 401 }, | 403 }, |
| 402 'includes': [ '../../build/java.gypi' ], | 404 'includes': [ '../../build/java.gypi' ], |
| 403 }, | 405 }, |
| 404 ], | 406 ], |
| 405 }], | 407 }], |
| 406 ], | 408 ], |
| 407 } | 409 } |
| OLD | NEW |