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

Unified Diff: chromecast/BUILD.gn

Issue 2958393002: Add a simple, safe gain PostProcessor. (Closed)
Patch Set: Unrelated cleanup Created 3 years, 5 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 73ba022a7443becc4a9f8aae92735c6bffeb52f5..902408808576d1eca7e41a5e6969bcf570b2f88a 100644
--- a/chromecast/BUILD.gn
+++ b/chromecast/BUILD.gn
@@ -60,11 +60,7 @@ cast_test_group("cast_tests") {
}
if (!is_android && use_alsa) {
- 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",
- ]
+ tests += [ "//chromecast/media/cma/backend/alsa:cast_alsa_cma_backend_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