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

Side by Side Diff: components/policy/core/browser/DEPS

Issue 2712513004: Use a qualified path for grit-generated headers in components/ (Closed)
Patch Set: more checkdeps Created 3 years, 9 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/autofill/core/common", 2 "+components/autofill/core/common",
3 "+components/bookmarks", 3 "+components/bookmarks",
4 "+components/pref_registry", 4 "+components/pref_registry",
5 "+components/proxy_config", 5 "+components/proxy_config",
6 "+components/strings/grit/components_strings.h",
6 "+components/url_formatter", 7 "+components/url_formatter",
7 "+components/url_matcher", 8 "+components/url_matcher",
8 "+grit/components_strings.h",
9 "+third_party/icu", 9 "+third_party/icu",
10 "+ui/base/l10n", 10 "+ui/base/l10n",
11 "+ui/base/resource", 11 "+ui/base/resource",
12 ] 12 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698