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

Unified Diff: content/test/DEPS

Issue 1167703002: Move test runner to a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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: content/test/DEPS
diff --git a/content/test/DEPS b/content/test/DEPS
index 28b890471837f11b85b533517e8928629cb6f118..890264ebcf02f837d57203da5185c75f0fcd94f4 100644
--- a/content/test/DEPS
+++ b/content/test/DEPS
@@ -16,3 +16,9 @@ include_rules = [
"+ui/base/resource/resource_bundle.h",
"!v8/include/v8.h",
]
+
+specific_include_rules = {
+ "layouttest_support.cc": [
+ "+components/test_runner/renderer",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698