| 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 b8ff2bab4cb62bc679e69b3fe62b19de03bc3f50..0ec51f883efcc9fc8b996e54a792437c9ed8fcb2 100644
|
| --- a/third_party/mojo/src/mojo/public/tools/bindings/mojom.gni
|
| +++ b/third_party/mojo/src/mojo/public/tools/bindings/mojom.gni
|
| @@ -80,11 +80,13 @@ template("mojom") {
|
| "$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/encoding_macros.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/dart_templates/union_definition.tmpl",
|
| "$generator_root/generators/go_templates/encoding_macros.tmpl",
|
| "$generator_root/generators/go_templates/enum.tmpl",
|
| "$generator_root/generators/go_templates/interface.tmpl",
|
|
|