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

Unified Diff: components/safe_browsing_db/BUILD.gn

Issue 2418813002: [Reland] Refactoring of SBER preference usage (Closed)
Patch Set: Sync Created 4 years, 2 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 | « chrome/common/pref_names.cc ('k') | components/safe_browsing_db/DEPS » ('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 e14da2e5b0c960fb4e83a0c6ae04cd23d0d300c1..c418abe72e605712b5c05939a86a2c11927903a9 100644
--- a/components/safe_browsing_db/BUILD.gn
+++ b/components/safe_browsing_db/BUILD.gn
@@ -31,6 +31,7 @@ group("safe_browsing_db_shared") {
":database_manager",
":hit_report",
":prefix_set",
+ ":safe_browsing_prefs",
":safebrowsing_proto",
":util",
]
@@ -136,6 +137,17 @@ static_library("safe_browsing_api_handler_util") {
]
}
+static_library("safe_browsing_prefs") {
+ sources = [
+ "safe_browsing_prefs.cc",
+ "safe_browsing_prefs.h",
+ ]
+ deps = [
+ "//base:base",
+ "//components/prefs",
+ ]
+}
+
static_library("test_database_manager") {
sources = [
"test_database_manager.cc",
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/safe_browsing_db/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698