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

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

Issue 8942001: Force 'text/plain' rendering for HTML, CSS, and JS sample files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Startswith. Python is so clever. Created 9 years 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server/chromeextensionsdocs.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 application: chromeextensionsdocs 1 application: chromeextensionsdocs
2 version: 1-1-6 2 version: 1-1-7
3 runtime: python 3 runtime: python
4 api_version: 1 4 api_version: 1
5 5
6 handlers: 6 handlers:
7 - url: /.* 7 - url: /.*
8 script: chromeextensionsdocs.py 8 script: chromeextensionsdocs.py
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server/chromeextensionsdocs.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698