Chromium Code Reviews| Index: media/capture/mojo/BUILD.gn |
| diff --git a/media/capture/mojo/BUILD.gn b/media/capture/mojo/BUILD.gn |
| index 8215ce7c453beac7be872166ae0267e930cec586..8e9f6b655302da0c8ca02732f19d9be57dc8afbc 100644 |
| --- a/media/capture/mojo/BUILD.gn |
| +++ b/media/capture/mojo/BUILD.gn |
| @@ -14,3 +14,9 @@ mojom("capture_types") { |
| "//ui/gfx/geometry/mojo", |
| ] |
| } |
| + |
| +mojom("image_capture") { |
| + sources = [ |
| + "image_capture.mojom", |
| + ] |
| +} |