shorten long bindings lines for Windows builds

BUG=none
TEST=build using the command line on Windows, piping through sed, see less extraneous output


Review URL: http://codereview.chromium.org/9423018

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124754 0039d316-1c4b-4281-b951-d872f2087c98
parent 2704c293
#!/bin/echo Use sanitize-win-build-log.sh or sed -f
# Copyright (c) 2010 The Chromium Authors. All rights reserved.
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
......@@ -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/
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment