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

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

Issue 14125010: Docserver: Add support for viewing docs with a codereview patch applied (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 7 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-test
2 version: 2-0-23 2 version: 2-0-23
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
9 static_files: robots.txt
10 upload: robots.txt
11 - url: /favicon\.ico
12 static_files: favicon.ico
13 upload: favicon.ico
方觉(Fang Jue) 2013/04/29 12:46:23 Please upload a favicon.ico before this patch is l
8 - url: /.* 14 - url: /.*
9 script: appengine_main.py 15 script: appengine_main.py
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698