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

Unified 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, 8 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
Index: chrome/common/extensions/docs/server2/app.yaml
===================================================================
--- chrome/common/extensions/docs/server2/app.yaml (revision 196612)
+++ chrome/common/extensions/docs/server2/app.yaml (working copy)
@@ -1,9 +1,12 @@
-application: chrome-apps-doc
+application: chrome-apps-doc-test
version: 2-0-23
runtime: python27
api_version: 1
threadsafe: false
handlers:
+- url: /robots\.txt
+ static_files: robots.txt
+ upload: robots.txt
not at google - send to devlin 2013/04/26 23:53:53 cheers, should steal a favicon too I suppose, and
方觉(Fang Jue) 2013/04/29 12:46:23 Done. But you need to land binary files for me.
- url: /.*
script: appengine_main.py
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server2/handler.py » ('j') | chrome/common/extensions/docs/server2/handler.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698