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

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

Issue 2448943002: Refactor SecurityStateModel/Clients for simplicity and reusability. (Closed)
Patch Set: update comments. 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
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 256024bfd89b523df560c72c0b4123adbb8e3460..5e549f31655f040068d20c85ef80ec8e08f576bb 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -529,7 +529,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/session_manager/core",
"//components/sessions",
"//components/signin/core/account_id",

Powered by Google App Engine
This is Rietveld 408576698