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

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

Issue 2912383004: Fill is_chrome_signin_password field in the password entry pings. (Closed)
Patch Set: Fix deps Created 3 years, 7 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/password_manager/core/browser/BUILD.gn
diff --git a/components/password_manager/core/browser/BUILD.gn b/components/password_manager/core/browser/BUILD.gn
index 29296da38483936d711834b42dc4b462c03a1219..8bfee2b9829f4464c9f1a91c447375123e4b67ed 100644
--- a/components/password_manager/core/browser/BUILD.gn
+++ b/components/password_manager/core/browser/BUILD.gn
@@ -159,6 +159,7 @@ static_library("browser") {
"//components/password_manager/core/common",
"//components/pref_registry",
"//components/prefs",
+ "//components/safe_browsing/common:common",
"//components/security_state/core",
"//components/strings",
"//components/sync",
@@ -352,6 +353,7 @@ source_set("unit_tests") {
"//components/password_manager/core/browser:proto",
"//components/password_manager/core/common",
"//components/prefs:test_support",
+ "//components/safe_browsing/common:common",
"//components/security_state/core",
"//components/strings",
"//components/sync:test_support_driver",

Powered by Google App Engine
This is Rietveld 408576698