1This directory contains the UI for Chrome's about:tracing tool. 2 3To work on this code: 4 cd src/chrome/browser/resources/ 5 python -m SimpleHTTPServer 6 7In any browser, navigate to 8 http://localhost:8000/tracing/tests.html 9 10If you add a file, make sure to update: 11 ../tracing.js 12And, of course, verify all the tests, 13