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

Unified Diff: components/safe_browsing_db/BUILD.gn

Issue 1848973004: Makes V4UpdateProtocolManager auto-schedule update fetching (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v4_01_
Patch Set: git fetch && git pull && gclient sync Created 4 years, 9 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 975861afb5e276ee29ca8b35fb71c47db8b8c57e..419bef8011928d78a1888884d90c42b92ffa8309 100644
--- a/components/safe_browsing_db/BUILD.gn
+++ b/components/safe_browsing_db/BUILD.gn
@@ -30,6 +30,7 @@ group("safe_browsing_db_shared") {
group("safe_browsing_db") {
deps = [
":safe_browsing_db_shared",
+ ":v4_update_protocol_manager",
]
}
@@ -51,7 +52,6 @@ source_set("database_manager") {
":hit_report",
":util",
":v4_get_hash_protocol_manager",
- ":v4_update_protocol_manager",
"//base:base",
"//content/public/browser",
"//content/public/common",
« no previous file with comments | « chrome/browser/safe_browsing/local_database_manager.cc ('k') | components/safe_browsing_db/database_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698