diff options
-rw-r--r-- | build/sanitize-win-build-log.sed | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/build/sanitize-win-build-log.sed b/build/sanitize-win-build-log.sed index d6d049c..c8bffde 100644 --- a/build/sanitize-win-build-log.sed +++ b/build/sanitize-win-build-log.sed @@ -1,6 +1,6 @@ #!/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/ |