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

Unified Diff: components/safe_browsing_db/BUILD.gn

Issue 2349603003: V4LDBM: Get response from GetHashManager, detect severest result (Closed)
Patch Set: Add test for GetSeverestThreatTypeAndMetadata 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 3bbf1e861d942de5cd6fcf758a52992727b0296a..a9ca4c2e11dd05de585d30e375ae3d603d6f2f6a 100644
--- a/components/safe_browsing_db/BUILD.gn
+++ b/components/safe_browsing_db/BUILD.gn
@@ -196,6 +196,7 @@ static_library("v4_get_hash_protocol_manager") {
":util",
":v4_protocol_manager_util",
"//base",
+ "//content/public/browser",
"//net",
"//url",
]
@@ -305,6 +306,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