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

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: add executable bits for tests 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server2/caching_rietveld_patcher.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/server2/app.yaml
diff --git a/chrome/common/extensions/docs/server2/app.yaml b/chrome/common/extensions/docs/server2/app.yaml
index 3cfff26acb1bab106ef29d4aa3afb34dd135b696..9e4461ad8afac8b2745520fa9e8ab2f5cc7b44b1 100644
--- a/chrome/common/extensions/docs/server2/app.yaml
+++ b/chrome/common/extensions/docs/server2/app.yaml
@@ -1,9 +1,15 @@
application: chrome-apps-doc
-version: 2-1-0
+version: 2-2-1
runtime: python27
api_version: 1
threadsafe: false
handlers:
+- url: /robots\.txt
+ static_files: robots.txt
+ upload: robots.txt
+- url: /favicon\.ico
+ static_files: favicon.ico
+ upload: favicon.ico
- url: /.*
script: appengine_main.py
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server2/caching_rietveld_patcher.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698