Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(130)

Unified Diff: media/cast/cast_receiver.gyp

Issue 62843002: Cast: Added support for AES-CTR crypto. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698