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

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

Issue 2007473004: [Autofill] Migrate ContentAutofillDriver<-->AutofillAgent IPCs to mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Initialize remote_interfaces_ in Init() Created 4 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/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 d9787f478d32497639797afd7bc8526589b13f56..422fdbd84b78be7465fab4105dbac92bc3042605 100644
--- a/components/password_manager/content/browser/BUILD.gn
+++ b/components/password_manager/content/browser/BUILD.gn
@@ -20,6 +20,7 @@ source_set("browser") {
"//base",
"//components/autofill/content/browser",
"//components/autofill/content/common",
+ "//components/autofill/content/public/interfaces",
"//components/autofill/core/common",
"//components/keyed_service/content",
"//components/password_manager/content/public/cpp",
@@ -30,6 +31,7 @@ source_set("browser") {
"//content/public/browser",
"//content/public/common",
"//ipc",
+ "//mojo/common:common_base",
"//net",
]
}

Powered by Google App Engine
This is Rietveld 408576698