Chromium Code Reviews| Index: third_party/instrumented_libraries/freetype.sh |
| diff --git a/third_party/instrumented_libraries/freetype.sh b/third_party/instrumented_libraries/freetype.sh |
| deleted file mode 100755 |
| index 2355dc03004b83041fa2546028b0fdc86033489a..0000000000000000000000000000000000000000 |
| --- a/third_party/instrumented_libraries/freetype.sh |
| +++ /dev/null |
| @@ -1,13 +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 freetype. |
| - |
| -mkdir temp |
| -mv * temp/ |
| -cd temp |
| -./debian/rules patch |
| -mv freetype-*/* ../ |
| -cd .. |