Index: services/video_capture/public/interfaces/BUILD.gn |
diff --git a/services/video_capture/public/interfaces/BUILD.gn b/services/video_capture/public/interfaces/BUILD.gn |
index 91486825ee74347de407ebc8ebe37c6753e7ced9..cd9129f839c4b28d2a7da03e6ccdba91ca99bf66 100644 |
--- a/services/video_capture/public/interfaces/BUILD.gn |
+++ b/services/video_capture/public/interfaces/BUILD.gn |
@@ -7,9 +7,11 @@ import("//mojo/public/tools/bindings/mojom.gni") |
mojom("interfaces") { |
sources = [ |
"mock_video_capture_device.mojom", |
+ "video_capture_device_descriptor.mojom", |
"video_capture_device_factory.mojom", |
"video_capture_device_proxy.mojom", |
"video_capture_service.mojom", |
+ "video_capture_settings.mojom", |
"video_frame_receiver.mojom", |
] |