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

Side by Side Diff: components/proximity_auth/DEPS

Issue 2903353003: Adding mojo calls for easy unlock service (Closed)
Patch Set: Incoporate pathset 3 comments Created 3 years, 6 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/signin/core/account_id/account_id.h", 4 "+components/signin/core/account_id/account_id.h",
5 "+device/bluetooth", 5 "+device/bluetooth",
6 "+net", 6 "+net",
7 ] 7 ]
8 8
9 specific_include_rules = { 9 specific_include_rules = {
10 "screenlock_bridge\.*|unlock_manager\.*": [ 10 "screenlock_bridge\.*|unlock_manager\.*": [
11 "+ash/public/interfaces",
11 "+chromeos", 12 "+chromeos",
12 ], 13 ],
13 } 14 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698