aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorZhen Wang <zhenw@google.com>2015-08-28 09:54:29 -0700
committerZhen Wang <zhenw@google.com>2015-08-28 14:43:25 -0700
commit46b43bff003ceda46cf9a5d40a47f7674996d2e0 (patch)
tree1cd106acefcd7fc603515093c15fdee9f5d1eea6 /README
parentee56b2f0e03cfbab8f4c8070311f3e17adffbfdb (diff)
downloadchromium-trace-46b43bff003ceda46cf9a5d40a47f7674996d2e0.tar.gz
Update after moving the code to Catapult
Change-Id: I0b9e15f8d5743811f3a722e7a692e89e7e36734e Signed-off-by: Zhen Wang <zhenw@google.com>
Diffstat (limited to 'README')
-rw-r--r--README23
1 files changed, 7 insertions, 16 deletions
diff --git a/README b/README
index e49186be..78184860 100644
--- a/README
+++ b/README
@@ -1,22 +1,13 @@
-The trace-viewer directory contains code from:
+Systrace is now part of Catapult project. The catapult directory contains code
+from:
- http://trace-viewer.googlecode.com/svn/trunk/
+ https://github.com/catapult-project/catapult.git
The file UPSTREAM_REVISION contains the upstream revision number that was last
-pulled. Changes should be made upstream and then pulled into the trace-viewer
+pulled. Changes should be made upstream and then pulled into the catapult
directory.
The update.py script should be used to pull the latest upstream code, update
-the UPSTREAM_REVISION file, and package the CSS and Javascript files into
-style.css and script.js, respectively. These generated files are being checked
-into the git repository, and they get embedded in each trace HTML file that
-systrace.py generates.
-
-To make development of trace-viewer code in the context of systrace easier,
-systrace supports arguments to generate HTML files that link to files in a
-trace-viewer development directory rather than embedding the JS and CSS in the
-HTML. Do take advantage of this, you should check out the trace-viewer code in
-a new directory (e.g. trace-viewer-dev) and use systrace as follows:
-
- $ ./systrace.py --link-assets --asset-dir trace-viewer-dev
-
+the UPSTREAM_REVISION file, and generate systrace_trace_viewer.html. The
+generated file is checked into the git repository, and they get embedded in each
+trace HTML file that systrace.py generates.