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

Side by Side Diff: components/proximity_auth/DEPS

Issue 1651203002: Update components for new prefs location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/prefs",
2 "+components/signin/core/account_id/account_id.h", 3 "+components/signin/core/account_id/account_id.h",
3 "+device/bluetooth", 4 "+device/bluetooth",
4 "+net", 5 "+net",
5 ] 6 ]
6 7
7 specific_include_rules = { 8 specific_include_rules = {
8 "screenlock_bridge\.*|unlock_manager\.*": [ 9 "screenlock_bridge\.*|unlock_manager\.*": [
9 "+chromeos", 10 "+chromeos",
10 ], 11 ],
11 } 12 }
OLDNEW
« no previous file with comments | « components/prefs/writeable_pref_store.h ('k') | components/proximity_auth/ble/bluetooth_low_energy_device_whitelist.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698