| Index: mojo/services/media/common/interfaces/BUILD.gn
|
| diff --git a/mojo/services/media/common/interfaces/BUILD.gn b/mojo/services/media/common/interfaces/BUILD.gn
|
| index 143ead8bf1157296f2ac62f43d0b77921f003d9a..42faf073019db17005d663b523ca1caf8807cb1f 100644
|
| --- a/mojo/services/media/common/interfaces/BUILD.gn
|
| +++ b/mojo/services/media/common/interfaces/BUILD.gn
|
| @@ -7,8 +7,12 @@ import("$mojo_sdk_root/mojo/public/tools/bindings/mojom.gni")
|
|
|
| mojom("interfaces") {
|
| sources = [
|
| + "media_clock.mojom",
|
| "media_common.mojom",
|
| + "media_metadata.mojom",
|
| "media_pipe.mojom",
|
| + "media_state.mojom",
|
| + "media_transport.mojom",
|
| "media_types.mojom",
|
| "rate_control.mojom",
|
| ]
|
|
|