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

Unified Diff: chrome/test/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/test/DEPS
diff --git a/chrome/test/DEPS b/chrome/test/DEPS
index a3fac31973af15380ae30de3270ef0ce272e26df..4c0999c30fec90cbd34bdd1f6412462b3ae7767e 100644
--- a/chrome/test/DEPS
+++ b/chrome/test/DEPS
@@ -3,6 +3,7 @@ include_rules = [
# rely on components.
"+ash",
"+chrome",
+ "+chrome/grit", # For generated headers
"+chromeos",
"+components",
"+extensions",
@@ -15,7 +16,6 @@ include_rules = [
"+content/public",
"+gin/public",
- "+grit", # For generated headers
"+media/base",
"+mojo/embedder",
"+sandbox/win/tests",

Powered by Google App Engine
This is Rietveld 408576698