| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 'bluetooth_gatt_characteristic.cc', | 66 'bluetooth_gatt_characteristic.cc', |
| 67 'bluetooth_gatt_characteristic.h', | 67 'bluetooth_gatt_characteristic.h', |
| 68 'bluetooth_gatt_connection.cc', | 68 'bluetooth_gatt_connection.cc', |
| 69 'bluetooth_gatt_connection.h', | 69 'bluetooth_gatt_connection.h', |
| 70 'bluetooth_gatt_descriptor.cc', | 70 'bluetooth_gatt_descriptor.cc', |
| 71 'bluetooth_gatt_descriptor.h', | 71 'bluetooth_gatt_descriptor.h', |
| 72 'bluetooth_gatt_notify_session.cc', | 72 'bluetooth_gatt_notify_session.cc', |
| 73 'bluetooth_gatt_notify_session.h', | 73 'bluetooth_gatt_notify_session.h', |
| 74 'bluetooth_gatt_notify_session_android.cc', | 74 'bluetooth_gatt_notify_session_android.cc', |
| 75 'bluetooth_gatt_notify_session_android.h', | 75 'bluetooth_gatt_notify_session_android.h', |
| 76 'bluetooth_gatt_notify_session_win.cc', |
| 77 'bluetooth_gatt_notify_session_win.h', |
| 76 'bluetooth_gatt_service.cc', | 78 'bluetooth_gatt_service.cc', |
| 77 'bluetooth_gatt_service.h', | 79 'bluetooth_gatt_service.h', |
| 78 'bluetooth_init_win.cc', | 80 'bluetooth_init_win.cc', |
| 79 'bluetooth_init_win.h', | 81 'bluetooth_init_win.h', |
| 80 'bluetooth_l2cap_channel_mac.mm', | 82 'bluetooth_l2cap_channel_mac.mm', |
| 81 'bluetooth_l2cap_channel_mac.h', | 83 'bluetooth_l2cap_channel_mac.h', |
| 82 'bluetooth_low_energy_central_manager_delegate.mm', | 84 'bluetooth_low_energy_central_manager_delegate.mm', |
| 83 'bluetooth_low_energy_central_manager_delegate.h', | 85 'bluetooth_low_energy_central_manager_delegate.h', |
| 84 'bluetooth_low_energy_defs_win.cc', | 86 'bluetooth_low_energy_defs_win.cc', |
| 85 'bluetooth_low_energy_defs_win.h', | 87 'bluetooth_low_energy_defs_win.h', |
| (...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 400 ], | 402 ], |
| 401 'variables': { | 403 'variables': { |
| 402 'java_in_dir': '../../device/bluetooth/android/java', | 404 'java_in_dir': '../../device/bluetooth/android/java', |
| 403 }, | 405 }, |
| 404 'includes': [ '../../build/java.gypi' ], | 406 'includes': [ '../../build/java.gypi' ], |
| 405 }, | 407 }, |
| 406 ], | 408 ], |
| 407 }], | 409 }], |
| 408 ], | 410 ], |
| 409 } | 411 } |
| OLD | NEW |