Chromium Code Reviews

Unified Diff: components/toolbar/BUILD.gn

Issue 2864133002: Convert iOS to use X509CertificateBytes. (Closed)
Patch Set: . Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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",
]

Powered by Google App Engine