Index: chromecast/chromecast.gyp |
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp |
index b5fd7bcf9e6560dd820aa185e405f25e809dd5f0..cf7ed7190c18ce728ac5e9e165b0c9234cb8a8f8 100644 |
--- a/chromecast/chromecast.gyp |
+++ b/chromecast/chromecast.gyp |
@@ -419,11 +419,26 @@ |
'../ipc/ipc.gyp:ipc', |
], |
'sources': [ |
+ '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', |
+ 'renderer/media/audio_pipeline_proxy.cc', |
+ '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', |
], |
}, # end of target 'cast_shell_media' |
# This target contains all of the primary code of |cast_shell|, except |