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

Side by Side 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/cryptauth", 2 "+components/cryptauth",
3 "+components/prefs", 3 "+components/prefs",
4 "+components/pref_registry/pref_registry_syncable.h",
4 "+components/signin/core/account_id/account_id.h", 5 "+components/signin/core/account_id/account_id.h",
6 "+components/sync_preferences/testing_pref_service_syncable.h",
5 "+device/bluetooth", 7 "+device/bluetooth",
6 "+net", 8 "+net",
7 ] 9 ]
8 10
9 specific_include_rules = { 11 specific_include_rules = {
10 "screenlock_bridge\.*|unlock_manager\.*": [ 12 "screenlock_bridge\.*|unlock_manager\.*": [
11 "+chromeos", 13 "+chromeos",
12 ], 14 ],
13 } 15 }
OLDNEW
« 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