| Index: media/mojo/interfaces/BUILD.gn
|
| diff --git a/media/mojo/interfaces/BUILD.gn b/media/mojo/interfaces/BUILD.gn
|
| index 4480ae62364c663b22b4b243dc0abb917fa0f3e9..405d383f00db0b2651a9feed39db9f98daafbb7c 100644
|
| --- a/media/mojo/interfaces/BUILD.gn
|
| +++ b/media/mojo/interfaces/BUILD.gn
|
| @@ -25,6 +25,10 @@ mojom("interfaces") {
|
| sources += [ "platform_verification.mojom" ]
|
| }
|
|
|
| + if (is_android) {
|
| + sources += [ "android_overlay.mojom" ]
|
| + }
|
| +
|
| public_deps = [
|
| "//mojo/common:common_custom_types",
|
| "//services/service_manager/public/interfaces",
|
|
|