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

Unified Diff: media/cast/audio_receiver/audio_receiver.gypi

Issue 138843011: Cast: Adding helper crypto classes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile issues Created 6 years, 11 months 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/audio_receiver/audio_receiver.cc ('k') | media/cast/audio_sender/audio_sender.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/audio_receiver/audio_receiver.gypi
diff --git a/media/cast/audio_receiver/audio_receiver.gypi b/media/cast/audio_receiver/audio_receiver.gypi
index a851612f721910ac88c0d724470c8727cd0841be..1c64b8431bfd80b069315207b26604ba5b9b0064 100644
--- a/media/cast/audio_receiver/audio_receiver.gypi
+++ b/media/cast/audio_receiver/audio_receiver.gypi
@@ -19,9 +19,9 @@
'audio_receiver.cc',
], # source
'dependencies': [
- '<(DEPTH)/crypto/crypto.gyp:crypto',
+ '<(DEPTH)/media/cast/transport/utility/utility.gypi:transport_utility',
'<(DEPTH)/media/cast/rtcp/rtcp.gyp:cast_rtcp',
- '<(DEPTH)/media/cast/rtp_receiver/rtp_receiver.gyp:*',
+ '<(DEPTH)/media/cast/rtp_receiver/rtp_receiver.gyp:cast_rtp_receiver',
'<(DEPTH)/third_party/webrtc/webrtc.gyp:webrtc',
],
},
« no previous file with comments | « media/cast/audio_receiver/audio_receiver.cc ('k') | media/cast/audio_sender/audio_sender.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698