| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index d4d3f58b6bc3131ae624928a1f9e970ad3a8658c..acc214553786d354699c7fbad0d016d3e3a791f3 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -3646,6 +3646,12 @@
|
| '../build/scripts/templates/MakeQualifiedNames.cpp.tmpl',
|
| '../build/scripts/templates/MakeQualifiedNames.h.tmpl',
|
| ],
|
| + 'make_element_factory_files': [
|
| + '<@(scripts_for_in_files)',
|
| + '../build/scripts/make_element_factory.py',
|
| + '../build/scripts/templates/ElementFactory.cpp.tmpl',
|
| + '../build/scripts/templates/ElementFactory.h.tmpl',
|
| + ],
|
| 'conditions': [
|
| ['OS=="win"', {
|
| # Using native perl rather than cygwin perl cuts execution time
|
|
|