| Index: components/proximity_auth/ble/BUILD.gn
|
| diff --git a/components/proximity_auth/ble/BUILD.gn b/components/proximity_auth/ble/BUILD.gn
|
| index 4641f5ab74f321b5715362dd4aa9ad9cdf0ca18d..16d2ddcac6d1ffe7c7fa36216224ae6a92cb16f2 100644
|
| --- a/components/proximity_auth/ble/BUILD.gn
|
| +++ b/components/proximity_auth/ble/BUILD.gn
|
| @@ -8,8 +8,6 @@ static_library("ble") {
|
| sources = [
|
| "bluetooth_low_energy_connection.cc",
|
| "bluetooth_low_energy_connection.h",
|
| - "bluetooth_low_energy_connection_finder.cc",
|
| - "bluetooth_low_energy_connection_finder.h",
|
| "bluetooth_low_energy_device_whitelist.cc",
|
| "bluetooth_low_energy_device_whitelist.h",
|
| "pref_names.cc",
|
| @@ -39,7 +37,6 @@ static_library("ble") {
|
| source_set("unit_tests") {
|
| testonly = true
|
| sources = [
|
| - "bluetooth_low_energy_connection_finder_unittest.cc",
|
| "bluetooth_low_energy_connection_unittest.cc",
|
| "bluetooth_low_energy_device_whitelist_unittest.cc",
|
| ]
|
|
|