diff options
Diffstat (limited to 'components/script_bindings/codegen/run.py')
-rw-r--r-- | components/script_bindings/codegen/run.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script_bindings/codegen/run.py b/components/script_bindings/codegen/run.py index dd812cd2d1e..3ef7f296715 100644 --- a/components/script_bindings/codegen/run.py +++ b/components/script_bindings/codegen/run.py @@ -52,10 +52,12 @@ def main(): for name, filename in [ ("PrototypeList", "PrototypeList.rs"), ("RegisterBindings", "RegisterBindings.rs"), + ("Globals", "Globals.rs"), ("InterfaceObjectMap", "InterfaceObjectMap.rs"), ("InterfaceObjectMapData", "InterfaceObjectMapData.json"), ("InterfaceTypes", "InterfaceTypes.rs"), ("InheritTypes", "InheritTypes.rs"), + ("ConcreteInheritTypes", "ConcreteInheritTypes.rs"), ("Bindings", "Bindings/mod.rs"), ("UnionTypes", "UnionTypes.rs"), ("DomTypes", "DomTypes.rs"), |