| Index: device/bluetooth/BUILD.gn
|
| diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn
|
| index 76efc2423096e6024fe552f26e13746457299241..3fff20b23f5f8d3879f223a93bc346b6a6f68a39 100644
|
| --- a/device/bluetooth/BUILD.gn
|
| +++ b/device/bluetooth/BUILD.gn
|
| @@ -79,6 +79,12 @@ component("bluetooth") {
|
| "bluetooth_init_win.h",
|
| "bluetooth_l2cap_channel_mac.h",
|
| "bluetooth_l2cap_channel_mac.mm",
|
| + "bluetooth_local_gatt_characteristic.cc",
|
| + "bluetooth_local_gatt_characteristic.h",
|
| + "bluetooth_local_gatt_descriptor.cc",
|
| + "bluetooth_local_gatt_descriptor.h",
|
| + "bluetooth_local_gatt_service.cc",
|
| + "bluetooth_local_gatt_service.h",
|
| "bluetooth_low_energy_central_manager_delegate.h",
|
| "bluetooth_low_energy_central_manager_delegate.mm",
|
| "bluetooth_low_energy_defs_win.cc",
|
| @@ -89,14 +95,20 @@ component("bluetooth") {
|
| "bluetooth_low_energy_discovery_manager_mac.mm",
|
| "bluetooth_low_energy_win.cc",
|
| "bluetooth_low_energy_win.h",
|
| + "bluetooth_remote_gatt_characteristic.cc",
|
| + "bluetooth_remote_gatt_characteristic.h",
|
| "bluetooth_remote_gatt_characteristic_android.cc",
|
| "bluetooth_remote_gatt_characteristic_android.h",
|
| "bluetooth_remote_gatt_characteristic_win.cc",
|
| "bluetooth_remote_gatt_characteristic_win.h",
|
| + "bluetooth_remote_gatt_descriptor.cc",
|
| + "bluetooth_remote_gatt_descriptor.h",
|
| "bluetooth_remote_gatt_descriptor_android.cc",
|
| "bluetooth_remote_gatt_descriptor_android.h",
|
| "bluetooth_remote_gatt_descriptor_win.cc",
|
| "bluetooth_remote_gatt_descriptor_win.h",
|
| + "bluetooth_remote_gatt_service.cc",
|
| + "bluetooth_remote_gatt_service.h",
|
| "bluetooth_remote_gatt_service_android.cc",
|
| "bluetooth_remote_gatt_service_android.h",
|
| "bluetooth_remote_gatt_service_win.cc",
|
| @@ -160,38 +172,42 @@ component("bluetooth") {
|
| if (is_chromeos || is_linux) {
|
| if (use_dbus) {
|
| sources += [
|
| - "bluetooth_adapter_bluez.cc",
|
| - "bluetooth_adapter_bluez.h",
|
| - "bluetooth_adapter_profile_bluez.cc",
|
| - "bluetooth_adapter_profile_bluez.h",
|
| - "bluetooth_advertisement_bluez.cc",
|
| - "bluetooth_advertisement_bluez.h",
|
| - "bluetooth_audio_sink_bluez.cc",
|
| - "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_service_bluez.cc",
|
| - "bluetooth_remote_gatt_service_bluez.h",
|
| - "bluetooth_socket_bluez.cc",
|
| - "bluetooth_socket_bluez.h",
|
| + "bluez/bluetooth_adapter_bluez.cc",
|
| + "bluez/bluetooth_adapter_bluez.h",
|
| + "bluez/bluetooth_adapter_profile_bluez.cc",
|
| + "bluez/bluetooth_adapter_profile_bluez.h",
|
| + "bluez/bluetooth_advertisement_bluez.cc",
|
| + "bluez/bluetooth_advertisement_bluez.h",
|
| + "bluez/bluetooth_audio_sink_bluez.cc",
|
| + "bluez/bluetooth_audio_sink_bluez.h",
|
| + "bluez/bluetooth_device_bluez.cc",
|
| + "bluez/bluetooth_device_bluez.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_bluez.cc",
|
| + "bluez/bluetooth_gatt_descriptor_bluez.h",
|
| + "bluez/bluetooth_gatt_notify_session_bluez.cc",
|
| + "bluez/bluetooth_gatt_notify_session_bluez.h",
|
| + "bluez/bluetooth_gatt_service_bluez.cc",
|
| + "bluez/bluetooth_gatt_service_bluez.h",
|
| + "bluez/bluetooth_local_gatt_characteristic_bluez.cc",
|
| + "bluez/bluetooth_local_gatt_characteristic_bluez.h",
|
| + "bluez/bluetooth_local_gatt_descriptor_bluez.cc",
|
| + "bluez/bluetooth_local_gatt_descriptor_bluez.h",
|
| + "bluez/bluetooth_local_gatt_service_bluez.cc",
|
| + "bluez/bluetooth_local_gatt_service_bluez.h",
|
| + "bluez/bluetooth_pairing_bluez.cc",
|
| + "bluez/bluetooth_pairing_bluez.h",
|
| + "bluez/bluetooth_remote_gatt_characteristic_bluez.cc",
|
| + "bluez/bluetooth_remote_gatt_characteristic_bluez.h",
|
| + "bluez/bluetooth_remote_gatt_descriptor_bluez.cc",
|
| + "bluez/bluetooth_remote_gatt_descriptor_bluez.h",
|
| + "bluez/bluetooth_remote_gatt_service_bluez.cc",
|
| + "bluez/bluetooth_remote_gatt_service_bluez.h",
|
| + "bluez/bluetooth_socket_bluez.cc",
|
| + "bluez/bluetooth_socket_bluez.h",
|
| "dbus/bluetooth_adapter_client.cc",
|
| "dbus/bluetooth_adapter_client.h",
|
| "dbus/bluetooth_agent_manager_client.cc",
|
|
|