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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 #!/bin/bash
2 # Copyright 2013 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file.
5
6 # This shell would copy flot library from chromium/src/third_parth and upload
7 # the project dmprof-visualizer.googleplex.com.
8 mkdir static/third_party/flot
9 cp ../../../third_party/flot/jquery.min.js static/third_party/flot
10 cp ../../../third_party/flot/jquery.flot.min.js static/third_party/flot
11 cp ../../../third_party/flot/jquery.flot.stack.min.js static/third_party/flot
12 /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
OLDNEW
« 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