Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(112)

Side by Side Diff: device/bluetooth/bluetooth.gyp

Issue 2071323002: bluetooth: mac: Initial BluetoothRemoteGattCharacteristicMac implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Skip reconnect-during-disconnected-event test Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/bluetooth_low_energy_device_mac.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/bluetooth_low_energy_device_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698