Index: components/autofill/content/common/BUILD.gn |
diff --git a/components/autofill/content/common/BUILD.gn b/components/autofill/content/common/BUILD.gn |
index 4c31e62f2ac3f1aceed8bf5009da376a9bd338ea..780a4cc2b9149834f69abb7a1621dc4036863392 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", |
Dirk Pranke
2015/08/25 19:56:26
Does this imply that there's a bug in Blink where
brettw
2015/08/25 23:37:51
Yes
|
+ ] |
deps = [ |
"//base", |
"//components/autofill/core/common", |