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

Unified Diff: components/web_view/test_runner/BUILD.gn

Issue 1312693007: test_runner: Add TestInfoExtractor to get the list of test-urls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mandoline-layout-test-exp
Patch Set: . Created 5 years, 3 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/web_view/test_runner/BUILD.gn
diff --git a/components/web_view/test_runner/BUILD.gn b/components/web_view/test_runner/BUILD.gn
index 44b11bba4b1163ed0e32570f1fb3db215c60e155..3e3426add54d814c26e47946624620919b462cc2 100644
--- a/components/web_view/test_runner/BUILD.gn
+++ b/components/web_view/test_runner/BUILD.gn
@@ -7,6 +7,8 @@ import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
executable("test_runner") {
output_name = "layout_test_runner"
+ testonly = true
+
sources = [
"launcher.cc",
"launcher.h",
@@ -37,6 +39,8 @@ executable("test_runner") {
}
mojo_native_application("web_view_test_runner") {
+ testonly = true
+
sources = [
"test_runner_application_delegate.cc",
"test_runner_application_delegate.h",
@@ -46,6 +50,7 @@ mojo_native_application("web_view_test_runner") {
deps = [
"//base",
"//components/html_viewer/public/interfaces",
+ "//components/test_runner",
"//components/view_manager/public/cpp",
"//components/web_view/public/cpp",
"//components/web_view/public/interfaces",
@@ -53,7 +58,6 @@ mojo_native_application("web_view_test_runner") {
"//mojo/application/public/cpp",
"//mojo/common",
"//mojo/converters/geometry",
- "//net",
"//ui/gfx/geometry",
"//url",
]

Powered by Google App Engine
This is Rietveld 408576698