| Index: media/cast/cast.gyp
|
| diff --git a/media/cast/cast.gyp b/media/cast/cast.gyp
|
| index 1b27ee926e80869bb79068c6677b6d20da48081f..270dae056912b40db1cec814891f2f9116ba5cec 100644
|
| --- a/media/cast/cast.gyp
|
| +++ b/media/cast/cast.gyp
|
| @@ -107,10 +107,11 @@
|
| '<(DEPTH)/',
|
| ],
|
| 'dependencies': [
|
| + 'cast_config',
|
| '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
|
| '<(DEPTH)/net/net.gyp:net_test_support',
|
| - 'cast_config',
|
| '<(DEPTH)/media/cast/cast_sender.gyp:*',
|
| + '<(DEPTH)/media/media.gyp:media',
|
| '<(DEPTH)/testing/gtest.gyp:gtest',
|
| '<(DEPTH)/third_party/opus/opus.gyp:opus',
|
| '<(DEPTH)/media/cast/test/transport/transport.gyp:cast_transport',
|
| @@ -127,10 +128,11 @@
|
| '<(DEPTH)/',
|
| ],
|
| 'dependencies': [
|
| + 'cast_config',
|
| '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
|
| '<(DEPTH)/net/net.gyp:net_test_support',
|
| - 'cast_config',
|
| '<(DEPTH)/media/cast/cast_receiver.gyp:*',
|
| + '<(DEPTH)/media/media.gyp:media',
|
| '<(DEPTH)/testing/gtest.gyp:gtest',
|
| '<(DEPTH)/media/cast/test/transport/transport.gyp:cast_transport',
|
| '<(DEPTH)/media/cast/test/utility/utility.gyp:cast_test_utility',
|
|
|