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

Unified Diff: chromecast/media/cma/backend/alsa/BUILD.gn

Issue 2701613006: [Chromecast] Process streams with different post-processing. (Closed)
Patch Set: Fix unittests Created 3 years, 10 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 | « chromecast/media/base/audio_device_ids.cc ('k') | chromecast/media/cma/backend/alsa/audio_decoder_alsa.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cma/backend/alsa/BUILD.gn
diff --git a/chromecast/media/cma/backend/alsa/BUILD.gn b/chromecast/media/cma/backend/alsa/BUILD.gn
index f2c683081e621d5efba27b81b11574ba7be386e1..8f04d784412de71d3378f2e4f2099a9f62103d99 100644
--- a/chromecast/media/cma/backend/alsa/BUILD.gn
+++ b/chromecast/media/cma/backend/alsa/BUILD.gn
@@ -38,6 +38,8 @@ source_set("alsa_cma_backend") {
"alsa_wrapper.h",
"audio_decoder_alsa.cc",
"audio_decoder_alsa.h",
+ "filter_group.cc",
+ "filter_group.h",
"media_pipeline_backend_alsa.cc",
"media_pipeline_backend_alsa.h",
"stream_mixer_alsa.cc",
@@ -56,6 +58,7 @@ source_set("alsa_cma_backend") {
":slew_volume",
"//base",
"//chromecast/base",
+ "//chromecast/media/base",
"//chromecast/media/cma/backend:null",
"//chromecast/media/cma/base",
"//chromecast/media/cma/decoder",
« no previous file with comments | « chromecast/media/base/audio_device_ids.cc ('k') | chromecast/media/cma/backend/alsa/audio_decoder_alsa.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698