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

Unified Diff: ios/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: ios/chrome/browser/BUILD.gn
diff --git a/ios/chrome/browser/BUILD.gn b/ios/chrome/browser/BUILD.gn
index 86c549ad60ebc5444976c62b1c9c94725869e813..3438d50f2da51959b9245ccbb1c7d69ad15f14cb 100644
--- a/ios/chrome/browser/BUILD.gn
+++ b/ios/chrome/browser/BUILD.gn
@@ -409,8 +409,6 @@ source_set("browser") {
"snapshots/snapshot_overlay.mm",
"snapshots/snapshots_util.h",
"snapshots/snapshots_util.mm",
- "ssl/ios_chrome_security_state_model_client.h",
- "ssl/ios_chrome_security_state_model_client.mm",
"ssl/ios_ssl_blocking_page.h",
"ssl/ios_ssl_blocking_page.mm",
"ssl/ios_ssl_error_handler.h",
@@ -649,7 +647,8 @@ source_set("browser") {
"//components/search_engines",
"//components/search_provider_logos",
"//components/security_interstitials/core",
- "//components/security_state",
+ "//components/security_state/core",
+ "//components/security_state/ios",
"//components/sessions",
"//components/signin/core/browser",
"//components/signin/core/common",

Powered by Google App Engine
This is Rietveld 408576698