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

Unified Diff: components/safe_browsing_db/BUILD.gn

Issue 2345573002: Each DatabaseManager gets to decide which stores to track (Closed)
Patch Set: Each DBmanager defines stores to look. base::hash_set -> std::unorderd_set. StoreToFileNameMap -> S… 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 492bbf43e9204e1e92b61e8a725f0c82f59656c0..3bbf1e861d942de5cd6fcf758a52992727b0296a 100644
--- a/components/safe_browsing_db/BUILD.gn
+++ b/components/safe_browsing_db/BUILD.gn
@@ -65,6 +65,7 @@ static_library("database_manager") {
":hit_report",
":util",
":v4_get_hash_protocol_manager",
+ ":v4_protocol_manager_util",
"//base",
"//content/public/browser",
"//content/public/common",
« no previous file with comments | « no previous file | components/safe_browsing_db/database_manager.h » ('j') | components/safe_browsing_db/database_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698