| Index: mojo/public/tools/bindings/mojom.gni
|
| diff --git a/mojo/public/tools/bindings/mojom.gni b/mojo/public/tools/bindings/mojom.gni
|
| index 5f65c27eaf1945bfe4e0289da107ba043a44b720..52ec20397f2e69d87d535af3898754cea0d1e456 100644
|
| --- a/mojo/public/tools/bindings/mojom.gni
|
| +++ b/mojo/public/tools/bindings/mojom.gni
|
| @@ -59,7 +59,9 @@ template("mojom") {
|
| "$generator_root/generators/java_templates/struct_definition.tmpl",
|
| "$generator_root/generators/js_templates/enum_definition.tmpl",
|
| "$generator_root/generators/js_templates/interface_definition.tmpl",
|
| - "$generator_root/generators/js_templates/module.js.tmpl",
|
| + "$generator_root/generators/js_templates/module.amd.tmpl",
|
| + "$generator_root/generators/js_templates/module.html.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",
|
|
|