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

Unified Diff: components/proximity_auth/DEPS

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/DEPS
diff --git a/components/proximity_auth/DEPS b/components/proximity_auth/DEPS
index 3a0d524d9537819f073eecbd71d6f2f2d7e4fa7d..fe886d2fac7b99182b7a36c5b28053355f7b891a 100644
--- a/components/proximity_auth/DEPS
+++ b/components/proximity_auth/DEPS
@@ -1,7 +1,9 @@
include_rules = [
"+components/cryptauth",
"+components/prefs",
+ "+components/pref_registry/pref_registry_syncable.h",
"+components/signin/core/account_id/account_id.h",
+ "+chrome/common/pref_names.h",
Tim Song 2017/07/11 23:45:57 We shouldn't depend on chrome/
sacomoto 2017/07/12 15:52:52 Done.
"+device/bluetooth",
"+net",
]

Powered by Google App Engine
This is Rietveld 408576698