| Index: appengine/chromium_build_stats/gen-trace-viewer.sh
|
| diff --git a/appengine/chromium_build_stats/gen-trace-viewer.sh b/appengine/chromium_build_stats/gen-trace-viewer.sh
|
| deleted file mode 100755
|
| index 72ea37aa78391c6d8c5e4c726a1e640b419fdce8..0000000000000000000000000000000000000000
|
| --- a/appengine/chromium_build_stats/gen-trace-viewer.sh
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -#!/bin/bash
|
| -# Copyright 2014 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.
|
| -#
|
| -# TODO(ukai): use html/template.
|
| -# it hangs in Execute, even if we use different delims,
|
| -# such as "{{||" and "||}}".
|
| -dir=$(cd $(dirname $0); pwd)
|
| -outdir=$dir/default/tmpl
|
| -mkdir -p $outdir || true
|
| -cd $dir/../third_party/trace-viewer/
|
| -./trace2html --output=$outdir/trace-viewer.html $dir/default/tmpl/dummy.json
|
|
|