| Index: components/font_service/public/interfaces/BUILD.gn
|
| diff --git a/components/font_service/public/interfaces/BUILD.gn b/components/font_service/public/interfaces/BUILD.gn
|
| index e60d556129cfb15b614e3437704a3e2c646a6db9..12efaaf4b99e1be4ca4c5d225350067fdceb9a3d 100644
|
| --- a/components/font_service/public/interfaces/BUILD.gn
|
| +++ b/components/font_service/public/interfaces/BUILD.gn
|
| @@ -8,4 +8,8 @@ mojom("interfaces") {
|
| sources = [
|
| "font_service.mojom",
|
| ]
|
| +
|
| + public_deps = [
|
| + "//mojo/common:common_custom_types",
|
| + ]
|
| }
|
|
|