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

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

Issue 1950033002: bluetooth: mac: Initial BluetoothRemoteGattCharacteristicMac implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@servicescan_cleanup
Patch Set: Updating the characteristic property conversion 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
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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 ], 464 ],
463 'variables': { 465 'variables': {
464 'java_in_dir': '../../device/bluetooth/android/java', 466 'java_in_dir': '../../device/bluetooth/android/java',
465 }, 467 },
466 'includes': [ '../../build/java.gypi' ], 468 'includes': [ '../../build/java.gypi' ],
467 }, 469 },
468 ], 470 ],
469 }], 471 }],
470 ], 472 ],
471 } 473 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698