Home | History | Annotate | only in /external/chromium-trace/trace-viewer
Up to higher level directory
NameDateSize
.gitignore20-Sep-201318
AUTHORS20-Sep-2013292
build/20-Sep-2013
codereview.settings20-Sep-2013224
examples/20-Sep-2013
LICENSE20-Sep-20131.5K
OWNERS20-Sep-20132
PRESUBMIT.py20-Sep-20133.2K
README20-Sep-2013254
run_dev_server.py20-Sep-20131.4K
src/20-Sep-2013
test_data/20-Sep-2013
third_party/20-Sep-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