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

Side by Side Diff: components/safe_json/DEPS

Issue 2712513004: Use a qualified path for grit-generated headers in components/ (Closed)
Patch Set: more checkdeps Created 3 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/grit/components_resources.h",
3 "+components/strings/grit/components_strings.h",
2 "+content/public/browser", 4 "+content/public/browser",
3 "+content/public/common", 5 "+content/public/common",
4 "+content/public/utility", 6 "+content/public/utility",
5 "+grit", # For generated headers
6 "+jni", 7 "+jni",
7 "+mojo/public/cpp", 8 "+mojo/public/cpp",
8 "+ui/base", 9 "+ui/base",
9 ] 10 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698