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

Unified Diff: components/autofill.gypi

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.gypi
diff --git a/components/autofill.gypi b/components/autofill.gypi
index 0a4746e6e56ca8544c3c4071aedc7e2c300d7aa7..ef32405458ca6d00b8e70c736176beb2e635f312 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -395,6 +395,9 @@
],
'mojom_typemaps': [
'autofill/content/public/cpp/autofill_types.typemap',
+ '<(DEPTH)/mojo/common/common_custom_types.typemap',
+ '<(DEPTH)/ui/gfx/geometry/mojo/geometry.typemap',
+ '<(DEPTH)/url/mojo/gurl.typemap',
],
'use_new_wrapper_types': 'false',
},
@@ -411,9 +414,14 @@
'type': 'static_library',
'export_dependent_settings': [
'../mojo/mojo_public.gyp:mojo_cpp_bindings',
+ '../ui/gfx/gfx.gyp:mojo_geometry_bindings',
+ '../url/url.gyp:url_mojom',
+ 'autofill_content_types_mojo_bindings',
],
'dependencies': [
'../mojo/mojo_public.gyp:mojo_cpp_bindings',
+ '../ui/gfx/gfx.gyp:mojo_geometry_bindings',
+ '../url/url.gyp:url_mojom',
'autofill_content_mojo_bindings_mojom',
'autofill_content_types_mojo_bindings',
],
@@ -494,6 +502,7 @@
'../content/content.gyp:content_common',
'../google_apis/google_apis.gyp:google_apis',
'../ipc/ipc.gyp:ipc',
+ '../mojo/mojo_base.gyp:mojo_common_lib',
'../net/net.gyp:net',
'../skia/skia.gyp:skia',
'../sql/sql.gyp:sql',
@@ -549,6 +558,7 @@
'../content/content.gyp:content_renderer',
'../google_apis/google_apis.gyp:google_apis',
'../ipc/ipc.gyp:ipc',
+ '../mojo/mojo_base.gyp:mojo_common_lib',
'../net/net.gyp:net',
'../skia/skia.gyp:skia',
'../third_party/re2/re2.gyp:re2',

Powered by Google App Engine
This is Rietveld 408576698