| Index: components/autofill.gypi
|
| diff --git a/components/autofill.gypi b/components/autofill.gypi
|
| index 0b5643be611e14df4a592d683e0a5c50cadcf3d3..3094fb5cea511342b8e7a537ef2bc0972b6a9935 100644
|
| --- a/components/autofill.gypi
|
| +++ b/components/autofill.gypi
|
| @@ -325,9 +325,7 @@
|
| ],
|
| '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' ],
|
| @@ -346,7 +344,6 @@
|
| '../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',
|
| @@ -359,9 +356,7 @@
|
| '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': [
|
|
|