| Index: media/mojo/interfaces/BUILD.gn
|
| diff --git a/media/mojo/interfaces/BUILD.gn b/media/mojo/interfaces/BUILD.gn
|
| index a4469fd34e4930c6c80d563253f52f988ea7f656..515c18ebcf8a9c5b191cc3036207a7fc5a7095d2 100644
|
| --- a/media/mojo/interfaces/BUILD.gn
|
| +++ b/media/mojo/interfaces/BUILD.gn
|
| @@ -7,9 +7,11 @@ import("//mojo/public/tools/bindings/mojom.gni")
|
| # GYP version: media/media.gyp:mojo_media_bindings
|
| mojom("interfaces") {
|
| sources = [
|
| + "content_decryption_module.mojom",
|
| + "decryptor.mojom",
|
| + "demuxer_stream.mojom",
|
| "media_types.mojom",
|
| "media_renderer.mojom",
|
| - "demuxer_stream.mojom",
|
| ]
|
|
|
| deps = [
|
|
|