| Index: device/bluetooth/bluetooth.gyp
 | 
| diff --git a/device/bluetooth/bluetooth.gyp b/device/bluetooth/bluetooth.gyp
 | 
| index 4e39639e92c3a650e738c2670056a53727ae249e..ee7d769ead9907a931199531fb028187a63a143b 100644
 | 
| --- a/device/bluetooth/bluetooth.gyp
 | 
| +++ b/device/bluetooth/bluetooth.gyp
 | 
| @@ -152,10 +152,14 @@
 | 
|                  'bluez/bluetooth_audio_sink_bluez.h',
 | 
|                  'bluez/bluetooth_device_bluez.cc',
 | 
|                  'bluez/bluetooth_device_bluez.h',
 | 
| +                'bluez/bluetooth_gatt_characteristic_delegate_wrapper.cc',
 | 
| +                'bluez/bluetooth_gatt_characteristic_delegate_wrapper.h',
 | 
|                  'bluez/bluetooth_gatt_characteristic_bluez.cc',
 | 
|                  'bluez/bluetooth_gatt_characteristic_bluez.h',
 | 
|                  'bluez/bluetooth_gatt_connection_bluez.cc',
 | 
|                  'bluez/bluetooth_gatt_connection_bluez.h',
 | 
| +      		'bluez/bluetooth_gatt_descriptor_delegate_wrapper.cc',
 | 
| +                'bluez/bluetooth_gatt_descriptor_delegate_wrapper.h',
 | 
|                  'bluez/bluetooth_gatt_descriptor_bluez.cc',
 | 
|                  'bluez/bluetooth_gatt_descriptor_bluez.h',
 | 
|                  'bluez/bluetooth_gatt_notify_session_bluez.cc',
 | 
| @@ -192,6 +196,10 @@
 | 
|                  '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_characteristic_client.cc',
 | 
|                  'dbus/bluetooth_gatt_characteristic_client.h',
 | 
|                  'dbus/bluetooth_gatt_characteristic_service_provider.cc',
 | 
| @@ -233,6 +241,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',
 | 
| 
 |