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

Side by Side Diff: components/supervised_user_error_page/DEPS

Issue 2712513004: Use a qualified path for grit-generated headers in components/ (Closed)
Patch Set: res 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 "+components/web_restrictions/interfaces", 4 "+components/web_restrictions/interfaces",
3 "+content/public/renderer", 5 "+content/public/renderer",
4 "+gin", 6 "+gin",
5 "+grit",
6 "+third_party/WebKit", 7 "+third_party/WebKit",
7 "+ui/base", 8 "+ui/base",
8 "+url", 9 "+url",
9 "+v8", 10 "+v8",
10 ] 11 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698