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

Unified Diff: components/error_page/renderer/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 side-by-side diff with in-line comments
Download patch
Index: components/error_page/renderer/DEPS
diff --git a/components/error_page/renderer/DEPS b/components/error_page/renderer/DEPS
index 3238bc4a13177d4d656d847d1707227809fd78ce..c0537b6a4e5df5ab46f2aaf88e5cb547956e5ee5 100644
--- a/components/error_page/renderer/DEPS
+++ b/components/error_page/renderer/DEPS
@@ -1,7 +1,7 @@
include_rules = [
"+components/url_formatter",
"+content/public/common",
- "+grit/components_strings.h",
+ "+components/strings/grit/components_strings.h",
Lei Zhang 2017/02/23 19:58:20 sort
"+net",
"+third_party/WebKit/public/platform",
"+ui/base",

Powered by Google App Engine
This is Rietveld 408576698