Index: components/proximity_auth/ble/BUILD.gn |
diff --git a/components/proximity_auth/ble/BUILD.gn b/components/proximity_auth/ble/BUILD.gn |
index 71324c5cb1f888591064f2f4eff4737bdfd5080f..3a6603ecaaa78181b21acd843476d9641bf13575 100644 |
--- a/components/proximity_auth/ble/BUILD.gn |
+++ b/components/proximity_auth/ble/BUILD.gn |
@@ -4,8 +4,12 @@ |
source_set("ble") { |
sources = [ |
+ "bluetooth_low_energy_connection.cc", |
+ "bluetooth_low_energy_connection.h", |
"bluetooth_low_energy_connection_finder.cc", |
"bluetooth_low_energy_connection_finder.h", |
+ "fake_wire_message.cc", |
+ "fake_wire_message.h", |
"proximity_auth_ble_system.cc", |
"proximity_auth_ble_system.h", |
] |