Index: components/infobars/core/BUILD.gn |
diff --git a/components/infobars/core/BUILD.gn b/components/infobars/core/BUILD.gn |
index 6de274bf4d7c76ec5073bf90c11d0a47b7898d1e..44330ce7a66e61c3705deae468c108ffbfd37405 100644 |
--- a/components/infobars/core/BUILD.gn |
+++ b/components/infobars/core/BUILD.gn |
@@ -19,13 +19,12 @@ static_library("core") { |
"infobars_switches.h", |
] |
+ public_deps = [ |
+ "//skia", |
+ ] |
deps = [ |
"//base", |
- "//skia", |
"//ui/gfx", |
"//ui/strings", |
] |
- |
- # This target exposes Skia headers in its public headers. |
- forward_dependent_configs_from = [ "//skia" ] |
} |