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

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

Issue 14273041: Doc server manifest page generation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Codereview and polish 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
2 version: 2-1-0 2 version: 2-1-1
not at google - send to devlin 2013/05/11 18:32:01 As per my new verbose warning on presubmit, this s
jshumway 2013/05/11 22:08:20 Done.
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: /.* 8 - url: /.*
9 script: appengine_main.py 9 script: appengine_main.py
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698