Skip to content

Commit 2d555f3

Browse files
Zoltan Arvaibbandix
authored andcommitted
<third_party/WebKit> Overrideable path for perl, gperf and bison.
Change-Id: I9997c3dead0f7d37c2a3c45082d5114d0f1632cf Reviewed-by: Zeno Albisser <[email protected]> Reviewed-by: Andras Becsi <[email protected]>
1 parent e72d1c0 commit 2d555f3

File tree

1 file changed

+3
-3
lines changed
  • chromium/third_party/WebKit/Source/build/scripts

1 file changed

+3
-3
lines changed

chromium/third_party/WebKit/Source/build/scripts/scripts.gypi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
['OS=="win"', {
4444
# Using native perl rather than cygwin perl cuts execution time
4545
# of idl preprocessing rules by a bit more than 50%.
46-
'perl_exe': '<(DEPTH)/third_party/perl/perl/bin/perl.exe',
47-
'gperf_exe': '<(DEPTH)/third_party/gperf/bin/gperf.exe',
48-
'bison_exe': '<(DEPTH)/third_party/bison/bin/bison.exe',
46+
'perl_exe%': '<(DEPTH)/third_party/perl/perl/bin/perl.exe',
47+
'gperf_exe%': '<(DEPTH)/third_party/gperf/bin/gperf.exe',
48+
'bison_exe%': '<(DEPTH)/third_party/bison/bin/bison.exe',
4949
# Using cl instead of cygwin gcc cuts the processing time from
5050
# 1m58s to 0m52s.
5151
'preprocessor': '--preprocessor "cl.exe -nologo -EP -TP"',

0 commit comments

Comments
 (0)