From 7af1ea144e88a52dfaf4c0bec2c0106febac2d2b Mon Sep 17 00:00:00 2001 From: Henrik Kjellander Date: Wed, 22 Mar 2017 15:48:11 +0100 Subject: [PATCH] Add bwe_simulations_tests to default build. This test was not built by default so it fails when it's now enabled as a sanity check on the "more configs" bots. BUG=webrtc:7228 TBR=nisse@webrtc.org Review-Url: https://codereview.webrtc.org/2765843004 . Cr-Commit-Position: refs/heads/master@{#17343} --- webrtc/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn index f979ff1147..1a0a503543 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",