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

Unified Diff: components/safe_browsing_db/BUILD.gn

Issue 2381963003: Revert of Small: Start checking URLs using PVer4. Verdict not returned to client yet. (Closed)
Patch Set: 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 e14da2e5b0c960fb4e83a0c6ae04cd23d0d300c1..bfdf56353b93e743c87a29f319cae8a7c69b9bf2 100644
--- a/components/safe_browsing_db/BUILD.gn
+++ b/components/safe_browsing_db/BUILD.gn
@@ -41,6 +41,7 @@
deps = [
":safe_browsing_db_shared",
":v4_local_database_manager",
+ ":v4_update_protocol_manager",
]
}
@@ -184,16 +185,6 @@
]
}
-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",
@@ -222,7 +213,6 @@
":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