Index: components/autofill.gypi |
diff --git a/components/autofill.gypi b/components/autofill.gypi |
index 3094fb5cea511342b8e7a537ef2bc0972b6a9935..0b5643be611e14df4a592d683e0a5c50cadcf3d3 100644 |
--- a/components/autofill.gypi |
+++ b/components/autofill.gypi |
@@ -325,7 +325,9 @@ |
], |
'mojom_typemaps': [ |
'autofill/content/public/cpp/autofill_types.typemap', |
+ '<(DEPTH)/mojo/common/common_custom_types.typemap', |
'<(DEPTH)/url/mojo/gurl.typemap', |
+ '<(DEPTH)/url/mojo/origin.typemap', |
], |
}, |
'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ], |
@@ -344,6 +346,7 @@ |
'../url/url.gyp:url_mojom', |
], |
'dependencies': [ |
+ '../mojo/mojo_base.gyp:mojo_common_lib', |
'../mojo/mojo_public.gyp:mojo_cpp_bindings', |
'../url/url.gyp:url_mojom', |
'autofill_content_types_mojo_bindings_mojom', |
@@ -356,7 +359,9 @@ |
'variables': { |
'mojom_typemaps': [ |
'autofill/content/public/cpp/autofill_types.typemap', |
+ '<(DEPTH)/mojo/common/common_custom_types.typemap', |
'<(DEPTH)/url/mojo/gurl.typemap', |
+ '<(DEPTH)/url/mojo/origin.typemap', |
], |
}, |
'sources': [ |