| Index: webrtc/modules/congestion_controller/BUILD.gn
|
| diff --git a/webrtc/modules/congestion_controller/BUILD.gn b/webrtc/modules/congestion_controller/BUILD.gn
|
| index f32b7b62f5e6973176dc625290b719d42a7a6038..ea41d1e69a211eade945fb14ce4bbbd98d1aa25e 100644
|
| --- a/webrtc/modules/congestion_controller/BUILD.gn
|
| +++ b/webrtc/modules/congestion_controller/BUILD.gn
|
| @@ -16,6 +16,8 @@ rtc_static_library("congestion_controller") {
|
| "include/congestion_controller.h",
|
| "include/receive_side_congestion_controller.h",
|
| "include/send_side_congestion_controller.h",
|
| + "incoming_bitrate_estimator.cc",
|
| + "incoming_bitrate_estimator.h",
|
| "median_slope_estimator.cc",
|
| "median_slope_estimator.h",
|
| "probe_bitrate_estimator.cc",
|
|
|