| Index: components/autofill/content/public/interfaces/BUILD.gn
|
| diff --git a/components/autofill/content/public/interfaces/BUILD.gn b/components/autofill/content/public/interfaces/BUILD.gn
|
| index 10d4ee20a8d189f0a4e2df0250a91945c42246ae..9278f4b640fbf26649a45047c0ef4ce56acd32c8 100644
|
| --- a/components/autofill/content/public/interfaces/BUILD.gn
|
| +++ b/components/autofill/content/public/interfaces/BUILD.gn
|
| @@ -12,6 +12,8 @@ mojom("interfaces") {
|
|
|
| public_deps = [
|
| ":types",
|
| + "//mojo/common:common_custom_types",
|
| + "//ui/gfx/geometry/mojo",
|
| ]
|
|
|
| use_new_wrapper_types = false
|
|
|