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

Unified Diff: components/BUILD.gn

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: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 08739b1190e480055d7c6cc33431891688ea51ac..91530ec5ab9b3b96d736926dc1c331f6300b1c64 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -240,6 +240,7 @@ group("all_components") {
"//components/guest_view/common",
"//components/guest_view/renderer",
"//components/scheduler",
+ "//components/test_runner",
Mike West 2015/06/02 10:30:08 I think you'll want to add a components/test_runne
jochen (gone - plz use gerrit) 2015/06/02 11:58:41 the gyp file covers that
]
}

Powered by Google App Engine
This is Rietveld 408576698