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

Unified Diff: content/browser/BUILD.gn

Issue 2738763002: [Mojo Video Capture] Introduce abstraction BuildableVideoCaptureDevice (Closed)
Patch Set: Use BuildableDeviceCallbacks* plus OnceClosure instead of DeviceBuildContext 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 3bd6eb0f8b40c8c83049fd2c8698b66adde8b41f..55e492eb3a17e540df9c071ae9f3d57f298de702 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1141,6 +1141,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",

Powered by Google App Engine
This is Rietveld 408576698