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

Unified Diff: media/cast/cast_sender.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_receiver_impl.h ('k') | media/cast/cast_sender_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/cast_sender.gyp
diff --git a/media/cast/cast_sender.gyp b/media/cast/cast_sender.gyp
index 1f9b07e4a429099ecb0d694b8aa49503b23e3075..7b4def6863fd8bd8c87c9d39cfcb5e5f6d7eb4b4 100644
--- a/media/cast/cast_sender.gyp
+++ b/media/cast/cast_sender.gyp
@@ -14,8 +14,6 @@
'type': 'static_library',
'include_dirs': [
'<(DEPTH)/',
- '<(DEPTH)/third_party/',
- '<(DEPTH)/third_party/webrtc/',
],
'sources': [
'cast_sender.h',
@@ -24,10 +22,9 @@
], # source
'dependencies': [
'<(DEPTH)/crypto/crypto.gyp:crypto',
+ '<(DEPTH)/media/cast/transport/cast_transport.gyp:cast_transport',
'audio_sender',
'congestion_control',
- 'net/pacing/paced_sender.gyp:cast_paced_sender',
- 'net/rtp_sender/rtp_sender.gyp:cast_rtp_sender',
'rtcp/rtcp.gyp:cast_rtcp',
'video_sender',
], # dependencies
« no previous file with comments | « media/cast/cast_receiver_impl.h ('k') | media/cast/cast_sender_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698