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

Unified 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, 11 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 | « documentation/stylesheet-dox.css ('k') | gallery/cws/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gallery/app.yaml
diff --git a/gallery/app.yaml b/gallery/app.yaml
deleted file mode 100644
index 88da32857978ef77c6b70bfabd59a39c0d878f8f..0000000000000000000000000000000000000000
--- a/gallery/app.yaml
+++ /dev/null
@@ -1,30 +0,0 @@
-application: nacl-gallery
-version: 7
-runtime: python
-api_version: 1
-
-# Skip files associated with Chrome Web Store uploading
-# Note: We have to include the default skips or else it gets overridden
-skip_files:
-- ^(.*/)?app\.yaml
-- ^(.*/)?app\.yml
-- ^(.*/)?index\.yaml
-- ^(.*/)?index\.yml
-- ^(.*/)?#.*#
-- ^(.*/)?.*~
-- ^(.*/)?.*\.py[co]
-- ^(.*/)?.*/RCS/.*
-- ^(.*/)?\..*
-- ^(.*/)?.*/cws/.*
-
-handlers:
-- url: /
- static_files: static/index.html
- upload: static/index.html
-- url: /(.+\.(nmf|nexe))
- static_files: static/\1
- upload: static/(.+\.(nmf|nexe))
- mime_type: application/x-nacl
-- url: /(.+)
- static_files: static/\1
- upload: static/(.+)
« 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