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

Unified Diff: media/cast/cast.gyp

Issue 314593002: [Cast] Cleanup: Remove TransportXXXXXSender, an unnecessary layer of indirection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
Index: media/cast/cast.gyp
diff --git a/media/cast/cast.gyp b/media/cast/cast.gyp
index 4f0c2dd4a9d024fa199f3d1a8fac0b9c124890f8..6f862a0e5f5c2fd0bb96f618381003dfc2bd0b7a 100644
--- a/media/cast/cast.gyp
+++ b/media/cast/cast.gyp
@@ -221,10 +221,6 @@
'transport/rtp_sender/rtp_sender.h',
'transport/transport/udp_transport.cc',
'transport/transport/udp_transport.h',
- 'transport/transport_audio_sender.cc',
- 'transport/transport_audio_sender.h',
- 'transport/transport_video_sender.cc',
- 'transport/transport_video_sender.h',
'transport/utility/transport_encryption_handler.cc',
'transport/utility/transport_encryption_handler.h',
], # source

Powered by Google App Engine
This is Rietveld 408576698