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

Unified Diff: components/safe_browsing_db/BUILD.gn

Issue 2377273004: Reland: Start checking URLs using PVer4. Verdict not returned to client yet. (Closed)
Patch Set: Remove #DEBUG -- it enables these features on Android :-( 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 bfdf56353b93e743c87a29f319cae8a7c69b9bf2..e14da2e5b0c960fb4e83a0c6ae04cd23d0d300c1 100644
--- a/components/safe_browsing_db/BUILD.gn
+++ b/components/safe_browsing_db/BUILD.gn
@@ -41,7 +41,6 @@ group("safe_browsing_db") {
deps = [
":safe_browsing_db_shared",
":v4_local_database_manager",
- ":v4_update_protocol_manager",
]
}
@@ -185,6 +184,16 @@ static_library("v4_database") {
]
}
+static_library("v4_feature_list") {
+ sources = [
+ "v4_feature_list.cc",
+ "v4_feature_list.h",
+ ]
+ deps = [
+ "//base",
+ ]
+}
+
static_library("v4_get_hash_protocol_manager") {
sources = [
"v4_get_hash_protocol_manager.cc",
@@ -213,6 +222,7 @@ static_library("v4_local_database_manager") {
":hit_report",
":safebrowsing_proto",
":v4_database",
+ ":v4_feature_list",
":v4_get_hash_protocol_manager",
":v4_protocol_manager_util",
":v4_update_protocol_manager",
« no previous file with comments | « chrome/browser/safe_browsing/services_delegate_stub.cc ('k') | components/safe_browsing_db/v4_feature_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698