| Index: mojo/public/tools/bindings/BUILD.gn
|
| diff --git a/mojo/public/tools/bindings/BUILD.gn b/mojo/public/tools/bindings/BUILD.gn
|
| index ac6bfd4c21566f687a15b7346bb117a1e23f3033..938a2481ed37d2796e5a1cb6479829e602306719 100644
|
| --- a/mojo/public/tools/bindings/BUILD.gn
|
| +++ b/mojo/public/tools/bindings/BUILD.gn
|
| @@ -32,8 +32,10 @@ action("precompile_templates") {
|
| "$mojom_generator_root/generators/cpp_templates/validation_macros.tmpl",
|
| "$mojom_generator_root/generators/cpp_templates/wrapper_class_declaration.tmpl",
|
| "$mojom_generator_root/generators/cpp_templates/wrapper_class_definition.tmpl",
|
| + "$mojom_generator_root/generators/cpp_templates/wrapper_class_template_definition.tmpl",
|
| "$mojom_generator_root/generators/cpp_templates/wrapper_union_class_declaration.tmpl",
|
| "$mojom_generator_root/generators/cpp_templates/wrapper_union_class_definition.tmpl",
|
| + "$mojom_generator_root/generators/cpp_templates/wrapper_union_class_template_definition.tmpl",
|
| "$mojom_generator_root/generators/java_templates/constant_definition.tmpl",
|
| "$mojom_generator_root/generators/java_templates/constants.java.tmpl",
|
| "$mojom_generator_root/generators/java_templates/data_types_definition.tmpl",
|
|
|