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