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

Unified Diff: appengine/chromium_build_stats/default/app.yaml

Issue 467303003: add appengine/chromium_build_stats (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: rebase Created 6 years, 3 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
« no previous file with comments | « appengine/chromium_build_stats/default/app.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/chromium_build_stats/default/app.yaml
diff --git a/appengine/chromium_build_stats/default/app.yaml b/appengine/chromium_build_stats/default/app.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..a4d1d1b9507f5ac0f3b318fcaf96cd52ba781a7d
--- /dev/null
+++ b/appengine/chromium_build_stats/default/app.yaml
@@ -0,0 +1,8 @@
+application: chromium-build-stats
+version: 1
+runtime: go
+api_version: go1
+
+handlers:
+- url: /.*
+ script: _go_app
« no previous file with comments | « appengine/chromium_build_stats/default/app.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698