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

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

Issue 2915763003: [Password Manager] Show omnibox icon and anchored prompt once user start typing password (Closed)
Patch Set: Sent For Review Created 3 years, 5 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: components/autofill/content/renderer/BUILD.gn
diff --git a/components/autofill/content/renderer/BUILD.gn b/components/autofill/content/renderer/BUILD.gn
index e87dc92035cb9a462494a0b5e30b6825aa04681c..8baba52b71e97ada251f32ca3962c7a591826440 100644
--- a/components/autofill/content/renderer/BUILD.gn
+++ b/components/autofill/content/renderer/BUILD.gn
@@ -32,6 +32,7 @@ static_library("renderer") {
"//base:i18n",
"//components/autofill/content/common:mojo_interfaces",
"//components/autofill/core/common",
+ "//components/password_manager/core/common",
# TODO(elawrence): remove security_state/core when the Form-Not-Secure
# feature is fully launched. https://crbug.com/677295

Powered by Google App Engine
This is Rietveld 408576698