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

Unified Diff: sky/shell/BUILD.gn

Issue 1218633003: Make it possible to run a test in sky_shell (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Moar EOF Created 5 years, 6 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: sky/shell/BUILD.gn
diff --git a/sky/shell/BUILD.gn b/sky/shell/BUILD.gn
index 4032deb4d9308c2b11f60dac3c23ca206cbc7e6e..cba8fdf390cc44ef899154f23b4046ab91f9cc72 100644
--- a/sky/shell/BUILD.gn
+++ b/sky/shell/BUILD.gn
@@ -181,9 +181,14 @@ if (is_android) {
"linux/main.cc",
"linux/platform_service_provider_linux.cc",
"linux/platform_view_linux.cc",
+ "testing/test_runner.cc",
+ "testing/test_runner.h",
]
- deps = common_deps + [ ":common" ]
+ deps = common_deps + [
+ ":common",
+ "//sky/services/testing",
+ ]
}
} else {
assert(false, "Unsupported platform")

Powered by Google App Engine
This is Rietveld 408576698