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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 'bluetooth_discovery_manager_mac.mm', | 69 'bluetooth_discovery_manager_mac.mm', |
70 'bluetooth_discovery_manager_mac.h', | 70 'bluetooth_discovery_manager_mac.h', |
71 'bluetooth_discovery_session.cc', | 71 'bluetooth_discovery_session.cc', |
72 'bluetooth_discovery_session.h', | 72 'bluetooth_discovery_session.h', |
73 'bluetooth_gatt_characteristic.cc', | 73 'bluetooth_gatt_characteristic.cc', |
74 'bluetooth_gatt_characteristic.h', | 74 'bluetooth_gatt_characteristic.h', |
75 'bluetooth_gatt_connection.cc', | 75 'bluetooth_gatt_connection.cc', |
76 'bluetooth_gatt_connection.h', | 76 'bluetooth_gatt_connection.h', |
77 'bluetooth_gatt_connection_chromeos.cc', | 77 'bluetooth_gatt_connection_chromeos.cc', |
78 'bluetooth_gatt_connection_chromeos.h', | 78 'bluetooth_gatt_connection_chromeos.h', |
| 79 'bluetooth_gatt_connection_mac.mm', |
| 80 'bluetooth_gatt_connection_mac.h', |
79 'bluetooth_gatt_descriptor.cc', | 81 'bluetooth_gatt_descriptor.cc', |
80 'bluetooth_gatt_descriptor.h', | 82 'bluetooth_gatt_descriptor.h', |
81 'bluetooth_gatt_notify_session.cc', | 83 'bluetooth_gatt_notify_session.cc', |
82 'bluetooth_gatt_notify_session.h', | 84 'bluetooth_gatt_notify_session.h', |
83 'bluetooth_gatt_notify_session_chromeos.cc', | 85 'bluetooth_gatt_notify_session_chromeos.cc', |
84 'bluetooth_gatt_notify_session_chromeos.h', | 86 'bluetooth_gatt_notify_session_chromeos.h', |
85 'bluetooth_gatt_service.cc', | 87 'bluetooth_gatt_service.cc', |
86 'bluetooth_gatt_service.h', | 88 'bluetooth_gatt_service.h', |
87 'bluetooth_init_win.cc', | 89 'bluetooth_init_win.cc', |
88 'bluetooth_init_win.h', | 90 'bluetooth_init_win.h', |
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
268 ], | 270 ], |
269 'variables': { | 271 'variables': { |
270 'java_in_dir': '../../device/bluetooth/android/java', | 272 'java_in_dir': '../../device/bluetooth/android/java', |
271 }, | 273 }, |
272 'includes': [ '../../build/java.gypi' ], | 274 'includes': [ '../../build/java.gypi' ], |
273 }, | 275 }, |
274 ], | 276 ], |
275 }], | 277 }], |
276 ], | 278 ], |
277 } | 279 } |
OLD | NEW |