aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/GlobalGen.py
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2017-01-19 17:13:35 +0100
committerSimon Sapin <simon.sapin@exyr.org>2017-01-19 17:13:35 +0100
commit0b9ff576e0ad35c75440ea4953b28fef7f5af4df (patch)
tree5f8b52cb8d06a7f4b79e5417c2c2d0cde1491a3c /components/script/dom/bindings/codegen/GlobalGen.py
parent71fb02953c2acedf30bc2a09eab68a6c2f682e13 (diff)
downloadservo-0b9ff576e0ad35c75440ea4953b28fef7f5af4df.tar.gz
servo-0b9ff576e0ad35c75440ea4953b28fef7f5af4df.zip
script codegen: Avoid modifying in-place a generated file.
Diffstat (limited to 'components/script/dom/bindings/codegen/GlobalGen.py')
-rw-r--r--components/script/dom/bindings/codegen/GlobalGen.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/bindings/codegen/GlobalGen.py b/components/script/dom/bindings/codegen/GlobalGen.py
index 8f122f52bd1..966e4bdbcd2 100644
--- a/components/script/dom/bindings/codegen/GlobalGen.py
+++ b/components/script/dom/bindings/codegen/GlobalGen.py
@@ -76,6 +76,7 @@ def main():
('PrototypeList', 'PrototypeList.rs'),
('RegisterBindings', 'RegisterBindings.rs'),
('InterfaceObjectMap', 'InterfaceObjectMap.rs'),
+ ('InterfaceObjectMapData', 'InterfaceObjectMapData.json'),
('InterfaceTypes', 'InterfaceTypes.rs'),
('InheritTypes', 'InheritTypes.rs'),
('Bindings', os.path.join('Bindings', 'mod.rs')),