From 3dc427fe346ba6e15e8aed0d00079678f15e40b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sami=20Kalliom=C3=A4ki?= Date: Fri, 3 Aug 2018 16:12:01 +0200 Subject: [PATCH] Fix remaining target name for AppRTCMobile_stubbed_video_io_test_apk. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes a target name that was missed in the last CL. TBR=phoglund Bug: webrtc:9588 No-Try: True Change-Id: I704325666b758cee7eb080f8628fc839ab89831d Reviewed-on: https://webrtc-review.googlesource.com/92389 Commit-Queue: Sami Kalliomäki Reviewed-by: Oleh Prypin Cr-Commit-Position: refs/heads/master@{#24188} --- tools_webrtc/mb/gn_isolate_map.pyl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools_webrtc/mb/gn_isolate_map.pyl b/tools_webrtc/mb/gn_isolate_map.pyl index 57ede1aaed..5832dd1dd4 100644 --- a/tools_webrtc/mb/gn_isolate_map.pyl +++ b/tools_webrtc/mb/gn_isolate_map.pyl @@ -128,7 +128,7 @@ "type": "console_test_launcher", }, "video_quality_loopback_test": { - "label": "//examples:AppRTCMobileTestStubbedVideoIO", + "label": "//examples:AppRTCMobile_stubbed_video_io_test_apk", "type": "script", "script": "//examples/androidtests/video_quality_loopback_test.py", "args": ["."],