| Index: mojo/public/tools/bindings/BUILD.gn
|
| diff --git a/mojo/public/tools/bindings/BUILD.gn b/mojo/public/tools/bindings/BUILD.gn
|
| index 9d1e0fcf775fa39af8f440b252230e891c6381f4..91f4cec8d40f7916ecab7c8b8312ba74d738079e 100644
|
| --- a/mojo/public/tools/bindings/BUILD.gn
|
| +++ b/mojo/public/tools/bindings/BUILD.gn
|
| @@ -27,6 +27,7 @@ action("precompile_templates") {
|
| "$mojom_generator_root/generators/cpp_templates/struct_serialization_declaration.tmpl",
|
| "$mojom_generator_root/generators/cpp_templates/struct_serialization_definition.tmpl",
|
| "$mojom_generator_root/generators/cpp_templates/union_data_view_declaration.tmpl",
|
| + "$mojom_generator_root/generators/cpp_templates/union_data_view_definition.tmpl",
|
| "$mojom_generator_root/generators/cpp_templates/union_declaration.tmpl",
|
| "$mojom_generator_root/generators/cpp_templates/union_definition.tmpl",
|
| "$mojom_generator_root/generators/cpp_templates/union_serialization_declaration.tmpl",
|
|
|