| Index: webrtc/call/BUILD.gn
|
| diff --git a/webrtc/call/BUILD.gn b/webrtc/call/BUILD.gn
|
| index 826ef65873f008458e8a9726c9169552e630b8f6..da94de536b2820e1266a3eb9995fee632c1eb038 100644
|
| --- a/webrtc/call/BUILD.gn
|
| +++ b/webrtc/call/BUILD.gn
|
| @@ -93,6 +93,7 @@ if (rtc_include_tests) {
|
| "../modules/audio_device:mock_audio_device",
|
| "../modules/audio_mixer",
|
| "../modules/bitrate_controller",
|
| + "../modules/congestion_controller:mock_congestion_controller",
|
| "../modules/pacing",
|
| "../modules/rtp_rtcp",
|
| "../system_wrappers",
|
|
|