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

Unified Diff: chromecast/media/cma/pipeline/BUILD.gn

Issue 1372393007: [Chromecast] Upgrade to new CMA backend API (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Address alokp@ comments Created 5 years, 2 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/pipeline/BUILD.gn
diff --git a/chromecast/media/cma/pipeline/BUILD.gn b/chromecast/media/cma/pipeline/BUILD.gn
index 8f2054fb61a96e4bb68c35d6d7373d272b8a441f..1bfbd840371a5d378cb475b011006a0d9e89061b 100644
--- a/chromecast/media/cma/pipeline/BUILD.gn
+++ b/chromecast/media/cma/pipeline/BUILD.gn
@@ -4,8 +4,6 @@
source_set("pipeline") {
sources = [
- "audio_pipeline.cc",
- "audio_pipeline.h",
"audio_pipeline_impl.cc",
"audio_pipeline_impl.h",
"av_pipeline_client.cc",
@@ -14,22 +12,13 @@ source_set("pipeline") {
"av_pipeline_impl.h",
"decrypt_util.cc",
"decrypt_util.h",
- "frame_status_cb_impl.cc",
- "frame_status_cb_impl.h",
"load_type.h",
- "media_component_device_client_impl.cc",
- "media_component_device_client_impl.h",
- "media_pipeline.h",
"media_pipeline_client.cc",
"media_pipeline_client.h",
"media_pipeline_impl.cc",
"media_pipeline_impl.h",
- "video_pipeline.cc",
- "video_pipeline.h",
"video_pipeline_client.cc",
"video_pipeline_client.h",
- "video_pipeline_device_client_impl.cc",
- "video_pipeline_device_client_impl.h",
"video_pipeline_impl.cc",
"video_pipeline_impl.h",
]
« no previous file with comments | « chromecast/media/cma/filters/multi_demuxer_stream_adapter_unittest.cc ('k') | chromecast/media/cma/pipeline/audio_pipeline.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698