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

Unified Diff: content/browser/BUILD.gn

Issue 2597833002: Reland [Mojo Video Capture] Decouple VCController from VCBufferPool and VCDeviceClient (Closed)
Patch Set: Fix for bug 675528 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 3e1a862b67c04a5a60c9abc4f160f56382082e3c..58a91d96247d7d784529cee7e1aa2b21f3b63584 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1135,6 +1135,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