| Index: media/mojo/interfaces/BUILD.gn
|
| diff --git a/media/mojo/interfaces/BUILD.gn b/media/mojo/interfaces/BUILD.gn
|
| index 4480ae62364c663b22b4b243dc0abb917fa0f3e9..6f5632f9e9f3c93c69c3043150a8149e556a2c99 100644
|
| --- a/media/mojo/interfaces/BUILD.gn
|
| +++ b/media/mojo/interfaces/BUILD.gn
|
| @@ -7,7 +7,6 @@ import("//mojo/public/tools/bindings/mojom.gni")
|
| mojom("interfaces") {
|
| sources = [
|
| "audio_decoder.mojom",
|
| - "audio_output.mojom",
|
| "audio_parameters.mojom",
|
| "content_decryption_module.mojom",
|
| "decryptor.mojom",
|
| @@ -30,6 +29,7 @@ mojom("interfaces") {
|
| "//services/service_manager/public/interfaces",
|
| "//ui/gfx/geometry/mojo",
|
| "//url/mojo:url_mojom_gurl",
|
| + "//url/mojo:url_mojom_origin",
|
| ]
|
| }
|
|
|
|
|