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

Unified Diff: chromecast/chromecast.gyp

Issue 1372393007: [Chromecast] Upgrade to new CMA backend API (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Fix end_to_end test + address slan 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/chromecast.gyp
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index c55c0fa76ab2544de2c7aae824ba807294c4c0bb..e8a26f450557d3fa30fd989d4e3e09ec54d8fa79 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -44,18 +44,14 @@
'public/graphics_properties_shlib.h',
'public/graphics_types.h',
'public/media_codec_support.h',
- 'public/media/audio_pipeline_device.h',
'public/media/cast_decoder_buffer.h',
'public/media/cast_decrypt_config.h',
'public/media/cast_key_system.h',
'public/media/decoder_config.h',
'public/media/decrypt_context.h',
- 'public/media/media_clock_device.h',
- 'public/media/media_component_device.h',
'public/media/media_pipeline_backend.h',
'public/media/media_pipeline_device_params.h',
'public/media/stream_id.h',
- 'public/media/video_pipeline_device.h',
'public/osd_plane.h',
'public/osd_plane_shlib.h',
'public/osd_surface.h',
@@ -698,6 +694,8 @@
'common/media/cma_param_traits.h',
'common/media/shared_memory_chunk.cc',
'common/media/shared_memory_chunk.h',
+ 'renderer/media/audio_pipeline.cc',
+ 'renderer/media/audio_pipeline.h',
'renderer/media/audio_pipeline_proxy.cc',
'renderer/media/audio_pipeline_proxy.h',
'renderer/media/chromecast_media_renderer_factory.cc',
@@ -708,6 +706,9 @@
'renderer/media/media_channel_proxy.h',
'renderer/media/media_pipeline_proxy.cc',
'renderer/media/media_pipeline_proxy.h',
+ 'renderer/media/renderer_media_pipeline.h',
+ 'renderer/media/video_pipeline.cc',
+ 'renderer/media/video_pipeline.h',
'renderer/media/video_pipeline_proxy.cc',
'renderer/media/video_pipeline_proxy.h',
],

Powered by Google App Engine
This is Rietveld 408576698