Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

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

Issue 9423018: shorten long bindings lines for Windows builds (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« 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 d6d049c063e27247e4119495341ae2a2145989cf..a08e895b063d281fca7f19aa01a8f1547330c9b2 100644
--- a/build/sanitize-win-build-log.sed
+++ b/build/sanitize-win-build-log.sed
@@ -12,3 +12,6 @@
# Drop parallelization indicators on lines.
s/^[0-9]\+>//
+
+# Shorten bindings generation lines
+s/^.*"perl".*generate-bindings.pl".*\("[^"]\+\.idl"\).*$/ generate-bindings \1/
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698