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

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

Issue 2441613002: Add FlexfecSender. (Closed)
Patch Set: Feedback response 1. Created 4 years, 2 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: 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..7d4a37cbc4e51ccaa84ced286625a75c26ea2b2d 100644
--- a/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi
+++ b/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi
@@ -20,6 +20,7 @@
# Common
'include/fec_receiver.h',
'include/flexfec_receiver.h',
+ 'include/flexfec_sender.h'
'include/receive_statistics.h',
'include/remote_ntp_time_estimator.h',
'include/rtp_header_parser.h',
@@ -135,6 +136,8 @@
'source/fec_private_tables_bursty.h',
'source/flexfec_header_reader_writer.cc',
'source/flexfec_header_reader_writer.h',
+ 'source/flexfec_sender_impl.cc',
+ 'source/flexfec_sender_impl.h',
'source/forward_error_correction.cc',
'source/forward_error_correction.h',
'source/forward_error_correction_internal.cc',

Powered by Google App Engine
This is Rietveld 408576698