tree: 1f29326d5fe1bf1b884f4e30eabbc37acb2259da [path history] [tgz]
  1. .gcloudignore
  2. .gitignore
  3. app.yaml
  4. appengine_config.py
  5. index.yaml
  6. main.py
  7. Makefile
  8. README.md
  9. requirements.txt
infra/perfetto-get.appspot.com/README.md

This folder contains the sources for the https://get.perfetto.dev/XXX web service.

This service simply proxies request of the form

https://get.perfetto.dev/XXX

to the raw content of the files hosted on AOSP Gerrit, e.g.:

https://android.googlesource.com/platform/external/perfetto/+/main/XXX

See main.py for the dictionary that maps /XXX into the actual path in the perfetto repository.