| Index: device/bluetooth/BUILD.gn
|
| diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn
|
| index 65347485a5f6e65319a8df8bf86f0e579a4cf5c6..78a80c7e73c5ab617349270e01496cfa7803d6aa 100644
|
| --- a/device/bluetooth/BUILD.gn
|
| +++ b/device/bluetooth/BUILD.gn
|
| @@ -93,6 +93,8 @@ component("bluetooth") {
|
| "bluetooth_low_energy_device_mac.mm",
|
| "bluetooth_low_energy_discovery_manager_mac.h",
|
| "bluetooth_low_energy_discovery_manager_mac.mm",
|
| + "bluetooth_low_energy_peripheral_delegate.h",
|
| + "bluetooth_low_energy_peripheral_delegate.mm",
|
| "bluetooth_low_energy_win.cc",
|
| "bluetooth_low_energy_win.h",
|
| "bluetooth_remote_gatt_characteristic.cc",
|
| @@ -111,6 +113,8 @@ component("bluetooth") {
|
| "bluetooth_remote_gatt_service.h",
|
| "bluetooth_remote_gatt_service_android.cc",
|
| "bluetooth_remote_gatt_service_android.h",
|
| + "bluetooth_remote_gatt_service_mac.h",
|
| + "bluetooth_remote_gatt_service_mac.mm",
|
| "bluetooth_remote_gatt_service_win.cc",
|
| "bluetooth_remote_gatt_service_win.h",
|
| "bluetooth_rfcomm_channel_mac.h",
|
|
|