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

Unified Diff: content/browser/BUILD.gn

Issue 2800493002: [Mojo Video Capture] Create abstraction VideoCaptureProvider (Closed)
Patch Set: Incorporated suggestions from PatchSet 2 Created 3 years, 8 months 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
« no previous file with comments | « no previous file | content/browser/renderer_host/media/buildable_video_capture_device.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 4f01a125b4729010f0ad94f5f5e0baf83e2880bb..2372adf40ff9ccbe45618465063b1fff6d740c25 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1152,9 +1152,10 @@ source_set("browser") {
"renderer_host/media/audio_renderer_host.h",
"renderer_host/media/audio_sync_reader.cc",
"renderer_host/media/audio_sync_reader.h",
- "renderer_host/media/buildable_video_capture_device.h",
"renderer_host/media/in_process_buildable_video_capture_device.cc",
"renderer_host/media/in_process_buildable_video_capture_device.h",
+ "renderer_host/media/in_process_video_capture_provider.cc",
+ "renderer_host/media/in_process_video_capture_provider.h",
"renderer_host/media/media_capture_devices_impl.cc",
"renderer_host/media/media_capture_devices_impl.h",
"renderer_host/media/media_devices_dispatcher_host.cc",
@@ -1185,6 +1186,7 @@ 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_capture_provider.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",
« no previous file with comments | « no previous file | content/browser/renderer_host/media/buildable_video_capture_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698