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

Unified Diff: media/cast/cast_receiver.gyp

Issue 100823015: Cast: move net->transport (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updating transport callback Created 7 years 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.gyp ('k') | media/cast/cast_receiver_impl.h » ('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 031aec7e16a2fdd84bed943241cc05c8b07fa6cb..dcd33a0f963134ac5f072851e31541a1e752dbbe 100644
--- a/media/cast/cast_receiver.gyp
+++ b/media/cast/cast_receiver.gyp
@@ -23,9 +23,9 @@
], # source
'dependencies': [
'<(DEPTH)/crypto/crypto.gyp:crypto',
+ '<(DEPTH)/media/cast/transport/cast_transport.gyp:cast_transport',
'cast_audio_receiver',
'cast_video_receiver',
- 'net/pacing/paced_sender.gyp:cast_paced_sender',
'rtp_receiver/rtp_receiver.gyp:cast_rtp_receiver',
],
},
« no previous file with comments | « media/cast/cast.gyp ('k') | media/cast/cast_receiver_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698