| Index: device/bluetooth/BUILD.gn
|
| diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn
|
| index bb5e07ea09e03753b843c73dd68cb293f44a7160..744617c3c8a56ddbd9a2c2bdc68b9b2b97c63c76 100644
|
| --- a/device/bluetooth/BUILD.gn
|
| +++ b/device/bluetooth/BUILD.gn
|
| @@ -168,16 +168,24 @@ component("bluetooth") {
|
| "bluetooth_audio_sink_bluez.h",
|
| "bluetooth_device_bluez.cc",
|
| "bluetooth_device_bluez.h",
|
| + "bluetooth_gatt_characteristic_bluez.cc",
|
| + "bluetooth_gatt_characteristic_bluez.h",
|
| "bluetooth_gatt_connection_bluez.cc",
|
| "bluetooth_gatt_connection_bluez.h",
|
| + "bluetooth_gatt_descriptor_bluez.cc",
|
| + "bluetooth_gatt_descriptor_bluez.h",
|
| "bluetooth_gatt_notify_session_bluez.cc",
|
| "bluetooth_gatt_notify_session_bluez.h",
|
| + "bluetooth_gatt_service_bluez.cc",
|
| + "bluetooth_gatt_service_bluez.h",
|
| + "bluetooth_local_gatt_characteristic_bluez.cc",
|
| + "bluetooth_local_gatt_characteristic_bluez.h",
|
| + "bluetooth_local_gatt_service_bluez.cc",
|
| + "bluetooth_local_gatt_service_bluez.h",
|
| "bluetooth_pairing_bluez.cc",
|
| "bluetooth_pairing_bluez.h",
|
| "bluetooth_remote_gatt_characteristic_bluez.cc",
|
| "bluetooth_remote_gatt_characteristic_bluez.h",
|
| - "bluetooth_remote_gatt_descriptor_bluez.cc",
|
| - "bluetooth_remote_gatt_descriptor_bluez.h",
|
| "bluetooth_remote_gatt_service_bluez.cc",
|
| "bluetooth_remote_gatt_service_bluez.h",
|
| "bluetooth_socket_bluez.cc",
|
|
|