| Index: webrtc/modules/congestion_controller/BUILD.gn
|
| diff --git a/webrtc/modules/congestion_controller/BUILD.gn b/webrtc/modules/congestion_controller/BUILD.gn
|
| index 2d3658845a2faab4daf7207293aad1d7d4e1aa53..a7a67e20f3cab8124101ef278b5a06c3796a290b 100644
|
| --- a/webrtc/modules/congestion_controller/BUILD.gn
|
| +++ b/webrtc/modules/congestion_controller/BUILD.gn
|
| @@ -14,6 +14,8 @@ rtc_static_library("congestion_controller") {
|
| "delay_based_bwe.cc",
|
| "delay_based_bwe.h",
|
| "include/congestion_controller.h",
|
| + "include/receive_side_congestion_controller.h",
|
| + "include/send_side_congestion_controller.h",
|
| "median_slope_estimator.cc",
|
| "median_slope_estimator.h",
|
| "probe_bitrate_estimator.cc",
|
| @@ -22,6 +24,8 @@ rtc_static_library("congestion_controller") {
|
| "probe_controller.h",
|
| "probing_interval_estimator.cc",
|
| "probing_interval_estimator.h",
|
| + "receive_side_congestion_controller.cc",
|
| + "send_side_congestion_controller.cc",
|
| "transport_feedback_adapter.cc",
|
| "transport_feedback_adapter.h",
|
| "trendline_estimator.cc",
|
|
|