Index: mojo/public/tools/bindings/mojom.gni |
diff --git a/mojo/public/tools/bindings/mojom.gni b/mojo/public/tools/bindings/mojom.gni |
index 7d2f290e85dfa791235f1a2646531a7cc24fc297..6c03ea6a35e23385fc3b01a50a688dfc73d930c5 100644 |
--- a/mojo/public/tools/bindings/mojom.gni |
+++ b/mojo/public/tools/bindings/mojom.gni |
@@ -61,20 +61,21 @@ template("mojom") { |
"$generator_root/generators/cpp_templates/interface_request_validator_declaration.tmpl", |
"$generator_root/generators/cpp_templates/interface_response_validator_declaration.tmpl", |
"$generator_root/generators/cpp_templates/interface_stub_declaration.tmpl", |
+ "$generator_root/generators/cpp_templates/module-internal.h.tmpl", |
"$generator_root/generators/cpp_templates/module.cc.tmpl", |
"$generator_root/generators/cpp_templates/module.h.tmpl", |
- "$generator_root/generators/cpp_templates/module-internal.h.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_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/struct_serialization_declaration.tmpl", |
+ "$generator_root/generators/cpp_templates/struct_serialization_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_declaration.tmpl", |
"$generator_root/generators/cpp_templates/union_serialization_definition.tmpl", |
"$generator_root/generators/cpp_templates/validation_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/wrapper_union_class_declaration.tmpl", |
"$generator_root/generators/cpp_templates/wrapper_union_class_definition.tmpl", |
"$generator_root/generators/dart_templates/enum_definition.tmpl", |
@@ -101,8 +102,8 @@ template("mojom") { |
"$generator_root/generators/js_templates/module.amd.tmpl", |
"$generator_root/generators/js_templates/module_definition.tmpl", |
"$generator_root/generators/js_templates/struct_definition.tmpl", |
- "$generator_root/generators/python_templates/module_macros.tmpl", |
"$generator_root/generators/python_templates/module.py.tmpl", |
+ "$generator_root/generators/python_templates/module_macros.tmpl", |
"$generator_root/generators/mojom_cpp_generator.py", |
"$generator_root/generators/mojom_dart_generator.py", |
"$generator_root/generators/mojom_go_generator.py", |