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

Unified Diff: appengine/chromium_build_stats/gen-trace-viewer.sh

Issue 1916363002: chromium_build_stats: fix trace viewer (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: split catapult roll Created 4 years, 8 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
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

Powered by Google App Engine
This is Rietveld 408576698