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

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

Issue 2274783002: Revert of [Autofill] Migrate ContentPasswordManagerDriver<-->Password{Autofill,Generation}Agent IPCs to mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/content/browser/BUILD.gn
diff --git a/components/password_manager/content/browser/BUILD.gn b/components/password_manager/content/browser/BUILD.gn
index 55e313dacbbd347408c2c626f35df43d73696dd2..284301c91dfe4a857cd98adbd6e16066f4d8a393 100644
--- a/components/password_manager/content/browser/BUILD.gn
+++ b/components/password_manager/content/browser/BUILD.gn
@@ -19,6 +19,7 @@
public_deps = [
"//base",
"//components/autofill/content/browser",
+ "//components/autofill/content/common",
"//components/autofill/content/public/interfaces",
"//components/autofill/core/common",
"//components/keyed_service/content",
@@ -28,6 +29,7 @@
"//components/prefs",
"//content/public/browser",
"//content/public/common",
+ "//ipc",
"//mojo/common:common_base",
"//net",
]

Powered by Google App Engine
This is Rietveld 408576698