| Index: device/bluetooth/BUILD.gn
|
| diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn
|
| index 3fff20b23f5f8d3879f223a93bc346b6a6f68a39..239ab9bbeb8d9468ee5440f3bacddca76899ca0e 100644
|
| --- a/device/bluetooth/BUILD.gn
|
| +++ b/device/bluetooth/BUILD.gn
|
| @@ -184,10 +184,14 @@ component("bluetooth") {
|
| "bluez/bluetooth_device_bluez.h",
|
| "bluez/bluetooth_gatt_characteristic_bluez.cc",
|
| "bluez/bluetooth_gatt_characteristic_bluez.h",
|
| + "bluez/bluetooth_gatt_characteristic_delegate_wrapper.cc",
|
| + "bluez/bluetooth_gatt_characteristic_delegate_wrapper.h",
|
| "bluez/bluetooth_gatt_connection_bluez.cc",
|
| "bluez/bluetooth_gatt_connection_bluez.h",
|
| "bluez/bluetooth_gatt_descriptor_bluez.cc",
|
| "bluez/bluetooth_gatt_descriptor_bluez.h",
|
| + "bluez/bluetooth_gatt_descriptor_delegate_wrapper.cc",
|
| + "bluez/bluetooth_gatt_descriptor_delegate_wrapper.h",
|
| "bluez/bluetooth_gatt_notify_session_bluez.cc",
|
| "bluez/bluetooth_gatt_notify_session_bluez.h",
|
| "bluez/bluetooth_gatt_service_bluez.cc",
|
|
|