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

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

Issue 2847673002: [Chromecast] Complete PostProcessingPipeline changes (Closed)
Patch Set: Add more test 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/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 f45d0df79f79ef7933eb782cedf7444579950707..afcc0fd9c17cedfa131ec328fd5e6f196f88dfa7 100644
--- a/chromecast/media/cma/backend/alsa/BUILD.gn
+++ b/chromecast/media/cma/backend/alsa/BUILD.gn
@@ -21,6 +21,8 @@ shared_library("libcast_media_1.0_audio") {
sources = [
"cast_media_shlib.cc",
"media_codec_support_cast_audio.cc",
+ "post_processing_pipeline_impl.cc",
+ "post_processing_pipeline_impl.h",
]
deps = [
@@ -44,7 +46,6 @@ source_set("alsa_cma_backend") {
"filter_group.h",
"media_pipeline_backend_alsa.cc",
"media_pipeline_backend_alsa.h",
- "post_processing_pipeline.cc",
"post_processing_pipeline.h",
"post_processing_pipeline_parser.cc",
"post_processing_pipeline_parser.h",
« no previous file with comments | « no previous file | chromecast/media/cma/backend/alsa/filter_group.h » ('j') | chromecast/media/cma/backend/alsa/filter_group.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698