Cleanup unused dependency on video_capture_module.

BUG=none

TBR=mflodman@webrtc.org

Review-Url: https://codereview.webrtc.org/2401613002
Cr-Commit-Position: refs/heads/master@{#14561}
This commit is contained in:
perkj 2016-10-07 00:13:21 -07:00 committed by Commit bot
parent e402a14668
commit ae04e36f56
2 changed files with 0 additions and 2 deletions

View File

@ -66,7 +66,6 @@ rtc_static_library("video") {
"../modules/remote_bitrate_estimator",
"../modules/rtp_rtcp",
"../modules/utility",
"../modules/video_capture:video_capture_module",
"../modules/video_coding",
"../modules/video_processing",
"../system_wrappers",

View File

@ -15,7 +15,6 @@
'<(webrtc_root)/modules/modules.gyp:congestion_controller',
'<(webrtc_root)/modules/modules.gyp:paced_sender',
'<(webrtc_root)/modules/modules.gyp:rtp_rtcp',
'<(webrtc_root)/modules/modules.gyp:video_capture_module',
'<(webrtc_root)/modules/modules.gyp:video_processing',
'<(webrtc_root)/modules/modules.gyp:webrtc_utility',
'<(webrtc_root)/modules/modules.gyp:webrtc_video_coding',