| Index: components/mus/public/interfaces/BUILD.gn
|
| diff --git a/components/mus/public/interfaces/BUILD.gn b/components/mus/public/interfaces/BUILD.gn
|
| index a9c8dd1816302ec00973a559c22a03fcf61a0628..d59ca55009c6ca6015db73109e063e8ac3951a17 100644
|
| --- a/components/mus/public/interfaces/BUILD.gn
|
| +++ b/components/mus/public/interfaces/BUILD.gn
|
| @@ -35,4 +35,16 @@ mojom("interfaces") {
|
| "//ui/mojo/geometry:interfaces",
|
| "//ui/mojo/ime:interfaces",
|
| ]
|
| +
|
| + cpp_only = true
|
| +
|
| + typemaps = [
|
| + "cc.typemap",
|
| + "gpu.typemap",
|
| + ]
|
| +
|
| + typemap_deps = [
|
| + "//cc",
|
| + "//gpu/command_buffer/common",
|
| + ]
|
| }
|
|
|