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

Unified Diff: chrome/browser/BUILD.gn

Issue 2448943002: Refactor SecurityStateModel/Clients for simplicity and reusability. (Closed)
Patch Set: sync. Created 4 years, 1 month 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/app/google_chrome_strings.grd ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 48b4dc79010dd732c5a26e2b0890e7955cf5a6d5..28fe85d6925e98dbb9c5487f2e73b6ff45b44daf 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1129,14 +1129,14 @@ 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_ssl_host_state_delegate.cc",
"ssl/chrome_ssl_host_state_delegate.h",
"ssl/chrome_ssl_host_state_delegate_factory.cc",
"ssl/chrome_ssl_host_state_delegate_factory.h",
"ssl/common_name_mismatch_handler.cc",
"ssl/common_name_mismatch_handler.h",
+ "ssl/security_state_tab_helper.cc",
+ "ssl/security_state_tab_helper.h",
"ssl/ssl_blocking_page.cc",
"ssl/ssl_blocking_page.h",
"ssl/ssl_cert_reporter.h",
@@ -1379,7 +1379,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/spellcheck:build_features",
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698