| Index: webrtc/modules/video_capture/BUILD.gn
|
| diff --git a/webrtc/modules/video_capture/BUILD.gn b/webrtc/modules/video_capture/BUILD.gn
|
| index b382ca0670b425dad91df9c0de1545f2efa2406a..1b565658651df5e199e1fdc46c9df2a18bd4d2eb 100644
|
| --- a/webrtc/modules/video_capture/BUILD.gn
|
| +++ b/webrtc/modules/video_capture/BUILD.gn
|
| @@ -178,6 +178,7 @@ if (!build_with_chromium) {
|
| deps = [
|
| ":video_capture_internal_impl",
|
| ":video_capture_module",
|
| + "../../call:call",
|
| "../../common_video:common_video",
|
| "../../rtc_base:rtc_base_approved",
|
| "../../system_wrappers:system_wrappers",
|
|
|