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

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: remove webkit strings that no longer exist 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 | « chrome/service/service_process.cc ('k') | chrome/test/gpu/webgl_infobar_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/DEPS
diff --git a/chrome/test/DEPS b/chrome/test/DEPS
index a3fac31973af15380ae30de3270ef0ce272e26df..db5b57fe42f9ed6eb2a432d211d024a330912e30 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,7 @@ include_rules = [
"+content/public",
"+gin/public",
- "+grit", # For generated headers
+ "+grit", # For generated headers. TODO(thestig): Remove.
"+media/base",
"+mojo/embedder",
"+sandbox/win/tests",
« no previous file with comments | « chrome/service/service_process.cc ('k') | chrome/test/gpu/webgl_infobar_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698