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

Unified Diff: chromecast/media/media.gyp

Issue 1372393007: [Chromecast] Upgrade to new CMA backend API (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: 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/media.gyp
diff --git a/chromecast/media/media.gyp b/chromecast/media/media.gyp
index 820028defadf0d322f03c7c2c4e2b11c924af428..8197394e7ae6f2e760cb0bb49b63becc6d8045b5 100644
--- a/chromecast/media/media.gyp
+++ b/chromecast/media/media.gyp
@@ -146,16 +146,8 @@
'../..',
],
'sources': [
- 'cma/backend/audio_pipeline_device_default.cc',
- 'cma/backend/audio_pipeline_device_default.h',
- 'cma/backend/media_clock_device_default.cc',
- 'cma/backend/media_clock_device_default.h',
- 'cma/backend/media_component_device_default.cc',
- 'cma/backend/media_component_device_default.h',
'cma/backend/media_pipeline_backend_default.cc',
'cma/backend/media_pipeline_backend_default.h',
- 'cma/backend/video_pipeline_device_default.cc',
- 'cma/backend/video_pipeline_device_default.h',
],
},
{
@@ -219,11 +211,7 @@
'cma/pipeline/av_pipeline_impl.h',
'cma/pipeline/decrypt_util.cc',
'cma/pipeline/decrypt_util.h',
- 'cma/pipeline/frame_status_cb_impl.cc',
- 'cma/pipeline/frame_status_cb_impl.h',
'cma/pipeline/load_type.h',
- 'cma/pipeline/media_component_device_client_impl.cc',
- 'cma/pipeline/media_component_device_client_impl.h',
'cma/pipeline/media_pipeline.h',
'cma/pipeline/media_pipeline_client.cc',
'cma/pipeline/media_pipeline_client.h',
@@ -233,8 +221,6 @@
'cma/pipeline/video_pipeline.h',
'cma/pipeline/video_pipeline_client.cc',
'cma/pipeline/video_pipeline_client.h',
- 'cma/pipeline/video_pipeline_device_client_impl.cc',
- 'cma/pipeline/video_pipeline_device_client_impl.h',
'cma/pipeline/video_pipeline_impl.cc',
'cma/pipeline/video_pipeline_impl.h',
],
@@ -306,8 +292,6 @@
'cma/test/frame_generator_for_test.h',
'cma/test/frame_segmenter_for_test.cc',
'cma/test/frame_segmenter_for_test.h',
- 'cma/test/media_component_device_feeder_for_test.cc',
- 'cma/test/media_component_device_feeder_for_test.h',
'cma/test/mock_frame_consumer.cc',
'cma/test/mock_frame_consumer.h',
'cma/test/mock_frame_provider.cc',

Powered by Google App Engine
This is Rietveld 408576698