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

Side by Side Diff: tools/deep_memory_profiler/visualizer/run.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: 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
(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.
7 mkdir static/third_party/flot
8 cp ../../../third_party/flot/jquery.min.js static/third_party/flot
9 cp ../../../third_party/flot/jquery.flot.min.js static/third_party/flot
10 cp ../../../third_party/flot/jquery.flot.stack.min.js static/third_party/flot
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698