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

Unified Diff: webrtc/modules/rtp_rtcp/rtp_rtcp.gypi

Issue 2451643002: Rename FecReceiver to UlpfecReceiver. (Closed)
Patch Set: Fix GYP. Created 4 years, 1 month 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: webrtc/modules/rtp_rtcp/rtp_rtcp.gypi
diff --git a/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi b/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi
index 0be12fe4f301a2ac64a290d259f8be68940002bd..062f053e8d3761cafd4ae1c454af7096b408ff98 100644
--- a/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi
+++ b/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi
@@ -18,7 +18,6 @@
],
'sources': [
# Common
- 'include/fec_receiver.h',
'include/flexfec_receiver.h',
'include/receive_statistics.h',
'include/remote_ntp_time_estimator.h',
@@ -27,9 +26,8 @@
'include/rtp_receiver.h',
'include/rtp_rtcp.h',
'include/rtp_rtcp_defines.h',
+ 'include/ulpfec_receiver.h',
'source/byte_io.h',
- 'source/fec_receiver_impl.cc',
- 'source/fec_receiver_impl.h',
'source/flexfec_receiver_impl.cc',
'source/flexfec_receiver_impl.h',
'source/packet_loss_stats.cc',
@@ -163,6 +161,8 @@
'source/rtp_format_video_generic.h',
'source/ulpfec_header_reader_writer.cc',
'source/ulpfec_header_reader_writer.h',
+ 'source/ulpfec_receiver_impl.cc',
+ 'source/ulpfec_receiver_impl.h',
'source/vp8_partition_aggregator.cc',
'source/vp8_partition_aggregator.h',
# Mocks
« no previous file with comments | « webrtc/modules/rtp_rtcp/include/ulpfec_receiver.h ('k') | webrtc/modules/rtp_rtcp/source/fec_receiver_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698