diff --git a/modules/remote_bitrate_estimator/BUILD.gn b/modules/remote_bitrate_estimator/BUILD.gn index e394b8173a..f6fe97d99a 100644 --- a/modules/remote_bitrate_estimator/BUILD.gn +++ b/modules/remote_bitrate_estimator/BUILD.gn @@ -246,11 +246,6 @@ if (rtc_include_tests) { "//testing/gmock", "//testing/gtest", ] - data = [ - "//resources/sprint-uplink.rx", - "//resources/verizon4g-downlink.rx", - "//resources/google-wifi-3mbps.rx", - ] if (!build_with_chromium && is_clang) { # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). diff --git a/tools_webrtc/mb/gn_isolate_map.pyl b/tools_webrtc/mb/gn_isolate_map.pyl index 7240efa7ff..33544bc70e 100644 --- a/tools_webrtc/mb/gn_isolate_map.pyl +++ b/tools_webrtc/mb/gn_isolate_map.pyl @@ -35,10 +35,6 @@ "label": "//modules/audio_coding:audio_decoder_unittests", "type": "console_test_launcher", }, - "bwe_simulations_tests": { - "label": "//modules/remote_bitrate_estimator:bwe_simulations_tests", - "type": "console_test_launcher", - }, "common_audio_unittests": { "label": "//common_audio:common_audio_unittests", "type": "console_test_launcher",