| Index: mojo/public/tools/bindings/BUILD.gn
|
| diff --git a/mojo/public/tools/bindings/BUILD.gn b/mojo/public/tools/bindings/BUILD.gn
|
| index eeea5c5b3f14422fe1937e46e8dfc4dd02d57a22..9d1e0fcf775fa39af8f440b252230e891c6381f4 100644
|
| --- a/mojo/public/tools/bindings/BUILD.gn
|
| +++ b/mojo/public/tools/bindings/BUILD.gn
|
| @@ -26,6 +26,7 @@ action("precompile_templates") {
|
| "$mojom_generator_root/generators/cpp_templates/struct_macros.tmpl",
|
| "$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_declaration.tmpl",
|
| "$mojom_generator_root/generators/cpp_templates/union_definition.tmpl",
|
| "$mojom_generator_root/generators/cpp_templates/union_serialization_declaration.tmpl",
|
|
|