| Index: components/autofill/content/common/BUILD.gn
|
| diff --git a/components/autofill/content/common/BUILD.gn b/components/autofill/content/common/BUILD.gn
|
| index 453c5f6f904c2d37899c1d6a0074177ca4f6bdfa..905fa2226afee7e44b73a9bfaf501fea39a24aa2 100644
|
| --- a/components/autofill/content/common/BUILD.gn
|
| +++ b/components/autofill/content/common/BUILD.gn
|
| @@ -11,15 +11,22 @@
|
| "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",
|
| "//content/public/common",
|
| "//ipc",
|
| + "//third_party/WebKit/public:blink_minimal",
|
| "//ui/gfx",
|
| "//ui/gfx/geometry",
|
| "//ui/gfx/ipc",
|
| "//ui/gfx/ipc/geometry",
|
| + "//ui/gfx/ipc/skia",
|
| "//url",
|
| ]
|
| }
|
|
|