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

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: Refactored crash dependencies 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/app/BUILD.gn » ('j') | chromecast/chromecast.gyp » ('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..c1ed9b1d3ddbd1649ef4e29f41e380ecf1ab80e5 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/base:cast_base_unittests",
+ "//chromecast/crash:cast_crash_unittests",
+ "//chromecast/media:cast_media_unittests",
+ "//chromecast/app:cast_shell_unittests",
slan 2015/06/22 21:24:54 Lexigraphical ordering.
slan 2015/06/22 22:32:25 Done.
+ ]
+}
« no previous file with comments | « no previous file | chromecast/app/BUILD.gn » ('j') | chromecast/chromecast.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698