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

Unified Diff: tools/android/loading/cloud/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: Add gitignore 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 side-by-side diff with in-line comments
Download patch
Index: tools/android/loading/cloud/frontend/app.yaml
diff --git a/tools/android/loading/cloud/frontend/app.yaml b/tools/android/loading/cloud/frontend/app.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..7dcc1d614899bf6d10acc65ccd88ef09508e3f51
--- /dev/null
+++ b/tools/android/loading/cloud/frontend/app.yaml
@@ -0,0 +1,10 @@
+runtime: python27
+api_version: 1
+threadsafe: yes
+
+handlers:
+- url: /static
+ static_dir: static
+
+- url: .*
+ script: clovis_frontend.app
« no previous file with comments | « tools/android/loading/cloud/frontend/README.md ('k') | tools/android/loading/cloud/frontend/appengine_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698