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

Side by Side Diff: gallery/app.yaml

Issue 12088091: Remove legacy docs and gallery (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « documentation/stylesheet-dox.css ('k') | gallery/cws/README » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 application: nacl-gallery
2 version: 7
3 runtime: python
4 api_version: 1
5
6 # Skip files associated with Chrome Web Store uploading
7 # Note: We have to include the default skips or else it gets overridden
8 skip_files:
9 - ^(.*/)?app\.yaml
10 - ^(.*/)?app\.yml
11 - ^(.*/)?index\.yaml
12 - ^(.*/)?index\.yml
13 - ^(.*/)?#.*#
14 - ^(.*/)?.*~
15 - ^(.*/)?.*\.py[co]
16 - ^(.*/)?.*/RCS/.*
17 - ^(.*/)?\..*
18 - ^(.*/)?.*/cws/.*
19
20 handlers:
21 - url: /
22 static_files: static/index.html
23 upload: static/index.html
24 - url: /(.+\.(nmf|nexe))
25 static_files: static/\1
26 upload: static/(.+\.(nmf|nexe))
27 mime_type: application/x-nacl
28 - url: /(.+)
29 static_files: static/\1
30 upload: static/(.+)
OLDNEW
« no previous file with comments | « documentation/stylesheet-dox.css ('k') | gallery/cws/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698