| Index: mojo/public/tools/bindings/generate_type_mappings.py
|
| diff --git a/mojo/public/tools/bindings/generate_type_mappings.py b/mojo/public/tools/bindings/generate_type_mappings.py
|
| index 16e3035dc98081d54367b97918d3f413e21e1ed8..824f8045ab6db259a286a9ac3fa04abb67bfd81d 100755
|
| --- a/mojo/public/tools/bindings/generate_type_mappings.py
|
| +++ b/mojo/public/tools/bindings/generate_type_mappings.py
|
| @@ -107,6 +107,7 @@ def ParseTypemap(typemap):
|
|
|
| result[mojom_type] = {
|
| 'typename': native_type,
|
| + 'non_copyable_non_movable': 'non_copyable_non_movable' in attributes,
|
| 'move_only': 'move_only' in attributes,
|
| 'copyable_pass_by_value': 'copyable_pass_by_value' in attributes,
|
| 'nullable_is_same_type': 'nullable_is_same_type' in attributes,
|
|
|