Index: components/security_interstitials/core/BUILD.gn |
diff --git a/components/security_interstitials/core/BUILD.gn b/components/security_interstitials/core/BUILD.gn |
index 6970a43949d0608d1482f66542df3f1f19d188c5..72190d78848e51ad609e6493a98aa585a5905954 100644 |
--- a/components/security_interstitials/core/BUILD.gn |
+++ b/components/security_interstitials/core/BUILD.gn |
@@ -6,14 +6,15 @@ static_library("core") { |
sources = [ |
"bad_clock_ui.cc", |
"bad_clock_ui.h", |
+ "base_safe_browsing_error_ui.h", |
"common_string_util.cc", |
"common_string_util.h", |
"controller_client.cc", |
"controller_client.h", |
"metrics_helper.cc", |
"metrics_helper.h", |
- "safe_browsing_error_ui.cc", |
- "safe_browsing_error_ui.h", |
+ "safe_browsing_loud_error_ui.cc", |
+ "safe_browsing_loud_error_ui.h", |
"ssl_error_ui.cc", |
"ssl_error_ui.h", |
] |