| Index: components/proximity_auth/BUILD.gn
|
| diff --git a/components/proximity_auth/BUILD.gn b/components/proximity_auth/BUILD.gn
|
| index 11818d9d32d9a9a809fa09b7dc96b657ff13c923..64f9f7e219bc2050bed163718f3dca8839ac7ece 100644
|
| --- a/components/proximity_auth/BUILD.gn
|
| +++ b/components/proximity_auth/BUILD.gn
|
| @@ -4,6 +4,11 @@
|
|
|
| static_library("proximity_auth") {
|
| sources = [
|
| + "connection.cc",
|
| + "connection.h",
|
| + "connection_observer.h",
|
| + "permit_message.cc",
|
| + "permit_message.h",
|
| "proximity_auth_system.cc",
|
| "proximity_auth_system.h",
|
| "remote_device.h",
|
| @@ -16,6 +21,7 @@ static_library("proximity_auth") {
|
|
|
| source_set("unit_tests") {
|
| sources = [
|
| + "connection_unittest.cc",
|
| "proximity_auth_system_unittest.cc",
|
| ]
|
|
|
|
|