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

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: clean up 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
Index: media/cast/cast_receiver.gyp
diff --git a/media/cast/cast_receiver.gyp b/media/cast/cast_receiver.gyp
index 031aec7e16a2fdd84bed943241cc05c8b07fa6cb..50cfc57f21ae21c4e24798b4755387eeaedbe230 100644
--- a/media/cast/cast_receiver.gyp
+++ b/media/cast/cast_receiver.gyp
@@ -25,7 +25,7 @@
'<(DEPTH)/crypto/crypto.gyp:crypto',
'cast_audio_receiver',
'cast_video_receiver',
- 'net/pacing/paced_sender.gyp:cast_paced_sender',
+ '<(DEPTH)/media/cast/transport/cast_transport.gyp:cast_transport',
pwestin 2013/12/19 18:58:05 fix order
mikhal1 2013/12/19 19:32:08 Done.
'rtp_receiver/rtp_receiver.gyp:cast_rtp_receiver',
],
},

Powered by Google App Engine
This is Rietveld 408576698