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

Unified Diff: chromecast/BUILD.gn

Issue 1154383006: Adding crash utilities to chromecast/crash. (Closed) Base URL: https://eureka-internal.googlesource.com/chromium/src@master
Patch Set: cast_shell_unittests not built for android 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
« no previous file with comments | « no previous file | chromecast/android/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/BUILD.gn
diff --git a/chromecast/BUILD.gn b/chromecast/BUILD.gn
index 6169cf8680863712ea2ad348fdd5d7cbe8074a85..e5f3b89ee80e91c086a081763e0365fc750e79b7 100644
--- a/chromecast/BUILD.gn
+++ b/chromecast/BUILD.gn
@@ -16,6 +16,18 @@ component("chromecast") {
deps = [
"//chromecast/base",
"//chromecast/base/metrics",
+ "//chromecast/crash",
"//chromecast/media",
]
}
+
+group("chromecast_unittests") {
+ testonly = true
+
+ deps = [
+ "//chromecast/app:cast_shell_unittests",
+ "//chromecast/base:cast_base_unittests",
+ "//chromecast/crash:cast_crash_unittests",
+ "//chromecast/media:cast_media_unittests",
+ ]
+}
« no previous file with comments | « no previous file | chromecast/android/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698