summaryrefslogtreecommitdiffstats
path: root/build/sanitize-win-build-log.sed
diff options
context:
space:
mode:
authornbarth@chromium.org <nbarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-27 15:00:45 +0000
committernbarth@chromium.org <nbarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-27 15:00:45 +0000
commitaf3f61dca4567a257d8fd593b4a1d9f326e772b1 (patch)
tree38769cdfcb6ce06393c508b4b71d9c25ec739ece /build/sanitize-win-build-log.sed
parentd78709c85e074c06ff044f26090d8e7a2978bb3d (diff)
downloadchromium_src-af3f61dca4567a257d8fd593b4a1d9f326e772b1.zip
chromium_src-af3f61dca4567a257d8fd593b4a1d9f326e772b1.tar.gz
chromium_src-af3f61dca4567a257d8fd593b4a1d9f326e772b1.tar.bz2
Remove removed (and outdated anyway) Perl IDL compiler line from sed script
We've just switch to the Python IDL compiler in Blink r167983 https://src.chromium.org/viewvc/blink?view=rev&revision=167983 We can thus remove the Perl line from the Windows build sed script. (It's out of date anyway, following a renaming, so it's a nop.) TBR=scottbyer@chromium.org NOTRY=true BUG=239771 Review URL: https://codereview.chromium.org/177043009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@253823 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/sanitize-win-build-log.sed')
-rw-r--r--build/sanitize-win-build-log.sed1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/sanitize-win-build-log.sed b/build/sanitize-win-build-log.sed
index 4691b76..c18e664 100644
--- a/build/sanitize-win-build-log.sed
+++ b/build/sanitize-win-build-log.sed
@@ -12,5 +12,4 @@
s/^[0-9]+>//
# Shorten bindings generation lines
-s/^.*"(perl|[^"]+perl\.exe)".*deprecated_generate_bindings\.pl".*("[^"]+\.idl").*$/ deprecated_generate_bindings \2/
s/^.*"python".*idl_compiler\.py".*("[^"]+\.idl").*$/ idl_compiler \1/