| Index: webrtc/BUILD.gn
|
| diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
|
| index f979ff1147d1934f78cd233452e47b212a5e9cea..1a0a503543a4a74691acb2a356ac8cb20b82d99c 100644
|
| --- a/webrtc/BUILD.gn
|
| +++ b/webrtc/BUILD.gn
|
| @@ -296,6 +296,7 @@ if (!build_with_chromium) {
|
| "modules:modules_unittests",
|
| "modules/audio_coding:audio_coding_tests",
|
| "modules/audio_processing:audio_processing_tests",
|
| + "modules/remote_bitrate_estimator:bwe_simulations_tests",
|
| "modules/rtp_rtcp:test_packet_masks_metrics",
|
| "modules/video_capture:video_capture_internal_impl",
|
| "modules/video_coding:plot_videoprocessor_integrationtest",
|
|
|