Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Side by Side Diff: tools/deep_memory_profiler/visualizer/static/test.html

Issue 23777005: Modified directory preparing for app engine for dmprof visualizer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove index.js Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 Copyright 2013 The Chromium Authors. All rights reserved. 3 Copyright 2013 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 <meta charset="utf-8"> 7 <meta charset="utf-8">
8 <link rel="stylesheet" href="//code.jquery.com/qunit/qunit-1.12.0.css"> 8 <link rel="stylesheet" href="//code.jquery.com/qunit/qunit-1.12.0.css">
9 9
10 <script src="//code.jquery.com/qunit/qunit-1.12.0.js"></script> 10 <script src="//code.jquery.com/qunit/qunit-1.12.0.js"></script>
11 <script src="../../../third_party/flot/jquery.min.js"></script> 11 <script src="../../../../third_party/flot/jquery.min.js"></script>
12 <script src="third_party/jqTree/tree.jquery.js"></script> 12 <script src="third_party/jqTree/tree.jquery.js"></script>
13 <script src="utility.js"></script> 13 <script src="utility.js"></script>
14 <script src="profiler.js"></script> 14 <script src="profiler.js"></script>
15 <script src="menu-view.js"></script> 15 <script src="menu-view.js"></script>
16 <script src="graph-view.js"></script> 16 <script src="graph-view.js"></script>
17 <script src="profiler_unittest.js"></script> 17 <script src="profiler_unittest.js"></script>
18 <script src="graph-view_unittest.js"></script> 18 <script src="graph-view_unittest.js"></script>
19 19
20 <body> 20 <body>
21 <div id="qunit"></div> 21 <div id="qunit"></div>
22 <div id="qunit-fixture"></div> 22 <div id="qunit-fixture"></div>
23 </body> 23 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698