| Index: components/proximity_auth/BUILD.gn
|
| diff --git a/components/proximity_auth/BUILD.gn b/components/proximity_auth/BUILD.gn
|
| index 23a8819c55b3a7341f7a9f34b5a66bbfb33c09f2..caf35b416316f1d4a7f71b83c4451d5c586dd07e 100644
|
| --- a/components/proximity_auth/BUILD.gn
|
| +++ b/components/proximity_auth/BUILD.gn
|
| @@ -15,6 +15,8 @@ source_set("proximity_auth") {
|
| "proximity_auth_system.cc",
|
| "proximity_auth_system.h",
|
| "remote_device.h",
|
| + "remote_status_update.cc",
|
| + "remote_status_update.h",
|
| "wire_message.cc",
|
| "wire_message.h",
|
| ]
|
| @@ -32,6 +34,7 @@ source_set("unit_tests") {
|
| "bluetooth_connection_unittest.cc",
|
| "connection_unittest.cc",
|
| "proximity_auth_system_unittest.cc",
|
| + "remote_status_update_unittest.cc",
|
| "wire_message_unittest.cc",
|
| ]
|
|
|
|
|