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

Unified Diff: content/browser/BUILD.gn

Issue 2854443002: [Mojo Video Capture] Implement a VideoCaptureProvider that uses the video capture service
Patch Set: 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_video_capture_provider.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 b626316477b1e3356d7006a3a18a45c4d8b057ed..104c80163e1719de20711192d1b391d4e32568fd 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -120,6 +120,8 @@ source_set("browser") {
"//services/shape_detection/public/interfaces",
"//services/ui/gpu/interfaces",
"//services/ui/public/cpp/gpu",
+ "//services/video_capture/public/cpp",
+ "//services/video_capture/public/interfaces:constants",
"//skia",
"//sql",
"//storage/browser",
@@ -1186,6 +1188,12 @@ 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/mojo_service_launched_video_capture_device.cc",
+ "renderer_host/media/mojo_service_launched_video_capture_device.h",
+ "renderer_host/media/mojo_service_video_capture_device_launcher.cc",
+ "renderer_host/media/mojo_service_video_capture_device_launcher.h",
+ "renderer_host/media/mojo_service_video_capture_provider.cc",
+ "renderer_host/media/mojo_service_video_capture_provider.h",
"renderer_host/media/render_frame_audio_output_stream_factory.cc",
"renderer_host/media/render_frame_audio_output_stream_factory.h",
"renderer_host/media/renderer_audio_output_stream_factory_context.h",
« no previous file with comments | « no previous file | content/browser/renderer_host/media/in_process_video_capture_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698