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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: tools/deep_memory_profiler/visualizer/static/test.html
diff --git a/tools/deep_memory_profiler/visualizer/test.html b/tools/deep_memory_profiler/visualizer/static/test.html
similarity index 91%
rename from tools/deep_memory_profiler/visualizer/test.html
rename to tools/deep_memory_profiler/visualizer/static/test.html
index c108ff705f23fa2de106bc153bfb6320d6d6ffa9..ec1caa69c50aaf09f26d59e4b916d1daffd32935 100644
--- a/tools/deep_memory_profiler/visualizer/test.html
+++ b/tools/deep_memory_profiler/visualizer/static/test.html
@@ -8,7 +8,7 @@ found in the LICENSE file.
<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/flot/jquery.min.js"></script>
<script src="third_party/jqTree/tree.jquery.js"></script>
<script src="utility.js"></script>
<script src="profiler.js"></script>

Powered by Google App Engine
This is Rietveld 408576698