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

Unified Diff: components/proximity_auth/BUILD.gn

Issue 2973243002: Adding pref to store the user-selected proximity threshold. (Closed)
Patch Set: Fixing browser tests 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
Index: components/proximity_auth/BUILD.gn
diff --git a/components/proximity_auth/BUILD.gn b/components/proximity_auth/BUILD.gn
index db7d2536210f45cdc89ce2fed6ea6ec6c7058c6d..8970167901facb4aba97f35fbc1f80d60c6c6067 100644
--- a/components/proximity_auth/BUILD.gn
+++ b/components/proximity_auth/BUILD.gn
@@ -53,8 +53,10 @@ static_library("proximity_auth") {
deps = [
"//base",
+ "//chrome/common:constants",
"//components/cryptauth",
"//components/cryptauth/ble",
+ "//components/pref_registry:pref_registry",
"//components/prefs",
"//components/proximity_auth/logging",
"//components/proximity_auth/public/interfaces",

Powered by Google App Engine
This is Rietveld 408576698