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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 'bluetooth_low_energy_discovery_manager_mac.h', | 96 'bluetooth_low_energy_discovery_manager_mac.h', |
97 'bluetooth_low_energy_discovery_manager_mac.mm', | 97 'bluetooth_low_energy_discovery_manager_mac.mm', |
98 'bluetooth_low_energy_peripheral_delegate.mm', | 98 'bluetooth_low_energy_peripheral_delegate.mm', |
99 'bluetooth_low_energy_peripheral_delegate.h', | 99 'bluetooth_low_energy_peripheral_delegate.h', |
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_remote_gatt_characteristic.cc', | 102 'bluetooth_remote_gatt_characteristic.cc', |
103 'bluetooth_remote_gatt_characteristic.h', | 103 'bluetooth_remote_gatt_characteristic.h', |
104 'bluetooth_remote_gatt_characteristic_android.cc', | 104 'bluetooth_remote_gatt_characteristic_android.cc', |
105 'bluetooth_remote_gatt_characteristic_android.h', | 105 'bluetooth_remote_gatt_characteristic_android.h', |
| 106 'bluetooth_remote_gatt_characteristic_mac.h', |
| 107 'bluetooth_remote_gatt_characteristic_mac.mm', |
106 'bluetooth_remote_gatt_characteristic_win.cc', | 108 'bluetooth_remote_gatt_characteristic_win.cc', |
107 'bluetooth_remote_gatt_characteristic_win.h', | 109 'bluetooth_remote_gatt_characteristic_win.h', |
108 'bluetooth_remote_gatt_descriptor.cc', | 110 'bluetooth_remote_gatt_descriptor.cc', |
109 'bluetooth_remote_gatt_descriptor.h', | 111 'bluetooth_remote_gatt_descriptor.h', |
110 'bluetooth_remote_gatt_descriptor_android.cc', | 112 'bluetooth_remote_gatt_descriptor_android.cc', |
111 'bluetooth_remote_gatt_descriptor_android.h', | 113 'bluetooth_remote_gatt_descriptor_android.h', |
112 'bluetooth_remote_gatt_descriptor_win.cc', | 114 'bluetooth_remote_gatt_descriptor_win.cc', |
113 'bluetooth_remote_gatt_descriptor_win.h', | 115 'bluetooth_remote_gatt_descriptor_win.h', |
114 'bluetooth_remote_gatt_service.cc', | 116 'bluetooth_remote_gatt_service.cc', |
115 'bluetooth_remote_gatt_service.h', | 117 'bluetooth_remote_gatt_service.h', |
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
505 '../../mojo/mojo_public.gyp:mojo_cpp_bindings', | 507 '../../mojo/mojo_public.gyp:mojo_cpp_bindings', |
506 'bluetooth_interfaces_blink_mojom', | 508 'bluetooth_interfaces_blink_mojom', |
507 'bluetooth_interfaces_mojom', | 509 'bluetooth_interfaces_mojom', |
508 'device_bluetooth', | 510 'device_bluetooth', |
509 ], | 511 ], |
510 }, | 512 }, |
511 ], | 513 ], |
512 }], | 514 }], |
513 ], | 515 ], |
514 } | 516 } |
OLD | NEW |