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

Unified Diff: media/cast/transport/cast_transport.gyp

Issue 125713002: Implement UdpTransport for Cast (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged 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/test/sender.cc ('k') | media/cast/transport/transport/transport.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/transport/cast_transport.gyp
diff --git a/media/cast/transport/cast_transport.gyp b/media/cast/transport/cast_transport.gyp
index 1183872a70b594cb5661d55ecfd2f5ca46c40efb..983cd31e08247f294cc7f70d89e92f5d08da3e8c 100644
--- a/media/cast/transport/cast_transport.gyp
+++ b/media/cast/transport/cast_transport.gyp
@@ -33,8 +33,8 @@
'rtp_sender/rtp_packetizer/rtp_packetizer.h',
'rtp_sender/rtp_sender.cc',
'rtp_sender/rtp_sender.h',
- 'transport/transport.cc',
- 'transport/transport.h',
+ 'transport/udp_transport.cc',
+ 'transport/udp_transport.h',
], # source
},
], # targets,
« no previous file with comments | « media/cast/test/sender.cc ('k') | media/cast/transport/transport/transport.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698