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

Unified Diff: components/safe_browsing/BUILD.gn

Issue 2615713008: Revert of componentize SafeBrowsingService (Closed)
Patch Set: Removing more gn deps Created 3 years, 11 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 2559fb0d2be4671ae0e008b2dbb106d1edf0d35c..51f35955daf4bd4875a826e1345041efd81ce059 100644
--- a/components/safe_browsing/BUILD.gn
+++ b/components/safe_browsing/BUILD.gn
@@ -4,20 +4,13 @@
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:security_interstitial_page",
"//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