Index: tools/deep_memory_profiler/download.sh |
diff --git a/tools/deep_memory_profiler/download.sh b/tools/deep_memory_profiler/download.sh |
deleted file mode 100755 |
index 312ca1fe4588419ee0b476e8f33655daa6df2c19..0000000000000000000000000000000000000000 |
--- a/tools/deep_memory_profiler/download.sh |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-#!/bin/sh |
-# 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. |
-svn checkout --force \ |
- http://src.chromium.org/chrome/trunk/src/tools/deep_memory_profiler \ |
- deep_memory_profiler |
- |
-curl -o deep_memory_profiler/pprof \ |
- http://src.chromium.org/chrome/trunk/src/third_party/tcmalloc/chromium/src/pprof |
- |
-chmod a+x deep_memory_profiler/pprof |