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

Unified Diff: webrtc/modules/rtp_rtcp/BUILD.gn

Issue 2392663006: Add a FlexfecReceiver class. (Closed)
Patch Set: Add a FlexfecReceiver class. 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/BUILD.gn
diff --git a/webrtc/modules/rtp_rtcp/BUILD.gn b/webrtc/modules/rtp_rtcp/BUILD.gn
index aa1369adef6fd98ee95b2eeb32eb224ad7aebf3b..6a130e2f9fa042420522819eb025a9773724a56e 100644
--- a/webrtc/modules/rtp_rtcp/BUILD.gn
+++ b/webrtc/modules/rtp_rtcp/BUILD.gn
@@ -11,6 +11,7 @@ import("../../build/webrtc.gni")
rtc_static_library("rtp_rtcp") {
sources = [
"include/fec_receiver.h",
+ "include/flexfec_receiver.h",
"include/receive_statistics.h",
"include/remote_ntp_time_estimator.h",
"include/rtp_header_parser.h",
@@ -28,6 +29,8 @@ rtc_static_library("rtp_rtcp") {
"source/fec_receiver_impl.h",
"source/flexfec_header_reader_writer.cc",
"source/flexfec_header_reader_writer.h",
+ "source/flexfec_receiver_impl.cc",
+ "source/flexfec_receiver_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