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

Unified Diff: chromecast/BUILD.gn

Issue 2860673003: [Chromecast] Correct libcast_governor behavior. (Closed)
Patch Set: address halliwell@'s comments Created 3 years, 7 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/media/cma/backend/alsa/BUILD.gn » ('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 0606c448dcd003596fd50614634c0978b86e7de5..608fd94a08fd8b615c00ebbc3ef308c43610aba4 100644
--- a/chromecast/BUILD.gn
+++ b/chromecast/BUILD.gn
@@ -59,7 +59,11 @@ cast_test_group("cast_tests") {
}
if (!is_android && use_alsa) {
- tests += [ "//chromecast/media/cma/backend/alsa:cast_alsa_cma_backend_unittests" ]
+ tests += [
+ "//chromecast/media/cma/backend/alsa:cast_alsa_cma_backend_unittests",
+ "//chromecast/media/cma/backend/alsa:libcast_governor_unittests",
+ "//chromecast/media/cma/backend/alsa:slew_volume_unittests",
+ ]
}
if (!is_android) {
« no previous file with comments | « no previous file | chromecast/media/cma/backend/alsa/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698