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

Unified Diff: chromecast/app/BUILD.gn

Issue 2502143002: Revert of [chromecast] Make testnames consistent. (Closed)
Patch Set: 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
« no previous file with comments | « chromecast/BUILD.gn ('k') | chromecast/app/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/app/BUILD.gn
diff --git a/chromecast/app/BUILD.gn b/chromecast/app/BUILD.gn
index 7f0f44fb9336ee7d04782fbc1ff1f8e4b548e71b..ffc10702936d590935602ba01b3fcb17d9ebd0f8 100644
--- a/chromecast/app/BUILD.gn
+++ b/chromecast/app/BUILD.gn
@@ -56,23 +56,8 @@
}
}
-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
+# TODO(kmackay) Consider renaming this.
+test("cast_shell_unittests") {
sources = [
"linux/cast_crash_reporter_client_unittest.cc",
]
@@ -80,6 +65,7 @@
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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698