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

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: Rebase only Created 4 years, 6 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 3094fb5cea511342b8e7a537ef2bc0972b6a9935..e3b034e6bd3bb51ed1892f96d7fdb1731fc1a325 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -384,6 +384,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',
],
},
'include_dirs': [
@@ -399,9 +402,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',
],
@@ -482,6 +490,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',
@@ -537,6 +546,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