Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(572)

Unified Diff: components/proximity_auth/BUILD.gn

Issue 2973243002: Adding pref to store the user-selected proximity threshold. (Closed)
Patch Set: Fixing merge issues Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/signin/easy_unlock_service_regular.cc ('k') | components/proximity_auth/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « chrome/browser/signin/easy_unlock_service_regular.cc ('k') | components/proximity_auth/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698