Index: media/cast/cast_receiver.gyp |
diff --git a/media/cast/cast_receiver.gyp b/media/cast/cast_receiver.gyp |
index 30f40df0c17b31cfe29262da12e231b1f19ad369..14335dd186b8ee6a20ad363e46c21ff84508d7a8 100644 |
--- a/media/cast/cast_receiver.gyp |
+++ b/media/cast/cast_receiver.gyp |
@@ -22,11 +22,10 @@ |
'cast_receiver_impl.h', |
], # source |
'dependencies': [ |
- 'rtp_receiver/rtp_receiver.gyp:*', |
+ '<(DEPTH)/crypto/crypto.gyp:crypto', |
'cast_audio_receiver', |
'cast_video_receiver', |
- 'framer/framer.gyp:cast_framer', |
- 'pacing/paced_sender.gyp:cast_paced_sender', |
+ 'rtp_receiver/rtp_receiver.gyp:cast_rtp_receiver', |
], |
}, |
], |