| Index: third_party/instrumented_libraries/libcups2.sh
|
| diff --git a/third_party/instrumented_libraries/libcups2.sh b/third_party/instrumented_libraries/libcups2.sh
|
| deleted file mode 100755
|
| index e614cfb979d4f41a483c97712badd789bf6e92e6..0000000000000000000000000000000000000000
|
| --- a/third_party/instrumented_libraries/libcups2.sh
|
| +++ /dev/null
|
| @@ -1,9 +0,0 @@
|
| -#!/bin/bash
|
| -# Copyright 2013 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.
|
| -
|
| -# This script does some preparations before build of instrumented libcups2.
|
| -
|
| -# Disable problematic assembly in clang builds.
|
| -patch -p1 < $(dirname ${BASH_SOURCE[0]})/libcups2.diff
|
|
|