summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Arvai <zarvai@inf.u-szeged.hu>2014-03-03 14:18:12 +0100
committerAndras Becsi <andras.becsi@digia.com>2014-06-04 18:16:38 +0200
commit2d555f3cc2daa7bd81c01feab38caebd396f870f (patch)
treefe2a184849059bc78833dfbd0a69e9bf5747ec3b
parente72d1c05e5c7efbe58a4d5d774daf7f280918271 (diff)
downloadqtwebengine-chromium-2d555f3cc2daa7bd81c01feab38caebd396f870f.tar.gz
<third_party/WebKit> Overrideable path for perl, gperf and bison.
Change-Id: I9997c3dead0f7d37c2a3c45082d5114d0f1632cf Reviewed-by: Zeno Albisser <zeno.albisser@digia.com> Reviewed-by: Andras Becsi <andras.becsi@digia.com>
-rw-r--r--chromium/third_party/WebKit/Source/build/scripts/scripts.gypi6
1 files 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"',