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

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

Issue 2701613006: [Chromecast] Process streams with different post-processing. (Closed)
Patch Set: Fix nit 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
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 93040a169425325c1b8a3336876523c4d68703bc..417c8020c8276c871f3f3634fd02f6cb413a61d6 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",

Powered by Google App Engine
This is Rietveld 408576698