Change internal path to artifact root

We reference devtools-frontend within devtools-internal via relative paths (e.g. ../devtools-frontend/front_end). To ensure that they can be delivered natively, an update to the root path is needed. The endpoint is not consumed yet, and no migration plan is needed.

There are a few files for existing revisions in app-local storage, which   will still be served under the old url. We wipe this cache in a post-deployment step.

Bug: 1353757
Change-Id: I09d5fc8b9471b1340b41ee60dabc479e174b6d26
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/chrome-devtools-frontend/+/3964429
Reviewed-by: Simon Zünd <szuend@chromium.org>
Commit-Queue: Alexander Schulze <alexschulze@chromium.org>
1 file changed
tree: 4821411ee9796d96802118ef1ca09ef8630277d5
  1. gae_py3/
  2. .gitignore
  3. codereview.settings
  4. OWNERS
  5. README.md
  6. WATCHLISTS
  7. whitespace.txt
README.md

This repo contains:

  • the infra for serving the devtools frontend from Google's app engine (gae_py3)

See this README and go/devtools-hosting-app for details.

go/devtools-uploader references to a deprecated version of this app.