Index: webrtc/modules/congestion_controller/BUILD.gn |
diff --git a/webrtc/modules/congestion_controller/BUILD.gn b/webrtc/modules/congestion_controller/BUILD.gn |
index 09b33881c84374081bf64e6a0752c1218ec9d6eb..d2dc680adbb963906f380f64c23b20611d00f7ab 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", |
+ "median_slope_estimator.cc", |
+ "median_slope_estimator.h", |
"probe_bitrate_estimator.cc", |
"probe_bitrate_estimator.h", |
"probe_controller.cc", |
@@ -41,6 +43,7 @@ rtc_static_library("congestion_controller") { |
} |
deps = [ |
+ "../../base:rtc_analytics", |
"../bitrate_controller", |
"../pacing", |
] |