| Index: components/proximity_auth/BUILD.gn
|
| diff --git a/components/proximity_auth/BUILD.gn b/components/proximity_auth/BUILD.gn
|
| index 4541e8c744b200101f036ec075fd24e1f6f89a9e..5c458812ecbec0a477ee94c589634d7bdb0c4f06 100644
|
| --- a/components/proximity_auth/BUILD.gn
|
| +++ b/components/proximity_auth/BUILD.gn
|
| @@ -25,6 +25,7 @@ source_set("proximity_auth") {
|
| "connection.h",
|
| "connection_finder.h",
|
| "connection_observer.h",
|
| + "controller.h",
|
| "device_to_device_authenticator.cc",
|
| "device_to_device_authenticator.h",
|
| "device_to_device_initiator_operations.cc",
|
| @@ -52,6 +53,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",
|
| ]
|
| @@ -94,6 +97,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",
|
| ]
|
|
|
|
|