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

Unified Diff: components/autofill/content/public/interfaces/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/autofill/content/public/interfaces/BUILD.gn
diff --git a/components/autofill/content/public/interfaces/BUILD.gn b/components/autofill/content/public/interfaces/BUILD.gn
index 10d4ee20a8d189f0a4e2df0250a91945c42246ae..9278f4b640fbf26649a45047c0ef4ce56acd32c8 100644
--- a/components/autofill/content/public/interfaces/BUILD.gn
+++ b/components/autofill/content/public/interfaces/BUILD.gn
@@ -12,6 +12,8 @@ mojom("interfaces") {
public_deps = [
":types",
+ "//mojo/common:common_custom_types",
+ "//ui/gfx/geometry/mojo",
]
use_new_wrapper_types = false

Powered by Google App Engine
This is Rietveld 408576698