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

Unified Diff: components/safe_browsing/BUILD.gn

Issue 2623733002: Componentize SafeBrowsingBlockingPage for WebView use (Closed)
Patch Set: 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
Index: components/safe_browsing/BUILD.gn
diff --git a/components/safe_browsing/BUILD.gn b/components/safe_browsing/BUILD.gn
index 51f35955daf4bd4875a826e1345041efd81ce059..c68ac16801cbb3b938d0fe9eb532adbc3b3005ae 100644
--- a/components/safe_browsing/BUILD.gn
+++ b/components/safe_browsing/BUILD.gn
@@ -4,13 +4,19 @@
source_set("safe_browsing") {
sources = [
+ "base_safe_browsing_blocking_page.cc",
+ "base_safe_browsing_blocking_page.h",
"base_ui_manager.cc",
"base_ui_manager.h",
]
deps = [
"//base:base",
+ "//base:i18n",
+ "//components/safe_browsing_db:metadata_proto",
+ "//components/safe_browsing_db:safe_browsing_prefs",
"//components/security_interstitials/content:security_interstitial_page",
+ "//components/security_interstitials/core:core",
"//content/public/browser:browser",
]
}

Powered by Google App Engine
This is Rietveld 408576698