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

Unified Diff: chromecast/BUILD.gn

Issue 2860673003: [Chromecast] Correct libcast_governor behavior. (Closed)
Patch Set: Remove debug logging Created 3 years, 8 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 0606c448dcd003596fd50614634c0978b86e7de5..08a4e7ea51dde35a1f5019d07f45ffc0de091db2 100644
--- a/chromecast/BUILD.gn
+++ b/chromecast/BUILD.gn
@@ -59,7 +59,10 @@ 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",
+ ]
}
if (!is_android) {
« no previous file with comments | « no previous file | chromecast/media/cma/backend/alsa/BUILD.gn » ('j') | chromecast/media/cma/backend/alsa/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698