Added #ifdefs around PrintHeaderAndFooter for Windows and Mac.
[chromium-blink-merge.git] / tools / deep_memory_profiler / visualizer / run.sh
bloba918c43f7cede0af1378bfca796ef0aa0341c696
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.
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