From 41f8a88e4fb8070d0422d74920d29383c6777e21 Mon Sep 17 00:00:00 2001 From: ehmaldonado Date: Wed, 8 Mar 2017 04:22:36 -0800 Subject: [PATCH] Add AppRTCMobileTestStubbedVideoIO to gn_isolate_map. This will make it possible for the test to run on swarming bots. BUG=chromium:685222 R=kjellander@webrtc.org NOTRY=True Review-Url: https://codereview.webrtc.org/2731423004 Cr-Commit-Position: refs/heads/master@{#17113} --- 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 7ab32ed8b6..68e8032c6c 100644 --- a/tools-webrtc/mb/gn_isolate_map.pyl +++ b/tools-webrtc/mb/gn_isolate_map.pyl @@ -23,6 +23,10 @@ "label": "//webrtc/examples:AppRTCMobileTest", "type": "additional_compile_target", }, + "AppRTCMobileTestStubbedVideoIO": { + "label": "//webrtc/examples:AppRTCMobileTestStubbedVideoIO", + "type": "additional_compile_target", + }, "android_junit_tests": { "label": "//webrtc:android_junit_tests", "type": "junit_test",