| Index: webrtc/modules/congestion_controller/BUILD.gn
|
| diff --git a/webrtc/modules/congestion_controller/BUILD.gn b/webrtc/modules/congestion_controller/BUILD.gn
|
| index a7a67e20f3cab8124101ef278b5a06c3796a290b..b57d606a52446369b81945ce9054a844dd2cd3da 100644
|
| --- a/webrtc/modules/congestion_controller/BUILD.gn
|
| +++ b/webrtc/modules/congestion_controller/BUILD.gn
|
| @@ -22,8 +22,6 @@ rtc_static_library("congestion_controller") {
|
| "probe_bitrate_estimator.h",
|
| "probe_controller.cc",
|
| "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",
|
| @@ -74,7 +72,6 @@ if (rtc_include_tests) {
|
| "median_slope_estimator_unittest.cc",
|
| "probe_bitrate_estimator_unittest.cc",
|
| "probe_controller_unittest.cc",
|
| - "probing_interval_estimator_unittest.cc",
|
| "transport_feedback_adapter_unittest.cc",
|
| "trendline_estimator_unittest.cc",
|
| ]
|
|
|