| Index: Source/core/core_derived_sources.gyp
|
| diff --git a/Source/core/core_derived_sources.gyp b/Source/core/core_derived_sources.gyp
|
| index fa910cf9adf8092658a935e41145b48ca591533e..dea58ac6b4f7d5d61e6743e4ae7578a542c6e630 100644
|
| --- a/Source/core/core_derived_sources.gyp
|
| +++ b/Source/core/core_derived_sources.gyp
|
| @@ -495,6 +495,24 @@
|
| ],
|
| },
|
| {
|
| + 'action_name': 'InputTypeNames',
|
| + 'inputs': [
|
| + '<@(make_names_files)',
|
| + 'html/forms/InputTypeNames.in',
|
| + ],
|
| + 'outputs': [
|
| + '<(SHARED_INTERMEDIATE_DIR)/blink/InputTypeNames.cpp',
|
| + '<(SHARED_INTERMEDIATE_DIR)/blink/InputTypeNames.h',
|
| + ],
|
| + 'action': [
|
| + 'python',
|
| + '../build/scripts/make_names.py',
|
| + 'html/forms/InputTypeNames.in',
|
| + '--output_dir',
|
| + '<(SHARED_INTERMEDIATE_DIR)/blink',
|
| + ],
|
| + },
|
| + {
|
| 'action_name': 'XLinkNames',
|
| 'inputs': [
|
| '<@(make_qualified_names_files)',
|
|
|