| Index: media/mojo/interfaces/BUILD.gn
|
| diff --git a/media/mojo/interfaces/BUILD.gn b/media/mojo/interfaces/BUILD.gn
|
| index 561d796a74166c9af5871848fe84a930ff4345b7..833c1579fce547984d417157c7beb71c71e8063b 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 = [
|
| "//gpu/ipc/common:interfaces",
|
| "//mojo/common:common_custom_types",
|
|
|