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

Unified Diff: device/bluetooth/BUILD.gn

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 | « no previous file | device/bluetooth/bluetooth.gyp » ('j') | no next file with comments »
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 de82167cd6bd751d95e48cc91fa84b71e8531415..76efc2423096e6024fe552f26e13746457299241 100644
--- a/device/bluetooth/BUILD.gn
+++ b/device/bluetooth/BUILD.gn
@@ -170,16 +170,24 @@ component("bluetooth") {
"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 | « no previous file | device/bluetooth/bluetooth.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698