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

Unified Diff: appengine/chromium_build_stats/README.md

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
« no previous file with comments | « no previous file | appengine/chromium_build_stats/default/ninja_log.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/chromium_build_stats/README.md
diff --git a/appengine/chromium_build_stats/README.md b/appengine/chromium_build_stats/README.md
index b827d4a39c582d56065134395be1e6afdc5d2370..15e652006cc2219c97efb417cb7b339f430b29c4 100644
--- a/appengine/chromium_build_stats/README.md
+++ b/appengine/chromium_build_stats/README.md
@@ -8,7 +8,8 @@ default module
How to:
to generate trace-viewer contents
- $ ./gen-trace-viewer.sh
+ $ cd default; go generate
+ it will use ../third_party/catapult/tracing/bin/trace2html
to compile
$ cd default; ../goenv.sh goapp build
« no previous file with comments | « no previous file | appengine/chromium_build_stats/default/ninja_log.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698