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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 2448943002: Refactor SecurityStateModel/Clients for simplicity and reusability. (Closed)
Patch Set: Refactor -> WebContentsSecurityStateModel. 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/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 33db1481201661114c618c128dc8b9e913c68ea9..31ad0cda30f7ced464816a1b9b4c1b95225dec78 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -528,7 +528,8 @@ split_static_library("ui") {
"//components/search",
"//components/search_engines",
"//components/security_interstitials/core",
- "//components/security_state",
+ "//components/security_state/content",
+ "//components/security_state/core",
"//components/sessions",
"//components/signin/core/account_id",
"//components/signin/core/browser",

Powered by Google App Engine
This is Rietveld 408576698