diff options
Diffstat (limited to 'components/autofill/content/common/BUILD.gn')
-rw-r--r-- | components/autofill/content/common/BUILD.gn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/components/autofill/content/common/BUILD.gn b/components/autofill/content/common/BUILD.gn index 4c31e62..780a4cc 100644 --- a/components/autofill/content/common/BUILD.gn +++ b/components/autofill/content/common/BUILD.gn @@ -11,6 +11,11 @@ static_library("common") { "autofill_param_traits_macros.h", ] + public_deps = [ + # This is indirectly required by autofill_messages because it includes + # some blink headers that include Skia. + "//skia", + ] deps = [ "//base", "//components/autofill/core/common", |