Index: webrtc/modules/BUILD.gn |
diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn |
index 6c472a399f0dae5fd090e7a4a7343591978367b8..d52e986ae6891d02b54853587de5581e4563688d 100644 |
--- a/webrtc/modules/BUILD.gn |
+++ b/webrtc/modules/BUILD.gn |
@@ -387,10 +387,12 @@ if (rtc_include_tests) { |
"pacing/bitrate_prober_unittest.cc", |
"pacing/paced_sender_unittest.cc", |
"pacing/packet_router_unittest.cc", |
+ "remote_bitrate_estimator/aimd_rate_control_unittest.cc", |
"remote_bitrate_estimator/include/mock/mock_remote_bitrate_estimator.h", |
"remote_bitrate_estimator/include/mock/mock_remote_bitrate_observer.h", |
"remote_bitrate_estimator/inter_arrival_unittest.cc", |
"remote_bitrate_estimator/overuse_detector_unittest.cc", |
+ "remote_bitrate_estimator/probing_interval_estimator_unittest.cc", |
"remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time_unittest.cc", |
"remote_bitrate_estimator/remote_bitrate_estimator_single_stream_unittest.cc", |
"remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.cc", |