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

Unified Diff: components/safe_browsing_db/BUILD.gn

Issue 2062013002: Fetch incremental updates. Store new state in V4Store. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit: Use base::SStringPrintf instead of string concat Created 4 years, 6 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 ab512c6495f86ba66dab49731b03e5864decb283..bde4ea91e7b4d7132b69dc9f7bbf526ebcc1e7d5 100644
--- a/components/safe_browsing_db/BUILD.gn
+++ b/components/safe_browsing_db/BUILD.gn
@@ -225,7 +225,11 @@ source_set("v4_store") {
"v4_store.cc",
"v4_store.h",
]
+ public_deps = [
+ ":proto",
+ ]
deps = [
+ ":v4_protocol_manager_util",
"//base",
]
}

Powered by Google App Engine
This is Rietveld 408576698