From c1a8603a005259a9f7c7c35ca6eb9652a9960595 Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Mon, 14 May 2018 14:28:30 +0200 Subject: [PATCH] Add video_capture_tests to isolate map TBR: phoglund@webrtc.org No-Try: True Bug: chromium:755660 Change-Id: Ib2a63835e4184f6cdf2ed6ff76b78f3f818c0336 Reviewed-on: https://webrtc-review.googlesource.com/76541 Commit-Queue: Oleh Prypin Reviewed-by: Oleh Prypin Cr-Commit-Position: refs/heads/master@{#23214} --- 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 8c7a887acf..ef18910340 100644 --- a/tools_webrtc/mb/gn_isolate_map.pyl +++ b/tools_webrtc/mb/gn_isolate_map.pyl @@ -118,6 +118,10 @@ "label": "//rtc_tools:tools_unittests", "type": "console_test_launcher", }, + "video_capture_tests": { + "label": "//modules/video_capture:video_capture_tests", + "type": "console_test_launcher", + }, "video_engine_tests": { "label": "//:video_engine_tests", "type": "console_test_launcher",