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

Unified Diff: components/security_state/core/BUILD.gn

Issue 2574733003: Introduce security_state::ShouldAlwaysShowIcon() for mobile omnibox calculations. (Closed)
Patch Set: Fix code and add comment. Created 4 years 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 | « no previous file | components/security_state/core/security_state_ui.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/security_state/core/BUILD.gn
diff --git a/components/security_state/core/BUILD.gn b/components/security_state/core/BUILD.gn
index 3ce60b7059395e87a8513a554b8cb4c9ed6b24fa..bb28c1f81b432fc7df6d92acddd9ea61783e97d4 100644
--- a/components/security_state/core/BUILD.gn
+++ b/components/security_state/core/BUILD.gn
@@ -11,6 +11,8 @@ static_library("core") {
sources = [
"security_state.cc",
"security_state.h",
+ "security_state_ui.cc",
+ "security_state_ui.h",
"switches.cc",
"switches.h",
]
« no previous file with comments | « no previous file | components/security_state/core/security_state_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698