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

Unified Diff: chrome/browser/BUILD.gn

Issue 2448943002: Refactor SecurityStateModel/Clients for simplicity and reusability. (Closed)
Patch Set: Remove *SecurityModelClient. Created 4 years, 2 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: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 84382757d52fa30cc91a37e21af7b5324d71f30c..3cd98aee87dce40335779e78ab29dfc2c6190aeb 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1121,8 +1121,7 @@ split_static_library("browser") {
"ssl/cert_report_helper.h",
"ssl/chrome_expect_ct_reporter.cc",
"ssl/chrome_expect_ct_reporter.h",
- "ssl/chrome_security_state_model_client.cc",
- "ssl/chrome_security_state_model_client.h",
+ "ssl/chrome_security_state_model.cc",
"ssl/chrome_ssl_host_state_delegate.cc",
"ssl/chrome_ssl_host_state_delegate.h",
"ssl/chrome_ssl_host_state_delegate_factory.cc",
@@ -1369,7 +1368,8 @@ split_static_library("browser") {
"//components/search_engines",
"//components/search_provider_logos",
"//components/security_interstitials/core",
- "//components/security_state",
+ "//components/security_state/content",
+ "//components/security_state/core",
"//components/sessions",
"//components/signin/core/browser",
"//components/ssl_config",

Powered by Google App Engine
This is Rietveld 408576698