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

Unified Diff: device/bluetooth/BUILD.gn

Issue 1915803002: Bluetooth class changes for implementing local GATT attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: magic values fix 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 | « no previous file | device/bluetooth/bluetooth.gyp » ('j') | device/bluetooth/bluetooth_gatt_service.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/BUILD.gn
diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn
index 3fff20b23f5f8d3879f223a93bc346b6a6f68a39..239ab9bbeb8d9468ee5440f3bacddca76899ca0e 100644
--- a/device/bluetooth/BUILD.gn
+++ b/device/bluetooth/BUILD.gn
@@ -184,10 +184,14 @@ component("bluetooth") {
"bluez/bluetooth_device_bluez.h",
"bluez/bluetooth_gatt_characteristic_bluez.cc",
"bluez/bluetooth_gatt_characteristic_bluez.h",
+ "bluez/bluetooth_gatt_characteristic_delegate_wrapper.cc",
+ "bluez/bluetooth_gatt_characteristic_delegate_wrapper.h",
"bluez/bluetooth_gatt_connection_bluez.cc",
"bluez/bluetooth_gatt_connection_bluez.h",
"bluez/bluetooth_gatt_descriptor_bluez.cc",
"bluez/bluetooth_gatt_descriptor_bluez.h",
+ "bluez/bluetooth_gatt_descriptor_delegate_wrapper.cc",
+ "bluez/bluetooth_gatt_descriptor_delegate_wrapper.h",
"bluez/bluetooth_gatt_notify_session_bluez.cc",
"bluez/bluetooth_gatt_notify_session_bluez.h",
"bluez/bluetooth_gatt_service_bluez.cc",
« no previous file with comments | « no previous file | device/bluetooth/bluetooth.gyp » ('j') | device/bluetooth/bluetooth_gatt_service.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698