| Index: webrtc/modules/congestion_controller/BUILD.gn
|
| diff --git a/webrtc/modules/congestion_controller/BUILD.gn b/webrtc/modules/congestion_controller/BUILD.gn
|
| index 352d41083d08d0cfa2ec075759665419d91991e0..f32b7b62f5e6973176dc625290b719d42a7a6038 100644
|
| --- a/webrtc/modules/congestion_controller/BUILD.gn
|
| +++ b/webrtc/modules/congestion_controller/BUILD.gn
|
| @@ -86,6 +86,7 @@ if (rtc_include_tests) {
|
| deps = [
|
| ":congestion_controller",
|
| ":mock_congestion_controller",
|
| + "../../base:rtc_base",
|
| "../../base:rtc_base_approved",
|
| "../../system_wrappers:system_wrappers",
|
| "../../test:field_trial",
|
|
|