Index: webrtc/BUILD.gn |
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn |
index 50df44a967019e3bf7c6191a811ea90175fc816d..2be69a5c708b8f668c57afe270fc1401fa0f6262 100644 |
--- a/webrtc/BUILD.gn |
+++ b/webrtc/BUILD.gn |
@@ -201,10 +201,7 @@ |
] |
if (build_with_chromium) { |
- deps += [ |
- "modules/video_capture", |
- "modules/video_render", |
- ] |
+ deps += [ "modules/video_capture" ] |
} |
if (rtc_enable_protobuf) { |
@@ -219,7 +216,6 @@ |
deps = [ |
":webrtc", |
"modules/video_capture:video_capture_internal_impl", |
- "modules/video_render:video_render_internal_impl", |
"test", |
] |
} |