| Index: media/mojo/interfaces/BUILD.gn
|
| diff --git a/media/mojo/interfaces/BUILD.gn b/media/mojo/interfaces/BUILD.gn
|
| index 96e6d5090217cf50ce9f423055a2be8a61734386..d27ea3068dd7ccfa9212bd98fb15d4c44818501e 100644
|
| --- a/media/mojo/interfaces/BUILD.gn
|
| +++ b/media/mojo/interfaces/BUILD.gn
|
| @@ -6,9 +6,11 @@ import("//mojo/public/tools/bindings/mojom.gni")
|
|
|
| mojom("interfaces") {
|
| sources = [
|
| - "media_types.mojom",
|
| - "media_renderer.mojom",
|
| + "content_decryption_module.mojom",
|
| + "decryptor.mojom",
|
| "demuxer_stream.mojom",
|
| + "media_renderer.mojom",
|
| + "media_types.mojom",
|
| ]
|
|
|
| deps = [
|
|
|