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

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: Lots of formatting changes and BUILD.gn updates. 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 | « BUILD.gn ('k') | chromecast/base/BUILD.gn » ('j') | chromecast/base/BUILD.gn » ('J')
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..2d55ef1bd118c068402ce4d2f0a325b10e2ce441 100644
--- a/chromecast/BUILD.gn
+++ b/chromecast/BUILD.gn
@@ -16,6 +16,16 @@ 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",
+ ]
gunsch 2015/06/10 16:33:30 I believe we have //chromecast/media:unittests as
slan 2015/06/11 02:34:48 Done.
+}
« no previous file with comments | « BUILD.gn ('k') | chromecast/base/BUILD.gn » ('j') | chromecast/base/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698