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

Unified Diff: device/bluetooth/BUILD.gn

Issue 2084463002: BlueZ + DBus implementations of create/remove service record functions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes + moar tests 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 side-by-side diff with in-line comments
Download patch
Index: device/bluetooth/BUILD.gn
diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn
index a58a906db2ceccc97bf6235a4d63132a31b1aaaa..55f263a7ff53ab3e8b6a8ef93e35e770775b492a 100644
--- a/device/bluetooth/BUILD.gn
+++ b/device/bluetooth/BUILD.gn
@@ -213,6 +213,8 @@ component("bluetooth") {
"bluez/bluetooth_remote_gatt_descriptor_bluez.h",
"bluez/bluetooth_remote_gatt_service_bluez.cc",
"bluez/bluetooth_remote_gatt_service_bluez.h",
+ "bluez/bluetooth_service_attribute_value_bluez.cc",
+ "bluez/bluetooth_service_attribute_value_bluez.h",
"bluez/bluetooth_service_record_bluez.cc",
"bluez/bluetooth_service_record_bluez.h",
"bluez/bluetooth_socket_bluez.cc",

Powered by Google App Engine
This is Rietveld 408576698