Index: components/toolbar/BUILD.gn |
diff --git a/components/toolbar/BUILD.gn b/components/toolbar/BUILD.gn |
index 66164fc074439742957038247bed9fe7291fe9f6..b540a4dd6b4ebbcb806c12c1e7fbb00f421b8798 100644 |
--- a/components/toolbar/BUILD.gn |
+++ b/components/toolbar/BUILD.gn |
@@ -66,9 +66,12 @@ static_library("test_support") { |
"test_toolbar_model.h", |
] |
- deps = [ |
+ public_deps = [ |
":toolbar", |
"//base", |
+ ] |
+ |
+ deps = [ |
"//components/resources", |
"//ui/gfx", |
] |