| Index: components/proximity_auth/BUILD.gn
|
| diff --git a/components/proximity_auth/BUILD.gn b/components/proximity_auth/BUILD.gn
|
| index 3f26253379665905df58a97a896b0dc8cff1d494..ce5964f904aae45370a0149703bb5ee2a0748ca4 100644
|
| --- a/components/proximity_auth/BUILD.gn
|
| +++ b/components/proximity_auth/BUILD.gn
|
| @@ -24,6 +24,7 @@ source_set("proximity_auth") {
|
| "connection.h",
|
| "connection_finder.h",
|
| "connection_observer.h",
|
| + "controller.h",
|
| "metrics.cc",
|
| "metrics.h",
|
| "proximity_auth_client.h",
|
| @@ -44,6 +45,8 @@ source_set("proximity_auth") {
|
| "switches.h",
|
| "throttled_bluetooth_connection_finder.cc",
|
| "throttled_bluetooth_connection_finder.h",
|
| + "unlock_manager.cc",
|
| + "unlock_manager.h",
|
| "wire_message.cc",
|
| "wire_message.h",
|
| ]
|
| @@ -68,6 +71,7 @@ source_set("unit_tests") {
|
| "proximity_monitor_impl_unittest.cc",
|
| "remote_status_update_unittest.cc",
|
| "throttled_bluetooth_connection_finder_unittest.cc",
|
| + "unlock_manager_unittest.cc",
|
| "wire_message_unittest.cc",
|
| ]
|
|
|
|
|