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

Side by Side Diff: chrome/browser/sync/DEPS

Issue 2891923003: chromeos: Tighten DEPS on //ash in //chrome/browser to support mash (Closed)
Patch Set: rebase 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
« no previous file with comments | « chrome/browser/signin/DEPS ('k') | chrome/browser/ui/DEPS » ('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/invalidation", 2 "+components/invalidation",
3 "+components/sync/driver", 3 "+components/sync/driver",
4 "+components/sync_sessions", 4 "+components/sync_sessions",
5 "+components/sync_wifi", 5 "+components/sync_wifi",
6 "+google/cacheinvalidation", 6 "+google/cacheinvalidation",
7 ] 7 ]
8 specific_include_rules = {
9 "sync_error_notifier_ash\.cc": [
10 "+ash/system/system_notifier.h",
11 ],
12 "sync_error_notifier_factory_ash\.cc": [
13 "+ash/shell.h",
14 ],
15 ".*_unittest\.cc": [
16 "+ash/test/ash_test_base.h",
17 ]
18 }
OLDNEW
« no previous file with comments | « chrome/browser/signin/DEPS ('k') | chrome/browser/ui/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698