Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(804)

Unified Diff: content/browser/BUILD.gn

Issue 2551193002: [Mojo Video Capture] Decouple VCController from VCBufferPool and VCDeviceClient (Closed)
Patch Set: mcasas comments Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 94e8681b1da861727ce8b07eca0bbd5250ec6721..62814d68021b93d44243653ae165bd0a18450c33 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1120,6 +1120,8 @@ source_set("browser") {
"renderer_host/media/video_capture_host.h",
"renderer_host/media/video_capture_manager.cc",
"renderer_host/media/video_capture_manager.h",
+ "renderer_host/media/video_frame_receiver_on_io_thread.cc",
+ "renderer_host/media/video_frame_receiver_on_io_thread.h",
"renderer_host/native_web_keyboard_event_aura.cc",
"renderer_host/native_web_keyboard_event_mac.mm",
"renderer_host/offscreen_canvas_compositor_frame_sink.cc",

Powered by Google App Engine
This is Rietveld 408576698