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

Side by Side Diff: components/proximity_auth/DEPS

Issue 2502343003: Moved //components/proximity_auth/cryptauth to //components/cryptauth. (Closed)
Patch Set: Fixed proto #includes. Created 4 years, 1 month 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
« no previous file with comments | « components/proximity_auth/BUILD.gn ('k') | components/proximity_auth/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/cryptauth",
2 "+components/prefs", 3 "+components/prefs",
3 "+components/signin/core/account_id/account_id.h", 4 "+components/signin/core/account_id/account_id.h",
4 "+device/bluetooth", 5 "+device/bluetooth",
5 "+net", 6 "+net",
6 ] 7 ]
7 8
8 specific_include_rules = { 9 specific_include_rules = {
9 "screenlock_bridge\.*|unlock_manager\.*": [ 10 "screenlock_bridge\.*|unlock_manager\.*": [
10 "+chromeos", 11 "+chromeos",
11 ], 12 ],
12 } 13 }
OLDNEW
« no previous file with comments | « components/proximity_auth/BUILD.gn ('k') | components/proximity_auth/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698