Home | History | Annotate | only in /external/chromium-trace/trace-viewer
Up to higher level directory
NameDateSize
AUTHORS09-Oct-2013292
build/09-Oct-2013
codereview.settings09-Oct-2013224
examples/09-Oct-2013
LICENSE09-Oct-20131.5K
OWNERS09-Oct-20132
PRESUBMIT.py09-Oct-20133.2K
README09-Oct-2013254
run_dev_server.py09-Oct-20131.4K
src/09-Oct-2013
test_data/09-Oct-2013
third_party/09-Oct-2013

README

      1 To work on this code, from toplevel 
      2   python -m SimpleHTTPServer 8001
      3 
      4 In any browser, navigate to
      5   http://localhost:8001/src/tests.html
      6 
      7 If you add a file, make sure to update:
      8  ../src/about_tracing.js
      9 
     10 And, of course, verify all the tests.html pass.
     11