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

Side by Side Diff: doc/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 unified diff | Download patch
« no previous file with comments | « no previous file | doc/appengine/favicon.ico » ('j') | doc/appengine/main.go » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 application: crashpad-home
2 version: 1
3 runtime: go
4 api_version: go1
5
6 handlers:
7 - url: /favicon\.ico
Mark Mentovai 2015/10/08 21:46:16 I’d rather serve this out of git too, so that the
8 static_files: favicon.ico
9 upload: favicon\.ico
10
11 - url: /.*
12 script: _go_app
OLDNEW
« no previous file with comments | « no previous file | doc/appengine/favicon.ico » ('j') | doc/appengine/main.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698