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

Unified Diff: chromecast/chromecast.gyp

Issue 814403002: [Chromecast] Add CmaMediaRendererFactory and IPC proxy components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « no previous file | chromecast/common/chromecast_switches.h » ('j') | chromecast/common/media/cma_ipc_common.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/chromecast.gyp
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index b5fd7bcf9e6560dd820aa185e405f25e809dd5f0..9a739cce85d0eaa27a4e0a6af2614e124b1051f8 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -176,6 +176,20 @@
'renderer/cast_content_renderer_client.h',
'renderer/key_systems_cast.cc',
'renderer/key_systems_cast.h',
+ 'renderer/media/audio_pipeline_proxy.cc',
gunsch 2014/12/20 22:41:33 Move these to 'cast_shell_media' below. Including
erickung1 2014/12/21 11:10:46 Done.
+ 'renderer/media/audio_pipeline_proxy.h',
+ 'renderer/media/cma_media_renderer_factory.cc',
+ 'renderer/media/cma_media_renderer_factory.h',
+ 'renderer/media/cma_message_filter_proxy.cc',
+ 'renderer/media/cma_message_filter_proxy.h',
+ 'renderer/media/media_channel_proxy.cc',
+ 'renderer/media/media_channel_proxy.h',
+ 'renderer/media/media_pipeline_proxy.cc',
+ 'renderer/media/media_pipeline_proxy.h',
+ 'renderer/media/video_pipeline_proxy.cc',
+ 'renderer/media/video_pipeline_proxy.h',
+ 'renderer/media/video_plane_proxy.cc',
+ 'renderer/media/video_plane_proxy.h',
],
'conditions': [
['chromecast_branding=="Chrome"', {
@@ -419,11 +433,15 @@
'../ipc/ipc.gyp:ipc',
],
'sources': [
+ 'common/media/cma_ipc_common.cc',
+ 'common/media/cma_ipc_common.h',
'common/media/cma_messages.h',
'common/media/cma_message_generator.cc',
'common/media/cma_message_generator.h',
'common/media/cma_param_traits.cc',
'common/media/cma_param_traits.h',
+ 'common/media/shared_memory_chunk.cc',
+ 'common/media/shared_memory_chunk.h',
],
}, # end of target 'cast_shell_media'
# This target contains all of the primary code of |cast_shell|, except
« no previous file with comments | « no previous file | chromecast/common/chromecast_switches.h » ('j') | chromecast/common/media/cma_ipc_common.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698