File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
chromium/third_party/WebKit/Source/build/scripts Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 43
43
['OS=="win"' , {
44
44
# Using native perl rather than cygwin perl cuts execution time
45
45
# 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' ,
49
49
# Using cl instead of cygwin gcc cuts the processing time from
50
50
# 1m58s to 0m52s.
51
51
'preprocessor' : '--preprocessor "cl.exe -nologo -EP -TP"' ,
You can’t perform that action at this time.
0 commit comments