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

Unified Diff: chromecast/app/BUILD.gn

Issue 2499563002: [chromecast] Make testnames consistent. (Closed)
Patch Set: removes mojo dependency Created 4 years, 1 month 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: chromecast/app/BUILD.gn
diff --git a/chromecast/app/BUILD.gn b/chromecast/app/BUILD.gn
index ffc10702936d590935602ba01b3fcb17d9ebd0f8..7f0f44fb9336ee7d04782fbc1ff1f8e4b548e71b 100644
--- a/chromecast/app/BUILD.gn
+++ b/chromecast/app/BUILD.gn
@@ -56,8 +56,23 @@ source_set("cast_crash_client") {
}
}
-# TODO(kmackay) Consider renaming this.
-test("cast_shell_unittests") {
+source_set("test_support") {
+ testonly = true
+ sources = [
+ "cast_test_launcher.cc",
+ ]
+
+ deps = [
+ ":app",
+ "//base",
+ "//base/test:test_support",
+ "//chromecast/base",
+ "//content/test:test_support",
+ ]
+}
+
+source_set("unittests") {
+ testonly = true
sources = [
"linux/cast_crash_reporter_client_unittest.cc",
]
@@ -65,7 +80,6 @@ test("cast_shell_unittests") {
deps = [
":cast_crash_client",
"//base",
- "//base/test:run_all_unittests",
"//base/test:test_support",
"//chromecast/base:test_support",
"//chromecast/crash",
« no previous file with comments | « chromecast/BUILD.gn ('k') | chromecast/app/DEPS » ('j') | testing/buildbot/gn_isolate_map.pyl » ('J')

Powered by Google App Engine
This is Rietveld 408576698