From cc7213e2c0153d6b1a69ffa3ce421af2767f4fa2 Mon Sep 17 00:00:00 2001 From: "jianjun.zhu" Date: Wed, 25 Jan 2017 16:15:04 -0800 Subject: [PATCH] Remove "video_capture" from modules' public_deps. WebRTC standalone build may depend on "video_capture_internal_impl" instead of "video_capture". Including "video_capture" in public_deps leads to duplicated definition in this case. BUG=None NOTRY=True Review-Url: https://codereview.webrtc.org/2657783002 Cr-Commit-Position: refs/heads/master@{#16279} --- webrtc/modules/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn index e44b35f4c3..44cb1ebd51 100644 --- a/webrtc/modules/BUILD.gn +++ b/webrtc/modules/BUILD.gn @@ -24,7 +24,6 @@ group("modules") { "remote_bitrate_estimator", "rtp_rtcp", "utility", - "video_capture", "video_coding", "video_processing", ]