| Index: Source/core/core_derived_sources.gyp
 | 
| diff --git a/Source/core/core_derived_sources.gyp b/Source/core/core_derived_sources.gyp
 | 
| index a947a250ef49bfd9523f04ca918955654e4a5101..f8d3ab8242b7ca784191d23cddf2cd79eea6cef8 100644
 | 
| --- a/Source/core/core_derived_sources.gyp
 | 
| +++ b/Source/core/core_derived_sources.gyp
 | 
| @@ -85,6 +85,30 @@
 | 
|        ]
 | 
|      },
 | 
|      {
 | 
| +      'target_name': 'make_derived_sources_for_dom_js_implementation',
 | 
| +      'type': 'none',
 | 
| +      'sources': [
 | 
| +        '<@(core_dom_binding_js_files)',
 | 
| +      ],
 | 
| +      'rules': [
 | 
| +        {
 | 
| +          'rule_name': 'derive_custom_script_header',
 | 
| +          'extension': 'js',
 | 
| +          'outputs': [
 | 
| +            '<(SHARED_INTERMEDIATE_DIR)/webkit/<(RULE_INPUT_ROOT)CustomScript.h',
 | 
| +          ],
 | 
| +          'msvs_cygwin_shell': 0,
 | 
| +          'action': [
 | 
| +            '<(perl_exe)',
 | 
| +            'inspector/xxd.pl',
 | 
| +            '<(RULE_INPUT_ROOT)_js',
 | 
| +            '<(RULE_INPUT_PATH)',
 | 
| +            '<@(_outputs)',
 | 
| +          ],
 | 
| +        },
 | 
| +      ],
 | 
| +    },
 | 
| +    {
 | 
|        'target_name': 'make_derived_sources',
 | 
|        'type': 'none',
 | 
|        'hard_dependency': 1,
 | 
| 
 |