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 1960893002: Revert of Skeleton of the overall design for the database for Pver4 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « components/safe_browsing_db.gypi ('k') | components/safe_browsing_db/v4_database.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/safe_browsing_db/BUILD.gn
diff --git a/components/safe_browsing_db/BUILD.gn b/components/safe_browsing_db/BUILD.gn
index 0da73fe5e9f875627fc16ee6eae0673f3aadbd90..d36c5e5fdb2403de50011f6f71558aa4af951b88 100644
--- a/components/safe_browsing_db/BUILD.gn
+++ b/components/safe_browsing_db/BUILD.gn
@@ -155,21 +155,6 @@
}
}
-source_set("v4_database") {
- sources = [
- "v4_database.cc",
- "v4_database.h",
- ]
- public_deps = [
- ":proto",
- ]
- deps = [
- ":v4_protocol_manager_util",
- ":v4_store",
- "//base",
- ]
-}
-
source_set("v4_get_hash_protocol_manager") {
sources = [
"v4_get_hash_protocol_manager.cc",
@@ -196,7 +181,6 @@
":database_manager",
":hit_report",
":proto",
- ":v4_database",
":v4_protocol_manager_util",
":v4_update_protocol_manager",
"//base",
@@ -217,13 +201,6 @@
"//net",
"//url:url",
]
-}
-
-source_set("v4_store") {
- sources = [
- "v4_store.h",
- ]
- deps = []
}
source_set("v4_update_protocol_manager") {
« no previous file with comments | « components/safe_browsing_db.gypi ('k') | components/safe_browsing_db/v4_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698