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

Unified Diff: components/safe_browsing/BUILD.gn

Issue 2623733002: Componentize SafeBrowsingBlockingPage for WebView use (Closed)
Patch Set: address final comments 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/ui_manager_unittest.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 a38bac803d2d21586872a21e3228e9de86b353c3..f8d05496a008ffe2af266caaf0e7eba3d5dc69ec 100644
--- a/components/safe_browsing/BUILD.gn
+++ b/components/safe_browsing/BUILD.gn
@@ -4,16 +4,21 @@
source_set("safe_browsing") {
sources = [
- "base_safe_browsing_resource_throttle.cc",
- "base_safe_browsing_resource_throttle.h",
+ "base_blocking_page.cc",
+ "base_blocking_page.h",
+ "base_resource_throttle.cc",
+ "base_resource_throttle.h",
"base_ui_manager.cc",
"base_ui_manager.h",
]
deps = [
"//base:base",
+ "//base:i18n",
"//components/safe_browsing_db:database_manager",
+ "//components/safe_browsing_db:safe_browsing_prefs",
"//components/security_interstitials/content:security_interstitial_page",
+ "//components/security_interstitials/core:core",
"//components/subresource_filter/content/browser:browser",
"//content/public/browser:browser",
"//content/public/common:common",
« no previous file with comments | « chrome/browser/safe_browsing/ui_manager_unittest.cc ('k') | components/safe_browsing/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698