| Index: chromecast/media/media.gyp
|
| diff --git a/chromecast/media/media.gyp b/chromecast/media/media.gyp
|
| index c8b6286df5bbe3f69740d429fa55cf2e4407d856..1901b9c6982a350387fc2c597e31ffe17b235831 100644
|
| --- a/chromecast/media/media.gyp
|
| +++ b/chromecast/media/media.gyp
|
| @@ -39,6 +39,7 @@
|
| 'target_name': 'cma_base',
|
| 'type': '<(component)',
|
| 'dependencies': [
|
| + '../chromecast.gyp:cast_base',
|
| '../../base/base.gyp:base',
|
| '../../media/media.gyp:media',
|
| ],
|
| @@ -175,6 +176,7 @@
|
| '../../base/base.gyp:base',
|
| '../../base/base.gyp:base_i18n',
|
| '../../base/base.gyp:test_support_base',
|
| + '../../chromecast/chromecast.gyp:cast_metrics_test_support',
|
| '../../media/media.gyp:media_test_support',
|
| '../../testing/gmock.gyp:gmock',
|
| '../../testing/gtest.gyp:gtest',
|
|
|