From 13722916547fdb1aac34605c53cc9bf76432d48d Mon Sep 17 00:00:00 2001 From: kjellander Date: Wed, 22 Mar 2017 08:02:38 -0700 Subject: [PATCH] MB: Add low_bandwidth_audio_test to isolate map. This is needed for the test to be possible to run on Swarming. BUG=webrtc:7229 NOTRY=True TBR=ehmaldonado@webrtc.org Review-Url: https://codereview.webrtc.org/2761213005 Cr-Commit-Position: refs/heads/master@{#17344} --- tools-webrtc/mb/gn_isolate_map.pyl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools-webrtc/mb/gn_isolate_map.pyl b/tools-webrtc/mb/gn_isolate_map.pyl index cc4631957b..4d10f6b746 100644 --- a/tools-webrtc/mb/gn_isolate_map.pyl +++ b/tools-webrtc/mb/gn_isolate_map.pyl @@ -47,6 +47,10 @@ "label": "//webrtc/sdk/android:libjingle_peerconnection_android_unittest", "type": "additional_compile_target", }, + "low_bandwidth_audio_test": { + "label": "//webrtc/audio:low_bandwidth_audio_test", + "type": "console_test_launcher", + }, "modules_tests": { "label": "//webrtc/modules:modules_tests", "type": "console_test_launcher",