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

Unified Diff: content/browser/BUILD.gn

Issue 2803483003: [Mojo Video Capture] Split interface BuildableVideoCaptureDevice (Closed)
Patch Set: Remove fallback mechanism. 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/in_process_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 ef4dfc91b62f16eef06a7fa0c4c3e0e0cfba02c0..89b3e0708cef46459830975098c400f5abff7b9d 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1159,8 +1159,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/in_process_buildable_video_capture_device.cc",
- "renderer_host/media/in_process_buildable_video_capture_device.h",
+ "renderer_host/media/in_process_launched_video_capture_device.cc",
+ "renderer_host/media/in_process_launched_video_capture_device.h",
+ "renderer_host/media/in_process_video_capture_device_launcher.cc",
+ "renderer_host/media/in_process_video_capture_device_launcher.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",
@@ -1187,6 +1189,7 @@ source_set("browser") {
"renderer_host/media/video_capture_controller.cc",
"renderer_host/media/video_capture_controller.h",
"renderer_host/media/video_capture_controller_event_handler.h",
+ "renderer_host/media/video_capture_device_launch_observer.h",
"renderer_host/media/video_capture_gpu_jpeg_decoder.cc",
"renderer_host/media/video_capture_gpu_jpeg_decoder.h",
"renderer_host/media/video_capture_host.cc",
« no previous file with comments | « no previous file | content/browser/renderer_host/media/in_process_buildable_video_capture_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698