Chromium Code Reviews| Index: services/catalog/public/interfaces/BUILD.gn |
| diff --git a/services/catalog/public/interfaces/BUILD.gn b/services/catalog/public/interfaces/BUILD.gn |
| index 77a6aaf1308f91c071606fe80b4f205e6a59fc00..07a71b5b75d5bcd510662db62091312db156800f 100644 |
| --- a/services/catalog/public/interfaces/BUILD.gn |
| +++ b/services/catalog/public/interfaces/BUILD.gn |
| @@ -8,4 +8,8 @@ mojom("interfaces") { |
| sources = [ |
| "catalog.mojom", |
| ] |
| + |
| + public_deps = [ |
| + "//mojo/common:common_custom_types", |
| + ] |
| } |