| Index: third_party/mojo/src/mojo/public/tools/bindings/mojom.gni
|
| diff --git a/third_party/mojo/src/mojo/public/tools/bindings/mojom.gni b/third_party/mojo/src/mojo/public/tools/bindings/mojom.gni
|
| index 3b2874f095025287e655f42d1e1593fa75cc524f..3e0ca4fe4b2432e03892ea4a1d8fb27b9aa6ac82 100644
|
| --- a/third_party/mojo/src/mojo/public/tools/bindings/mojom.gni
|
| +++ b/third_party/mojo/src/mojo/public/tools/bindings/mojom.gni
|
| @@ -61,28 +61,19 @@
|
| "$generator_root/generators/cpp_templates/module.h.tmpl",
|
| "$generator_root/generators/cpp_templates/module-internal.h.tmpl",
|
| "$generator_root/generators/cpp_templates/params_definition.tmpl",
|
| - "$generator_root/generators/cpp_templates/serialization_macros.tmpl",
|
| "$generator_root/generators/cpp_templates/struct_declaration.tmpl",
|
| "$generator_root/generators/cpp_templates/struct_definition.tmpl",
|
| + "$generator_root/generators/cpp_templates/struct_serialization_declaration.tmpl",
|
| "$generator_root/generators/cpp_templates/struct_serialization_definition.tmpl",
|
| "$generator_root/generators/cpp_templates/struct_macros.tmpl",
|
| "$generator_root/generators/cpp_templates/wrapper_class_declaration.tmpl",
|
| "$generator_root/generators/cpp_templates/wrapper_class_definition.tmpl",
|
| - "$generator_root/generators/cpp_templates/union_declaration.tmpl",
|
| - "$generator_root/generators/cpp_templates/union_definition.tmpl",
|
| - "$generator_root/generators/cpp_templates/union_serialization_definition.tmpl",
|
| - "$generator_root/generators/cpp_templates/validation_macros.tmpl",
|
| - "$generator_root/generators/cpp_templates/wrapper_union_class_declaration.tmpl",
|
| - "$generator_root/generators/cpp_templates/wrapper_union_class_definition.tmpl",
|
| "$generator_root/generators/dart_templates/enum_definition.tmpl",
|
| "$generator_root/generators/dart_templates/interface_definition.tmpl",
|
| "$generator_root/generators/dart_templates/module.lib.tmpl",
|
| "$generator_root/generators/dart_templates/module_definition.tmpl",
|
| "$generator_root/generators/dart_templates/struct_definition.tmpl",
|
| - "$generator_root/generators/go_templates/enum.tmpl",
|
| - "$generator_root/generators/go_templates/interface.tmpl",
|
| "$generator_root/generators/go_templates/source.tmpl",
|
| - "$generator_root/generators/go_templates/struct.tmpl",
|
| "$generator_root/generators/java_templates/constant_definition.tmpl",
|
| "$generator_root/generators/java_templates/constants.java.tmpl",
|
| "$generator_root/generators/java_templates/enum.java.tmpl",
|
|
|