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

Unified Diff: content/DEPS

Issue 492813002: Use a qualified path for grit/content_resources.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
« no previous file with comments | « content/BUILD.gn ('k') | content/app/resources/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/DEPS
diff --git a/content/DEPS b/content/DEPS
index 34616a4c9324f1f6a3510a5f813c69070bd5bd06..acee5aad77182d367ebed501f3240803dac6a439 100644
--- a/content/DEPS
+++ b/content/DEPS
@@ -5,6 +5,7 @@ include_rules = [
# directories in content/ so we disallow all of them.
"-content",
"+content/common",
+ "+content/grit",
"+content/public/common",
"+content/public/test",
"+content/shell", # for content_browsertests
@@ -26,7 +27,6 @@ include_rules = [
"+crypto",
"+grit/blink_resources.h",
- "+grit/content_resources.h",
"+grit/content_strings.h",
"+grit/ui_strings.h",
"+grit/webkit_resources.h",
« no previous file with comments | « content/BUILD.gn ('k') | content/app/resources/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698