Chromium Code Reviews| Index: chromecast/chromecast.gyp |
| diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp |
| index a580bfbb62403bad52f7580563a4f720c2a7ca9d..e1e8f34ac94016f4136c8b2e9b33f7a93e1c7af3 100644 |
| --- a/chromecast/chromecast.gyp |
| +++ b/chromecast/chromecast.gyp |
| @@ -408,6 +408,22 @@ |
| }], |
| ] |
| }, # end of target 'cast_crash_client' |
| + { |
| + 'target_name': 'cast_shell_cma', |
| + 'type': '<(component)', |
| + 'dependencies': [ |
| + 'media/media.gyp:cast_media', |
| + '../content/content.gyp:content', |
| + '../ipc/ipc.gyp:ipc', |
| + ], |
| + 'sources': [ |
| + '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', |
| + ], |
| + }, |
| # This target contains all of the primary code of |cast_shell|, except |
| # for |main|. This allows end-to-end tests using |cast_shell|. |
| # This also includes all targets that cannot be built on Android. |
| @@ -417,6 +433,7 @@ |
| 'dependencies': [ |
| 'cast_crash_client', |
| 'cast_net', |
| + 'cast_shell_cma', |
|
damienv1
2014/12/12 02:30:16
Would rather name it: cast_media_ipc (just like we
gunsch
2014/12/12 22:40:53
Renamed to cast_shell_media --- the intent for thi
|
| 'cast_shell_common', |
| 'media/media.gyp:cast_media', |
| '../ui/aura/aura.gyp:aura_test_support', |