Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(270)

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
This is Rietveld 408576698