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

Unified Diff: tools/deep_memory_profiler/visualizer/app.sh

Issue 23777005: Modified directory preparing for app engine for dmprof visualizer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Create shell file to copy flot files and upload project to googleplex 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
« no previous file with comments | « tools/deep_memory_profiler/.gitignore ('k') | tools/deep_memory_profiler/visualizer/dropdown-view.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/deep_memory_profiler/visualizer/app.sh
diff --git a/tools/deep_memory_profiler/visualizer/app.sh b/tools/deep_memory_profiler/visualizer/app.sh
new file mode 100755
index 0000000000000000000000000000000000000000..8094742814e050102e4f3be581692fc58075dfae
--- /dev/null
+++ b/tools/deep_memory_profiler/visualizer/app.sh
@@ -0,0 +1,12 @@
+#!/bin/bash
+# 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.
+
+# This shell would copy flot library from chromium/src/third_parth and upload
+# the project dmprof-visualizer.googleplex.com.
+mkdir static/third_party/flot
+cp ../../../third_party/flot/jquery.min.js static/third_party/flot
+cp ../../../third_party/flot/jquery.flot.min.js static/third_party/flot
+cp ../../../third_party/flot/jquery.flot.stack.min.js static/third_party/flot
+/google/data/ro/projects/apphosting/tools/appcfg_over_stubby.par update .
sullivan 2013/09/09 14:03:19 appcfg_over_stubby is a Google-only tool; this pat
junjianx 2013/09/10 07:39:28 We plan to test this project only for internal eng
« no previous file with comments | « tools/deep_memory_profiler/.gitignore ('k') | tools/deep_memory_profiler/visualizer/dropdown-view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698