Index: tools/deep_memory_profiler/visualizer/test.html |
diff --git a/tools/deep_memory_profiler/visualizer/test.html b/tools/deep_memory_profiler/visualizer/test.html |
deleted file mode 100644 |
index c108ff705f23fa2de106bc153bfb6320d6d6ffa9..0000000000000000000000000000000000000000 |
--- a/tools/deep_memory_profiler/visualizer/test.html |
+++ /dev/null |
@@ -1,23 +0,0 @@ |
-<!DOCTYPE html> |
-<!-- |
-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. |
---> |
-<meta charset="utf-8"> |
-<link rel="stylesheet" href="//code.jquery.com/qunit/qunit-1.12.0.css"> |
- |
-<script src="//code.jquery.com/qunit/qunit-1.12.0.js"></script> |
-<script src="../../../third_party/flot/jquery.min.js"></script> |
-<script src="third_party/jqTree/tree.jquery.js"></script> |
-<script src="utility.js"></script> |
-<script src="profiler.js"></script> |
-<script src="menu-view.js"></script> |
-<script src="graph-view.js"></script> |
-<script src="profiler_unittest.js"></script> |
-<script src="graph-view_unittest.js"></script> |
- |
-<body> |
- <div id="qunit"></div> |
- <div id="qunit-fixture"></div> |
-</body> |