| 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 0d2001116f715192c3fc52e9226a8eb4d13285d6..8b634655d7c82bbbe6a7200b23af8140a9115a12 100644
|
| --- a/services/video_capture/public/interfaces/BUILD.gn
|
| +++ b/services/video_capture/public/interfaces/BUILD.gn
|
| @@ -18,3 +18,9 @@ mojom("interfaces") {
|
| "//ui/gfx/geometry/mojo",
|
| ]
|
| }
|
| +
|
| +mojom("constants") {
|
| + sources = [
|
| + "constants.mojom",
|
| + ]
|
| +}
|
|
|