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

Unified Diff: device/bluetooth/BUILD.gn

Issue 1914893002: DBus changes for implementing local GATT attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth_classes
Patch Set: test leak 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 | « device/BUILD.gn ('k') | 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 3fff20b23f5f8d3879f223a93bc346b6a6f68a39..65347485a5f6e65319a8df8bf86f0e579a4cf5c6 100644
--- a/device/bluetooth/BUILD.gn
+++ b/device/bluetooth/BUILD.gn
@@ -218,20 +218,35 @@ component("bluetooth") {
"dbus/bluetooth_dbus_client_bundle.h",
"dbus/bluetooth_device_client.cc",
"dbus/bluetooth_device_client.h",
+ "dbus/bluetooth_gatt_application_service_provider.cc",
+ "dbus/bluetooth_gatt_application_service_provider.h",
+ "dbus/bluetooth_gatt_application_service_provider_impl.cc",
+ "dbus/bluetooth_gatt_application_service_provider_impl.h",
+ "dbus/bluetooth_gatt_attribute_value_delegate.h",
"dbus/bluetooth_gatt_characteristic_client.cc",
"dbus/bluetooth_gatt_characteristic_client.h",
+ "dbus/bluetooth_gatt_characteristic_delegate_wrapper.cc",
+ "dbus/bluetooth_gatt_characteristic_delegate_wrapper.h",
"dbus/bluetooth_gatt_characteristic_service_provider.cc",
"dbus/bluetooth_gatt_characteristic_service_provider.h",
+ "dbus/bluetooth_gatt_characteristic_service_provider_impl.cc",
+ "dbus/bluetooth_gatt_characteristic_service_provider_impl.h",
"dbus/bluetooth_gatt_descriptor_client.cc",
"dbus/bluetooth_gatt_descriptor_client.h",
+ "dbus/bluetooth_gatt_descriptor_delegate_wrapper.cc",
+ "dbus/bluetooth_gatt_descriptor_delegate_wrapper.h",
"dbus/bluetooth_gatt_descriptor_service_provider.cc",
"dbus/bluetooth_gatt_descriptor_service_provider.h",
+ "dbus/bluetooth_gatt_descriptor_service_provider_impl.cc",
+ "dbus/bluetooth_gatt_descriptor_service_provider_impl.h",
"dbus/bluetooth_gatt_manager_client.cc",
"dbus/bluetooth_gatt_manager_client.h",
"dbus/bluetooth_gatt_service_client.cc",
"dbus/bluetooth_gatt_service_client.h",
"dbus/bluetooth_gatt_service_service_provider.cc",
"dbus/bluetooth_gatt_service_service_provider.h",
+ "dbus/bluetooth_gatt_service_service_provider_impl.cc",
+ "dbus/bluetooth_gatt_service_service_provider_impl.h",
"dbus/bluetooth_input_client.cc",
"dbus/bluetooth_input_client.h",
"dbus/bluetooth_le_advertisement_service_provider.cc",
@@ -259,6 +274,8 @@ component("bluetooth") {
"dbus/fake_bluetooth_agent_service_provider.h",
"dbus/fake_bluetooth_device_client.cc",
"dbus/fake_bluetooth_device_client.h",
+ "dbus/fake_bluetooth_gatt_application_service_provider.cc",
+ "dbus/fake_bluetooth_gatt_application_service_provider.h",
"dbus/fake_bluetooth_gatt_characteristic_client.cc",
"dbus/fake_bluetooth_gatt_characteristic_client.h",
"dbus/fake_bluetooth_gatt_characteristic_service_provider.cc",
« no previous file with comments | « device/BUILD.gn ('k') | device/bluetooth/bluetooth.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698