Index: Source/build/scripts/scripts.gypi |
diff --git a/Source/build/scripts/scripts.gypi b/Source/build/scripts/scripts.gypi |
index 2cf0a34fee41a5f8372a038f4ed2f51297d0afe4..467c65735d31910770f2834089a927666e0c11a6 100644 |
--- a/Source/build/scripts/scripts.gypi |
+++ b/Source/build/scripts/scripts.gypi |
@@ -39,6 +39,11 @@ |
'templates/ElementWrapperFactory.cpp.tmpl', |
'templates/ElementWrapperFactory.h.tmpl', |
], |
+ 'make_element_type_helpers_files': [ |
+ '<@(make_qualified_names_files)', |
+ 'make_element_type_helpers.py', |
+ 'templates/ElementTypeHelpers.h.tmpl', |
+ ], |
'conditions': [ |
['OS=="win"', { |
# Using native perl rather than cygwin perl cuts execution time |