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

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: Sync TOT 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
« no previous file with comments | « media/cast/cast_defines.h ('k') | media/cast/cast_sender.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/cast_receiver.gyp
diff --git a/media/cast/cast_receiver.gyp b/media/cast/cast_receiver.gyp
index 30f40df0c17b31cfe29262da12e231b1f19ad369..7227c16b0254325c1f6ea84d45da07df4712ac0b 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',
],
},
],
« no previous file with comments | « media/cast/cast_defines.h ('k') | media/cast/cast_sender.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698