From 11c9eafc69251d494186e12be15bde426c447240 Mon Sep 17 00:00:00 2001 From: brandtr Date: Mon, 20 Feb 2017 23:56:39 -0800 Subject: [PATCH] Build plot_videoprocessor_integrationtest by default. NOTRY=True BUG=webrtc:6634 Review-Url: https://codereview.webrtc.org/2702333002 Cr-Commit-Position: refs/heads/master@{#16733} --- webrtc/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn index 55b6a95bde..e94e33968c 100644 --- a/webrtc/BUILD.gn +++ b/webrtc/BUILD.gn @@ -298,6 +298,7 @@ if (!build_with_chromium) { "modules/audio_processing:audio_processing_tests", "modules/rtp_rtcp:test_packet_masks_metrics", "modules/video_capture:video_capture_internal_impl", + "modules/video_coding:plot_videoprocessor_integrationtest", "pc:peerconnection_unittests", "pc:rtc_pc_unittests", "stats:rtc_stats_unittests",