Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(427)

Unified Diff: Source/core/core_derived_sources.gyp

Issue 42793005: Port xxd.pl to xxd.py (Perl to Python) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« Source/build/scripts/xxd.py ('K') | « Source/build/scripts/xxd.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..7d9ea0460ee00147e4c7b01d2f15403c360d4452 100644
--- a/Source/core/core_derived_sources.gyp
+++ b/Source/core/core_derived_sources.gyp
@@ -112,8 +112,8 @@
],
'msvs_cygwin_shell': 0,
'action': [
- '<(perl_exe)',
- '../build/scripts/xxd.pl',
+ 'python',
+ '../build/scripts/xxd.py',
'V8ArrayBufferViewCustomScript_js',
'<@(_inputs)',
'<@(_outputs)'
@@ -130,8 +130,8 @@
],
'msvs_cygwin_shell': 0,
abarth-chromium 2013/10/25 04:16:35 Whatever we decide, we should be consistent here.
Nils Barth (inactive) 2013/10/25 07:22:36 Got it; including (as necessary), and reformatted
'action': [
- '<(perl_exe)',
- '../build/scripts/xxd.pl',
+ 'python',
+ '../build/scripts/xxd.py',
'XMLViewer_css',
'<@(_inputs)',
'<@(_outputs)'
@@ -147,8 +147,8 @@
],
'msvs_cygwin_shell': 0,
'action': [
- '<(perl_exe)',
- '../build/scripts/xxd.pl',
+ 'python',
+ '../build/scripts/xxd.py',
'XMLViewer_js',
'<@(_inputs)',
'<@(_outputs)'
« Source/build/scripts/xxd.py ('K') | « Source/build/scripts/xxd.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698