| Index: chromecast/chromecast.gyp
|
| diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
|
| index d9cc40174c62ea4a2360da8fc4bc268165dc30c1..560aea7e3f431b7cbbf081082061e30cc4566f74 100644
|
| --- a/chromecast/chromecast.gyp
|
| +++ b/chromecast/chromecast.gyp
|
| @@ -423,6 +423,12 @@
|
| '../ipc/ipc.gyp:ipc',
|
| ],
|
| 'sources': [
|
| + 'browser/media/cma_message_filter_host.cc',
|
| + 'browser/media/cma_message_filter_host.h',
|
| + 'browser/media/cma_message_loop.cc',
|
| + 'browser/media/cma_message_loop.h',
|
| + 'browser/media/media_pipeline_host.cc',
|
| + 'browser/media/media_pipeline_host.h',
|
| 'common/media/cma_ipc_common.h',
|
| 'common/media/cma_messages.h',
|
| 'common/media/cma_message_generator.cc',
|
|
|