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

Unified Diff: components/proximity_auth/DEPS

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 | « components/proximity_auth/BUILD.gn ('k') | components/proximity_auth/proximity_auth_pref_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth/DEPS
diff --git a/components/proximity_auth/DEPS b/components/proximity_auth/DEPS
index 3a0d524d9537819f073eecbd71d6f2f2d7e4fa7d..8adcc9e3e3ebda92d4a28784810f4aa2e5e1b5ef 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",
+ "+components/sync_preferences/testing_pref_service_syncable.h",
"+device/bluetooth",
"+net",
]
« no previous file with comments | « components/proximity_auth/BUILD.gn ('k') | components/proximity_auth/proximity_auth_pref_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698