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

Unified Diff: docs-appengine/app.yaml

Issue 1393353002: Add app engine app to mirror html docs from chromium.googlesource.com (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years, 2 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 | « no previous file | docs-appengine/main.go » ('j') | docs-appengine/main.go » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs-appengine/app.yaml
diff --git a/docs-appengine/app.yaml b/docs-appengine/app.yaml
new file mode 100755
index 0000000000000000000000000000000000000000..51fb310f46855d655df1369e41d14c118975f72f
--- /dev/null
+++ b/docs-appengine/app.yaml
@@ -0,0 +1,8 @@
+application: crashpad-home
Mark Mentovai 2015/10/08 18:28:03 BUG=crashpad:67
Bons 2015/10/08 18:55:17 Done.
+version: 1
+runtime: go
+api_version: go1
+
+handlers:
+- url: /.*
+ script: _go_app
« no previous file with comments | « no previous file | docs-appengine/main.go » ('j') | docs-appengine/main.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698