From 9531092e7239f78e470342dc85f0be1c53b3ccc9 Mon Sep 17 00:00:00 2001 From: terelius Date: Thu, 3 Nov 2016 08:14:07 -0700 Subject: [PATCH] BWE simulator depends on congestion controller. BUG=webrtc:6497 Review-Url: https://codereview.webrtc.org/2470133003 Cr-Commit-Position: refs/heads/master@{#14918} --- webrtc/modules/remote_bitrate_estimator/BUILD.gn | 1 + 1 file changed, 1 insertion(+) 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",