Enhance wheel and dependency management

Bug: 1259612
Change-Id: Ib54832b221e4f0f4aec842950d3d7bad0cfe4616
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/chrome-devtools-frontend/+/3525406
Auto-Submit: Alexander Schulze <alexschulze@chromium.org>
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
5 files changed
tree: ea24bc3bc8f2db5b2b4e674cc7d25876e3a1a63d
  1. gae/
  2. gae_py3/
  3. gce/
  4. .gitignore
  5. codereview.settings
  6. OWNERS
  7. README.md
  8. WATCHLISTS
  9. whitespace.txt
README.md

This repo contains:

  • the infra for serving the devtools frontend from appengine (gae), written in python 2

  • the infra for uploading new frontend assets to GCS (gce).

  • the infra for serving the devtools frontend from appengine (gae_py3), migrated to python 3

The projects gae and gce will be deprecated when the transition from py2 to py3 is completed.

See go/devtools-uploader for details.