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

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: updates 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
« no previous file with comments | « content/test/BUILD.gn ('k') | content/test/layouttest_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/DEPS
diff --git a/content/test/DEPS b/content/test/DEPS
index 28b890471837f11b85b533517e8928629cb6f118..760b35864af6235e6786c65a819e27c0c28997aa 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",
+ ],
+}
« no previous file with comments | « content/test/BUILD.gn ('k') | content/test/layouttest_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698