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

Unified Diff: components/autofill/core/browser/BUILD.gn

Issue 2478043002: HTTP Bad: Add warning message to autofill dropdown for http sites (Closed)
Patch Set: nit change 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 | « no previous file | components/autofill/core/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/BUILD.gn
diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
index 07975cb776825a98a58f296391ce17ce5862ff88..dd2314673730b7256ff677f608de526d9daff544 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -180,6 +180,7 @@ static_library("browser") {
"//components/prefs",
"//components/rappor",
"//components/resources",
+ "//components/security_state",
"//components/signin/core/browser",
"//components/signin/core/common",
"//components/strings",
@@ -338,6 +339,7 @@ source_set("unit_tests") {
"//components/prefs:test_support",
"//components/rappor:test_support",
"//components/resources",
+ "//components/security_state",
"//components/signin/core/browser",
"//components/signin/core/browser:test_support",
"//components/signin/core/common",
« no previous file with comments | « no previous file | components/autofill/core/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698