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

Unified Diff: components/security_state/core/BUILD.gn

Issue 2795983003: Change //components/security_state/core deps to public_deps, add //url. (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/security_state/core/BUILD.gn
diff --git a/components/security_state/core/BUILD.gn b/components/security_state/core/BUILD.gn
index bb28c1f81b432fc7df6d92acddd9ea61783e97d4..091df2041ad21e9705fa2d32fffe21284ef1de79 100644
--- a/components/security_state/core/BUILD.gn
+++ b/components/security_state/core/BUILD.gn
@@ -17,9 +17,10 @@ static_library("core") {
"switches.h",
]
- deps = [
+ public_deps = [
"//base",
"//net",
+ "//url",
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698