| Index: components/password_manager.gypi
|
| diff --git a/components/password_manager.gypi b/components/password_manager.gypi
|
| index a1110b5e728e607f5a77ab056e3cd7307159765b..da98e25e1077acb745fab02b78d5083baa1d52fa 100644
|
| --- a/components/password_manager.gypi
|
| +++ b/components/password_manager.gypi
|
| @@ -258,12 +258,12 @@
|
| 'target_name': 'password_manager_content_mojo_bindings_mojom',
|
| 'type': 'none',
|
| 'variables': {
|
| - 'mojom_extra_generator_args': [
|
| - '--typemap', '<(DEPTH)/url/mojo/origin.typemap',
|
| - ],
|
| 'mojom_files': [
|
| 'password_manager/content/public/interfaces/credential_manager.mojom',
|
| ],
|
| + 'mojom_typemaps': [
|
| + '<(DEPTH)/url/mojo/origin.typemap',
|
| + ],
|
| },
|
| 'include_dirs': [
|
| '..',
|
|
|