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

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: Linux-specific utils moved to linux/ 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: chromecast/BUILD.gn
diff --git a/chromecast/BUILD.gn b/chromecast/BUILD.gn
index 6169cf8680863712ea2ad348fdd5d7cbe8074a85..42f5c7bf6e908ba7c3a84932523da1c0f06127e4 100644
--- a/chromecast/BUILD.gn
+++ b/chromecast/BUILD.gn
@@ -16,6 +16,17 @@ component("chromecast") {
deps = [
"//chromecast/base",
"//chromecast/base/metrics",
+ "//chromecast/crash",
"//chromecast/media",
]
}
+
+group("chromecast_unittests") {
+ testonly = true
+
+ deps = [
+ "//chromecast/base:cast_base_unittests",
+ "//chromecast/crash:cast_crash_unittests",
+ "//chromecast/media:cast_media_unittests",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698