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

Unified Diff: components/toolbar/BUILD.gn

Issue 2872153002: Add public_deps for //components/toolbar:test_support and //components/search_engines (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
« no previous file with comments | « components/search_engines/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « components/search_engines/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698