From 2d555f3cc2daa7bd81c01feab38caebd396f870f Mon Sep 17 00:00:00 2001 From: Zoltan Arvai Date: Mon, 3 Mar 2014 14:18:12 +0100 Subject: Overrideable path for perl, gperf and bison. Change-Id: I9997c3dead0f7d37c2a3c45082d5114d0f1632cf Reviewed-by: Zeno Albisser Reviewed-by: Andras Becsi --- chromium/third_party/WebKit/Source/build/scripts/scripts.gypi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chromium/third_party/WebKit/Source/build/scripts/scripts.gypi b/chromium/third_party/WebKit/Source/build/scripts/scripts.gypi index 2cf0a34fee4..c7bdc4f1e1b 100644 --- a/chromium/third_party/WebKit/Source/build/scripts/scripts.gypi +++ b/chromium/third_party/WebKit/Source/build/scripts/scripts.gypi @@ -43,9 +43,9 @@ ['OS=="win"', { # Using native perl rather than cygwin perl cuts execution time # of idl preprocessing rules by a bit more than 50%. - 'perl_exe': '<(DEPTH)/third_party/perl/perl/bin/perl.exe', - 'gperf_exe': '<(DEPTH)/third_party/gperf/bin/gperf.exe', - 'bison_exe': '<(DEPTH)/third_party/bison/bin/bison.exe', + 'perl_exe%': '<(DEPTH)/third_party/perl/perl/bin/perl.exe', + 'gperf_exe%': '<(DEPTH)/third_party/gperf/bin/gperf.exe', + 'bison_exe%': '<(DEPTH)/third_party/bison/bin/bison.exe', # Using cl instead of cygwin gcc cuts the processing time from # 1m58s to 0m52s. 'preprocessor': '--preprocessor "cl.exe -nologo -EP -TP"', -- cgit v1.2.1