| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 3bd6eb0f8b40c8c83049fd2c8698b66adde8b41f..9ea97b1fa04ea42dbc8bcbf5d440d20be15075a4 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",
|
| @@ -1157,6 +1160,8 @@ 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",
|
|
|