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

Unified Diff: components/safe_browsing_db/BUILD.gn

Issue 2349603003: V4LDBM: Get response from GetHashManager, detect severest result (Closed)
Patch Set: git pull Created 4 years, 3 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 509894a028393380dfcbf9afcf0b23b0c19b9712..589a239c7179ae252b7c4d039ae0580db630222a 100644
--- a/components/safe_browsing_db/BUILD.gn
+++ b/components/safe_browsing_db/BUILD.gn
@@ -195,6 +195,7 @@ static_library("v4_get_hash_protocol_manager") {
":util",
":v4_protocol_manager_util",
"//base",
+ "//content/public/browser",
"//net",
"//url",
]
@@ -304,6 +305,7 @@ source_set("v4_get_hash_protocol_manager_unittest") {
":v4_local_database_manager",
"//base",
"//base/test:test_support",
+ "//content/test:test_support",
"//net",
"//net:test_support",
"//testing/gtest",
« no previous file with comments | « no previous file | components/safe_browsing_db/v4_database.cc » ('j') | components/safe_browsing_db/v4_local_database_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698