Index: device/bluetooth/BUILD.gn |
diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn |
index 3fff20b23f5f8d3879f223a93bc346b6a6f68a39..3b38782b15372035fe7e94e6b0c3cb2ae70f0781 100644 |
--- a/device/bluetooth/BUILD.gn |
+++ b/device/bluetooth/BUILD.gn |
@@ -218,12 +218,21 @@ 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_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_manager_client.cc", |
@@ -259,6 +268,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", |