Merge branch 'main' of https://chromium.googlesource.com/chromium/tools/chrome-devtools-frontend into change-3439896


[DevTools] Added test for toc check

Bug: 1259612
Change-Id: If9a5e69ae0a9b4f6bcca67425488d4532077a389
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/chrome-devtools-frontend/+/3439896
Reviewed-by: Michael Achenbach <[email protected]>
3 files changed
tree: c4353354b9e8335ad3ee4ee114c683389d9919ba
  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.