Index: webrtc/modules/remote_bitrate_estimator/BUILD.gn |
diff --git a/webrtc/modules/remote_bitrate_estimator/BUILD.gn b/webrtc/modules/remote_bitrate_estimator/BUILD.gn |
index 1858e9ab7ded0210e307e67556a32f3097aa9d7d..b4d4af987ad71168ce9d78f1ef3e89c9e19cbba8 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/BUILD.gn |
+++ b/webrtc/modules/remote_bitrate_estimator/BUILD.gn |
@@ -29,16 +29,12 @@ source_set("rbe_components") { |
"aimd_rate_control.h", |
"inter_arrival.cc", |
"inter_arrival.h", |
- "mimd_rate_control.cc", |
- "mimd_rate_control.h", |
"overuse_detector.cc", |
"overuse_detector.h", |
"overuse_estimator.cc", |
"overuse_estimator.h", |
"remote_bitrate_estimator_abs_send_time.cc", |
"remote_bitrate_estimator_single_stream.cc", |
- "remote_rate_control.cc", |
- "remote_rate_control.h", |
] |
configs += [ "../..:common_config" ] |