summaryrefslogtreecommitdiff
path: root/media/cast/cast_receiver.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'media/cast/cast_receiver.gyp')
-rw-r--r--media/cast/cast_receiver.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/media/cast/cast_receiver.gyp b/media/cast/cast_receiver.gyp
index 30f40df0c1..7227c16b02 100644
--- a/media/cast/cast_receiver.gyp
+++ b/media/cast/cast_receiver.gyp
@@ -22,11 +22,11 @@
'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',
],
},
],