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

Unified Diff: components/security_interstitials/core/BUILD.gn

Issue 2575623002: Componentizing SafeBrowsingBlockingPage Part 1 (Closed)
Patch Set: address comments from nparker@ 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
« no previous file with comments | « chrome/browser/ssl/ssl_blocking_page.cc ('k') | components/security_interstitials/core/controller_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/security_interstitials/core/BUILD.gn
diff --git a/components/security_interstitials/core/BUILD.gn b/components/security_interstitials/core/BUILD.gn
index dbd5bccad1213454bd8f96c46f888b01992517bd..6970a43949d0608d1482f66542df3f1f19d188c5 100644
--- a/components/security_interstitials/core/BUILD.gn
+++ b/components/security_interstitials/core/BUILD.gn
@@ -12,6 +12,8 @@ static_library("core") {
"controller_client.h",
"metrics_helper.cc",
"metrics_helper.h",
+ "safe_browsing_error_ui.cc",
+ "safe_browsing_error_ui.h",
"ssl_error_ui.cc",
"ssl_error_ui.h",
]
@@ -23,7 +25,6 @@ static_library("core") {
"//components/history/core/browser",
"//components/metrics",
"//components/prefs",
- "//components/rappor",
"//components/ssl_errors",
"//components/strings",
"//components/url_formatter",
« no previous file with comments | « chrome/browser/ssl/ssl_blocking_page.cc ('k') | components/security_interstitials/core/controller_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698