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

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

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

Powered by Google App Engine
This is Rietveld 408576698