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

Unified Diff: media/cast/cast_sender.gyp

Issue 112133002: Cast:Moving netwrok sender related code to a designated folder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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_sender.gyp
diff --git a/media/cast/cast_sender.gyp b/media/cast/cast_sender.gyp
index 40b9fa51eaeff24bf82311ee7829afe11f2283ad..36c49cf767499c5b1f161f990cc92a0454ccfa35 100644
--- a/media/cast/cast_sender.gyp
+++ b/media/cast/cast_sender.gyp
@@ -26,9 +26,8 @@
'<(DEPTH)/crypto/crypto.gyp:crypto',
'audio_sender',
'congestion_control',
- 'pacing/paced_sender.gyp:cast_paced_sender',
+ 'net/cast_net.gyp:cast_net',
pwestin 2013/12/10 23:03:01 where is this gyp file?
mikhal1 2013/12/11 00:29:33 Removed the dependency, and keeping this cl just a
'rtcp/rtcp.gyp:cast_rtcp',
- 'rtp_sender/rtp_sender.gyp:cast_rtp_sender',
'video_sender',
], # dependencies
},

Powered by Google App Engine
This is Rietveld 408576698