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

Unified Diff: components/safe_browsing/BUILD.gn

Issue 2605213002: componentize SafeBrowsingService (Closed)
Patch Set: Remove explicit return statements Created 3 years, 12 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/browser/safe_browsing/safe_browsing_service.cc ('k') | components/safe_browsing/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/safe_browsing/BUILD.gn
diff --git a/components/safe_browsing/BUILD.gn b/components/safe_browsing/BUILD.gn
index 8b81a6e7378330bf35136cd7ec8cd08928df8769..efd199d8636c6e172f9c43c0ed239323005778a6 100644
--- a/components/safe_browsing/BUILD.gn
+++ b/components/safe_browsing/BUILD.gn
@@ -4,13 +4,20 @@
source_set("safe_browsing") {
sources = [
+ "base_safe_browsing_service.cc",
+ "base_safe_browsing_service.h",
"base_ui_manager.cc",
"base_ui_manager.h",
]
deps = [
"//base:base",
+ "//components/safe_browsing/common:common",
+ "//components/safe_browsing_db:database_manager",
+ "//components/safe_browsing_db:remote_database_manager",
+ "//components/safe_browsing_db:safe_browsing_prefs",
"//components/security_interstitials/content:unsafe_resource",
"//content/public/browser:browser",
+ "//net:net",
]
}
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_service.cc ('k') | components/safe_browsing/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698