Chromium Code Reviews

Unified Diff: build/sanitize-win-build-log.sed

Issue 17215002: Update IDL compiler lines in sanitize-win-build-log.sed (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Catch perl.exe too Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/sanitize-win-build-log.sed
diff --git a/build/sanitize-win-build-log.sed b/build/sanitize-win-build-log.sed
index c8bffde87447b06c68679fed6aaa03cf9300fb75..ce5165422d6da66faeb3b5a138c2fa7480b2853c 100755
--- a/build/sanitize-win-build-log.sed
+++ b/build/sanitize-win-build-log.sed
@@ -8,10 +8,11 @@
# machine-parsable.
# Drop uninformative lines.
-/The operation completed successfully./d
+/The operation completed successfully\./d
# Drop parallelization indicators on lines.
s/^[0-9]\+>//
# Shorten bindings generation lines
-s/^.*"perl".*generate-bindings.pl".*\("[^"]\+\.idl"\).*$/ generate-bindings \1/
+s/^.*"\(perl\|[^"]\+perl\.exe\)".*deprecated_generate_bindings\.pl".*\("[^"]\+\.idl"\).*$/ deprecated_generate_bindings \2/
+s/^.*"python".*idl_compiler\.py".*\("[^"]\+\.idl"\).*$/ idl_compiler \1/
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine