Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Side by Side Diff: tools/android/loading/frontend/app.yaml

Issue 1878943013: tools/android/loading Add appengine frontend for Clovis (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor
Patch Set: Improve documentation Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 runtime: python27
2 api_version: 1
3 threadsafe: yes
4
5 handlers:
6 - url: /static
7 static_dir: static
8
9 - url: .*
10 script: clovis_frontend.app
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698