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

Unified Diff: components/supervised_user_error_page/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/supervised_user_error_page/DEPS
diff --git a/components/supervised_user_error_page/DEPS b/components/supervised_user_error_page/DEPS
index df1aec067f3f5c63bd57d2862bcc10898b91d587..67081adf255b10c33a4c21d9bc56332b26a2e111 100644
--- a/components/supervised_user_error_page/DEPS
+++ b/components/supervised_user_error_page/DEPS
@@ -1,10 +1,11 @@
include_rules = [
+ "+components/grit/components_resources.h",
+ "+components/strings/grit/components_strings.h",
"+components/web_restrictions/interfaces",
"+content/public/renderer",
"+gin",
- "+grit",
"+third_party/WebKit",
"+ui/base",
"+url",
"+v8",
-]
+]

Powered by Google App Engine
This is Rietveld 408576698