| Index: Source/core/core_derived_sources.gyp
|
| diff --git a/Source/core/core_derived_sources.gyp b/Source/core/core_derived_sources.gyp
|
| index d3ee9ba3d954ce04b8866fa131d615f4daf7e0eb..0581c844dc31528b048bd66d87744d163a5cd960 100644
|
| --- a/Source/core/core_derived_sources.gyp
|
| +++ b/Source/core/core_derived_sources.gyp
|
| @@ -110,15 +110,15 @@
|
| 'outputs': [
|
| '<(SHARED_INTERMEDIATE_DIR)/blink/V8ArrayBufferViewCustomScript.h',
|
| ],
|
| - 'msvs_cygwin_shell': 0,
|
| 'action': [
|
| - '<(perl_exe)',
|
| - '../build/scripts/xxd.pl',
|
| + 'python',
|
| + '../build/scripts/xxd.py',
|
| 'V8ArrayBufferViewCustomScript_js',
|
| '<@(_inputs)',
|
| '<@(_outputs)'
|
| ],
|
| 'message': 'Generating V8ArrayBufferViewCustomScript.h from V8ArrayBufferViewCustomScript.js',
|
| + 'msvs_cygwin_shell': 0,
|
| },
|
| {
|
| 'action_name': 'generateXMLViewerCSS',
|
| @@ -128,14 +128,14 @@
|
| 'outputs': [
|
| '<(SHARED_INTERMEDIATE_DIR)/blink/XMLViewerCSS.h',
|
| ],
|
| - 'msvs_cygwin_shell': 0,
|
| 'action': [
|
| - '<(perl_exe)',
|
| - '../build/scripts/xxd.pl',
|
| + 'python',
|
| + '../build/scripts/xxd.py',
|
| 'XMLViewer_css',
|
| '<@(_inputs)',
|
| '<@(_outputs)'
|
| ],
|
| + 'msvs_cygwin_shell': 0,
|
| },
|
| {
|
| 'action_name': 'generateXMLViewerJS',
|
| @@ -145,14 +145,14 @@
|
| 'outputs': [
|
| '<(SHARED_INTERMEDIATE_DIR)/blink/XMLViewerJS.h',
|
| ],
|
| - 'msvs_cygwin_shell': 0,
|
| 'action': [
|
| - '<(perl_exe)',
|
| - '../build/scripts/xxd.pl',
|
| + 'python',
|
| + '../build/scripts/xxd.py',
|
| 'XMLViewer_js',
|
| '<@(_inputs)',
|
| '<@(_outputs)'
|
| ],
|
| + 'msvs_cygwin_shell': 0,
|
| },
|
| {
|
| 'action_name': 'HTMLEntityTable',
|
|
|