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

Unified Diff: media/cast/cast.gyp

Issue 308043006: [Cast] Clean-up: Merge RtpReceiver+AudioReceiver+VideoReceiver-->FrameReceiver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed hclam's comments. 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
« no previous file with comments | « media/cast/audio_sender/audio_sender.cc ('k') | media/cast/cast_receiver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/cast.gyp
diff --git a/media/cast/cast.gyp b/media/cast/cast.gyp
index 4f0c2dd4a9d024fa199f3d1a8fac0b9c124890f8..45ff0162ece809b4af20575c6d95e6a770743b68 100644
--- a/media/cast/cast.gyp
+++ b/media/cast/cast.gyp
@@ -99,13 +99,7 @@
'<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
],
'sources': [
- 'audio_receiver/audio_decoder.h',
- 'audio_receiver/audio_decoder.cc',
- 'audio_receiver/audio_receiver.h',
- 'audio_receiver/audio_receiver.cc',
'cast_receiver.h',
- 'cast_receiver_impl.cc',
- 'cast_receiver_impl.h',
'framer/cast_message_builder.cc',
'framer/cast_message_builder.h',
'framer/frame_buffer.cc',
@@ -114,18 +108,20 @@
'framer/frame_id_map.h',
'framer/framer.cc',
'framer/framer.h',
+ 'receiver/audio_decoder.cc',
+ 'receiver/audio_decoder.h',
+ 'receiver/cast_receiver_impl.cc',
+ 'receiver/cast_receiver_impl.h',
+ 'receiver/frame_receiver.cc',
+ 'receiver/frame_receiver.h',
+ 'receiver/video_decoder.cc',
+ 'receiver/video_decoder.h',
'rtp_receiver/receiver_stats.cc',
'rtp_receiver/receiver_stats.h',
- 'rtp_receiver/rtp_receiver.cc',
- 'rtp_receiver/rtp_receiver.h',
'rtp_receiver/rtp_receiver_defines.cc',
'rtp_receiver/rtp_receiver_defines.h',
'rtp_receiver/rtp_parser/rtp_parser.cc',
'rtp_receiver/rtp_parser/rtp_parser.h',
- 'video_receiver/video_decoder.h',
- 'video_receiver/video_decoder.cc',
- 'video_receiver/video_receiver.h',
- 'video_receiver/video_receiver.cc',
], # source
},
{
« no previous file with comments | « media/cast/audio_sender/audio_sender.cc ('k') | media/cast/cast_receiver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698