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

Unified Diff: chrome/browser/BUILD.gn

Issue 2603433002: Move SecurityInterstitialPage into component (Closed)
Patch Set: nit, refind comments Created 4 years 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: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 11e4ded9201a7d3a15cdd3ae277f52fd3653e5b7..7b3acc86e79dd2829ffb5da583bb962f72feb147 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -489,8 +489,6 @@ split_static_library("browser") {
"interstitials/chrome_controller_client.h",
"interstitials/chrome_metrics_helper.cc",
"interstitials/chrome_metrics_helper.h",
- "interstitials/security_interstitial_page.cc",
- "interstitials/security_interstitial_page.h",
"intranet_redirect_detector.cc",
"intranet_redirect_detector.h",
"invalidation/profile_invalidation_provider_factory.cc",
@@ -1455,6 +1453,7 @@ split_static_library("browser") {
"//components/search",
"//components/search_engines",
"//components/search_provider_logos",
+ "//components/security_interstitials/content:security_interstitial_page",
"//components/security_interstitials/core",
"//components/security_state/content",
"//components/security_state/core",
@@ -2005,7 +2004,6 @@ split_static_library("browser") {
"//components/safe_browsing:safe_browsing",
"//components/safe_browsing/common:common",
"//components/safe_browsing_db:metadata_proto",
- "//components/security_interstitials/content:unsafe_resource",
]
if (safe_browsing_mode == 1) {
# "Safe Browsing Full" files in addition to the "basic" ones to use for

Powered by Google App Engine
This is Rietveld 408576698