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

Unified Diff: components/safe_browsing_db/BUILD.gn

Issue 1954393002: Initialize and reset V4LocalDBManager. Instantiate V4Stores. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v4_01_db_realz
Patch Set: Add v4_store.cc to gypi and update a comment 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
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..fbac08452492493ec445047a04e478c206c23457 100644
--- a/components/safe_browsing_db/BUILD.gn
+++ b/components/safe_browsing_db/BUILD.gn
@@ -221,9 +221,12 @@ source_set("v4_protocol_manager_util") {
source_set("v4_store") {
sources = [
+ "v4_store.cc",
"v4_store.h",
]
- deps = []
+ deps = [
+ "//base",
+ ]
}
source_set("v4_update_protocol_manager") {

Powered by Google App Engine
This is Rietveld 408576698