From e55f91ce4781dcfc4b16bf628568d3b057222020 Mon Sep 17 00:00:00 2001 From: ehmaldonado Date: Wed, 22 Mar 2017 05:40:14 -0700 Subject: [PATCH] MB: Add webrtc_perf_tests to gn_isolate_map.pyl BUG=chromium:687890 NOTRY=True Review-Url: https://codereview.webrtc.org/2766513006 Cr-Commit-Position: refs/heads/master@{#17340} --- 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 68e8032c6c..cc4631957b 100644 --- a/tools-webrtc/mb/gn_isolate_map.pyl +++ b/tools-webrtc/mb/gn_isolate_map.pyl @@ -103,4 +103,8 @@ "label": "//webrtc:webrtc_nonparallel_tests", "type": "non_parallel_console_test_launcher", }, + "webrtc_perf_tests": { + "label": "//webrtc:webrtc_perf_tests", + "type": "console_test_launcher", + }, }