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

Unified Diff: device/bluetooth/bluetooth.gyp

Issue 1872943002: Add support for local services/characteristics/descriptors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/bluetooth_adapter_bluez.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth.gyp
diff --git a/device/bluetooth/bluetooth.gyp b/device/bluetooth/bluetooth.gyp
index 5d17c93df2432dec5c1beea6a2d3f8689dd16784..5f1eaa7e1ff60b2b0fb1152498227da148587d88 100644
--- a/device/bluetooth/bluetooth.gyp
+++ b/device/bluetooth/bluetooth.gyp
@@ -140,16 +140,24 @@
'bluetooth_audio_sink_bluez.h',
'bluetooth_device_bluez.cc',
'bluetooth_device_bluez.h',
+ 'bluetooth_gatt_characteristic_bluez.cc',
+ 'bluetooth_gatt_characteristic_bluez.h',
'bluetooth_gatt_connection_bluez.cc',
'bluetooth_gatt_connection_bluez.h',
+ 'bluetooth_gatt_descriptor_bluez.cc',
+ 'bluetooth_gatt_descriptor_bluez.h',
'bluetooth_gatt_notify_session_bluez.cc',
'bluetooth_gatt_notify_session_bluez.h',
+ 'bluetooth_gatt_service_bluez.cc',
+ 'bluetooth_gatt_service_bluez.h',
+ 'bluetooth_local_gatt_characteristic_bluez.cc',
+ 'bluetooth_local_gatt_characteristic_bluez.h',
+ 'bluetooth_local_gatt_service_bluez.cc',
+ 'bluetooth_local_gatt_service_bluez.h',
'bluetooth_pairing_bluez.cc',
'bluetooth_pairing_bluez.h',
'bluetooth_remote_gatt_characteristic_bluez.cc',
'bluetooth_remote_gatt_characteristic_bluez.h',
- 'bluetooth_remote_gatt_descriptor_bluez.cc',
- 'bluetooth_remote_gatt_descriptor_bluez.h',
'bluetooth_remote_gatt_service_bluez.cc',
'bluetooth_remote_gatt_service_bluez.h',
'bluetooth_socket_bluez.cc',
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/bluetooth_adapter_bluez.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698