| Index: webrtc/modules/rtp_rtcp/BUILD.gn
|
| diff --git a/webrtc/modules/rtp_rtcp/BUILD.gn b/webrtc/modules/rtp_rtcp/BUILD.gn
|
| index e373801f3e14f83c72adf77af9deb8ff6bde5fab..66183a85a15f8d47ecd712d629f7a4dbd8d8ea27 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/flexfec_receiver.h",
|
| + "include/flexfec_sender.h",
|
| "include/receive_statistics.h",
|
| "include/remote_ntp_time_estimator.h",
|
| "include/rtp_header_parser.h",
|
| @@ -28,6 +29,7 @@ rtc_static_library("rtp_rtcp") {
|
| "source/flexfec_header_reader_writer.cc",
|
| "source/flexfec_header_reader_writer.h",
|
| "source/flexfec_receiver.cc",
|
| + "source/flexfec_sender.cc",
|
| "source/forward_error_correction.cc",
|
| "source/forward_error_correction.h",
|
| "source/forward_error_correction_internal.cc",
|
|
|