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

Side by Side Diff: chrome/common/extensions/docs/server2/app.yaml

Issue 1151283007: Docserver overhaul: Gitiles away from me. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove inform_users template to fix presubmit failure (it's now a redirect) Created 5 years, 6 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
1 application: chrome-apps-doc 1 application: chrome-apps-doc
2 version: 3-49-0 2 version: 3-50-0
3 runtime: python27 3 runtime: python27
4 api_version: 1 4 api_version: 1
5 threadsafe: false 5 threadsafe: false
6 6
7 handlers: 7 handlers:
8 - url: /robots\.txt 8 - url: /robots\.txt
9 static_files: robots.txt 9 static_files: robots.txt
10 upload: robots.txt 10 upload: robots.txt
11 - url: /favicon\.ico 11 - url: /favicon\.ico
12 static_files: chrome-32.ico 12 static_files: chrome-32.ico
13 upload: chrome-32.ico 13 upload: chrome-32.ico
14 - url: /apple-touch-icon-precomposed\.png 14 - url: /apple-touch-icon-precomposed\.png
15 static_files: chrome-128.png 15 static_files: chrome-128.png
16 upload: chrome-128.png 16 upload: chrome-128.png
17 - url: /_refresh/.* 17 - url: /_flush_memcache/.*
18 script: appengine_main.py 18 script: appengine_main.py
19 secure: always 19 secure: always
20 login: admin
21 - url: /_enqueue/.*
22 script: appengine_main.py
23 secure: always
24 login: admin
25 - url: /_reset_commit/.*
26 script: appengine_main.py
27 secure: always
28 login: admin
29 - url: /.* 20 - url: /.*
30 script: appengine_main.py 21 script: appengine_main.py
31 secure: always 22 secure: always
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/server2/api_models.py ('k') | chrome/common/extensions/docs/server2/app_engine_handler.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698