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

Unified Diff: chrome/renderer/DEPS

Issue 450053003: Use a qualified path for grit includes in various chrome/ directories. (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
Index: chrome/renderer/DEPS
diff --git a/chrome/renderer/DEPS b/chrome/renderer/DEPS
index 6ce4fb47f62b516c26366e80de0f9ee2801fc172..1f6a00c50052f9bf60b9def1cd5ba65ea7e46c4e 100644
--- a/chrome/renderer/DEPS
+++ b/chrome/renderer/DEPS
@@ -1,4 +1,5 @@
include_rules = [
+ "+chrome/grit", # For generated headers
"+chrome_elf",
"+components/autofill/content/common",
"+components/autofill/content/renderer",
@@ -20,7 +21,6 @@ include_rules = [
"+extensions/common",
"+extensions/renderer",
"+gin",
- "+grit", # For generated headers
"+ppapi/c",
"+ppapi/shared_impl",
"+skia",

Powered by Google App Engine
This is Rietveld 408576698