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

Unified Diff: content/browser/BUILD.gn

Issue 2738763002: [Mojo Video Capture] Introduce abstraction BuildableVideoCaptureDevice (Closed)
Patch Set: Rebase to Feb 10th and change similarity to 10 Created 3 years, 9 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
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 8db0dd2345a8e121d643a50126e8609cad381a89..3af4e280f81096b03a7c7bd24345cfed9db68a19 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1134,6 +1134,9 @@ 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/media_capture_devices_impl.cc",
"renderer_host/media/media_capture_devices_impl.h",
"renderer_host/media/media_devices_dispatcher_host.cc",
@@ -1150,9 +1153,13 @@ source_set("browser") {
"renderer_host/media/media_stream_track_metrics_host.h",
"renderer_host/media/media_stream_ui_proxy.cc",
"renderer_host/media/media_stream_ui_proxy.h",
+ "renderer_host/media/ownership.cc",
+ "renderer_host/media/ownership.h",
"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_entry.cc",
+ "renderer_host/media/video_capture_device_entry.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",

Powered by Google App Engine
This is Rietveld 408576698