Index: components/proximity_auth/BUILD.gn |
diff --git a/components/proximity_auth/BUILD.gn b/components/proximity_auth/BUILD.gn |
index db7d2536210f45cdc89ce2fed6ea6ec6c7058c6d..66a7dc204f9a86bc98822b509bdd346293948112 100644 |
--- a/components/proximity_auth/BUILD.gn |
+++ b/components/proximity_auth/BUILD.gn |
@@ -55,6 +55,7 @@ static_library("proximity_auth") { |
"//base", |
"//components/cryptauth", |
"//components/cryptauth/ble", |
+ "//components/pref_registry:pref_registry", |
"//components/prefs", |
"//components/proximity_auth/logging", |
"//components/proximity_auth/public/interfaces", |
@@ -121,6 +122,7 @@ source_set("unit_tests") { |
"//components/prefs:test_support", |
"//components/proximity_auth/logging", |
"//components/proximity_auth/logging:unit_tests", |
+ "//components/sync_preferences:test_support", |
"//device/bluetooth:mocks", |
"//testing/gmock", |
"//testing/gtest", |