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

Unified Diff: components/safe_browsing_db/BUILD.gn

Issue 1700943003: SafeBrowsing: DatabaseManager owns the V4GetHashProtocolManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix BUILD file Created 4 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 ad32884b732f93ba5deebbdaff88b03552572287..398e1c8cced348509442f3dfa416b48a133ab32f 100644
--- a/components/safe_browsing_db/BUILD.gn
+++ b/components/safe_browsing_db/BUILD.gn
@@ -49,9 +49,12 @@ source_set("database_manager") {
]
deps = [
":hit_report",
+ ":proto",
":util",
+ ":v4_get_hash_protocol_manager",
"//base:base",
"//content/public/common",
+ "//net",
"//url:url",
]
}
@@ -101,6 +104,7 @@ source_set("remote_database_manager") {
deps = [
":database_manager",
":safe_browsing_api_handler",
+ ":v4_get_hash_protocol_manager",
"//base:base",
"//components/variations",
"//content/public/browser",

Powered by Google App Engine
This is Rietveld 408576698