| Index: mojo/mojo_base.gyp
|
| diff --git a/mojo/mojo_base.gyp b/mojo/mojo_base.gyp
|
| index a067353fa3a930a2dd9bd91ee24c993c5f888646..06b151c71096de7e402c4080ad4bea713584ae60 100644
|
| --- a/mojo/mojo_base.gyp
|
| +++ b/mojo/mojo_base.gyp
|
| @@ -65,6 +65,7 @@
|
| 'mojom_typemaps': [
|
| 'common/common_custom_types.typemap',
|
| ],
|
| + 'use_new_wrapper_types': 'false',
|
| },
|
| 'dependencies': [
|
| '../ipc/ipc.gyp:ipc',
|
| @@ -79,6 +80,7 @@
|
| 'mojom_typemaps': [
|
| 'common/common_custom_types.typemap',
|
| ],
|
| + 'use_new_wrapper_types': 'false',
|
| },
|
| 'sources': [
|
| 'common/test_common_custom_types.mojom',
|
|
|