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

Unified Diff: components/safe_browsing_db/BUILD.gn

Issue 2650973005: Componentize ping_manager (Closed)
Patch Set: fix deps Created 3 years, 10 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/safe_browsing_db/BUILD.gn
diff --git a/components/safe_browsing_db/BUILD.gn b/components/safe_browsing_db/BUILD.gn
index 5d0867312d14e1c7d4e5c0ccc2f759b5a6d4d44a..68a841c69e00b166bd90195e16241266dfb60c45 100644
--- a/components/safe_browsing_db/BUILD.gn
+++ b/components/safe_browsing_db/BUILD.gn
@@ -181,11 +181,14 @@ static_library("util") {
"util.h",
]
public_deps = [
+ ":safe_browsing_prefs",
":v4_protocol_manager_util",
]
deps = [
"//base",
+ "//components/version_info:version_info",
"//crypto",
+ "//google_apis:google_apis",
"//net",
"//url",
]

Powered by Google App Engine
This is Rietveld 408576698