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

Unified Diff: tools/deep_memory_profiler/visualizer/static/graph-view_unittest.js

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/graph-view_unittest.js
diff --git a/tools/deep_memory_profiler/visualizer/graph-view_unittest.js b/tools/deep_memory_profiler/visualizer/static/graph-view_unittest.js
similarity index 95%
rename from tools/deep_memory_profiler/visualizer/graph-view_unittest.js
rename to tools/deep_memory_profiler/visualizer/static/graph-view_unittest.js
index e649555e6c2691ad982a221526b8ff6f9c52d494..b972089a6ba30dbf3d59484c2803be65e138da20 100644
--- a/tools/deep_memory_profiler/visualizer/graph-view_unittest.js
+++ b/tools/deep_memory_profiler/visualizer/static/graph-view_unittest.js
@@ -23,7 +23,7 @@ var lineIsValid = function(line, length) {
// Test title format is file-name:function-name.
test('graph-view:generateLines_', function() {
stop();
- $.getJSON('data/sample.json', function(data) {
+ $.getJSON('../data/sample.json', function(data) {
start();
var profiler = new Profiler(data);
var models = profiler.parseTemplate_();
« no previous file with comments | « tools/deep_memory_profiler/visualizer/static/graph-view.js ('k') | tools/deep_memory_profiler/visualizer/static/index.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698