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

Unified Diff: device/bluetooth/bluetooth.gyp

Issue 1914893002: DBus changes for implementing local GATT attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth_classes
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
Index: device/bluetooth/bluetooth.gyp
diff --git a/device/bluetooth/bluetooth.gyp b/device/bluetooth/bluetooth.gyp
index 4e39639e92c3a650e738c2670056a53727ae249e..581a62e3dde905bc9b6f650131cdb734f66d1ace 100644
--- a/device/bluetooth/bluetooth.gyp
+++ b/device/bluetooth/bluetooth.gyp
@@ -192,10 +192,19 @@
'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_descriptor_delegate_wrapper.cc',
+ 'dbus/bluetooth_gatt_descriptor_delegate_wrapper.h',
'dbus/bluetooth_gatt_descriptor_client.cc',
'dbus/bluetooth_gatt_descriptor_client.h',
'dbus/bluetooth_gatt_descriptor_service_provider.cc',
@@ -233,6 +242,8 @@
'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',

Powered by Google App Engine
This is Rietveld 408576698