diff --git a/webrtc/modules/remote_bitrate_estimator/BUILD.gn b/webrtc/modules/remote_bitrate_estimator/BUILD.gn index 8f983a6844..67aa7c8fd4 100644 --- a/webrtc/modules/remote_bitrate_estimator/BUILD.gn +++ b/webrtc/modules/remote_bitrate_estimator/BUILD.gn @@ -103,6 +103,7 @@ if (rtc_include_tests) { deps = [ "../../test:test_support", + "../congestion_controller", "../pacing", "//testing/gmock", "//testing/gtest",