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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 'bluetooth_gatt_notify_session.cc', | 81 'bluetooth_gatt_notify_session.cc', |
82 'bluetooth_gatt_notify_session.h', | 82 'bluetooth_gatt_notify_session.h', |
83 'bluetooth_gatt_notify_session_chromeos.cc', | 83 'bluetooth_gatt_notify_session_chromeos.cc', |
84 'bluetooth_gatt_notify_session_chromeos.h', | 84 'bluetooth_gatt_notify_session_chromeos.h', |
85 'bluetooth_gatt_service.cc', | 85 'bluetooth_gatt_service.cc', |
86 'bluetooth_gatt_service.h', | 86 'bluetooth_gatt_service.h', |
87 'bluetooth_init_win.cc', | 87 'bluetooth_init_win.cc', |
88 'bluetooth_init_win.h', | 88 'bluetooth_init_win.h', |
89 'bluetooth_l2cap_channel_mac.mm', | 89 'bluetooth_l2cap_channel_mac.mm', |
90 'bluetooth_l2cap_channel_mac.h', | 90 'bluetooth_l2cap_channel_mac.h', |
| 91 'bluetooth_low_energy_central_manager_delegate.mm', |
| 92 'bluetooth_low_energy_central_manager_delegate.h', |
91 'bluetooth_low_energy_defs_win.cc', | 93 'bluetooth_low_energy_defs_win.cc', |
92 'bluetooth_low_energy_defs_win.h', | 94 'bluetooth_low_energy_defs_win.h', |
93 'bluetooth_low_energy_device_mac.h', | 95 'bluetooth_low_energy_device_mac.h', |
94 'bluetooth_low_energy_device_mac.mm', | 96 'bluetooth_low_energy_device_mac.mm', |
95 'bluetooth_low_energy_discovery_manager_mac.h', | 97 'bluetooth_low_energy_discovery_manager_mac.h', |
96 'bluetooth_low_energy_discovery_manager_mac.mm', | 98 'bluetooth_low_energy_discovery_manager_mac.mm', |
97 'bluetooth_low_energy_win.cc', | 99 'bluetooth_low_energy_win.cc', |
98 'bluetooth_low_energy_win.h', | 100 'bluetooth_low_energy_win.h', |
99 'bluetooth_pairing_chromeos.cc', | 101 'bluetooth_pairing_chromeos.cc', |
100 'bluetooth_pairing_chromeos.h', | 102 'bluetooth_pairing_chromeos.h', |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
266 ], | 268 ], |
267 'variables': { | 269 'variables': { |
268 'java_in_dir': '../../device/bluetooth/android/java', | 270 'java_in_dir': '../../device/bluetooth/android/java', |
269 }, | 271 }, |
270 'includes': [ '../../build/java.gypi' ], | 272 'includes': [ '../../build/java.gypi' ], |
271 }, | 273 }, |
272 ], | 274 ], |
273 }], | 275 }], |
274 ], | 276 ], |
275 } | 277 } |
OLD | NEW |