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

Unified Diff: components/autofill/content/renderer/BUILD.gn

Issue 2676653004: Show FormNotSecure warnings on sensitive inputs in non-secure contexts (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « chrome/test/data/autofill/autofill_password_form.html ('k') | components/autofill/content/renderer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/content/renderer/BUILD.gn
diff --git a/components/autofill/content/renderer/BUILD.gn b/components/autofill/content/renderer/BUILD.gn
index 5dd8086ea431e0b507062d30d27546c87691e447..2ddd7715dc2f6d1e4472b49584bc6e503bc7ac42 100644
--- a/components/autofill/content/renderer/BUILD.gn
+++ b/components/autofill/content/renderer/BUILD.gn
@@ -30,6 +30,10 @@ static_library("renderer") {
"//base:i18n",
"//components/autofill/content/common:mojo_interfaces",
"//components/autofill/core/common",
+
+ # TODO(elawrence): remove security_state/core when the Form-Not-Secure
+ # feature is fully launched. https://crbug.com/677295
+ "//components/security_state/core",
"//components/strings",
"//content/public/common",
"//content/public/renderer",
« no previous file with comments | « chrome/test/data/autofill/autofill_password_form.html ('k') | components/autofill/content/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698