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

Unified Diff: gae/content_type.py

Issue 1150463002: [chrome-devtools-frontend] Migrate to cloudstorage client (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/chrome-devtools-frontend
Patch Set: Created 5 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 | « gae/config.py ('k') | gae/file_reader.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gae/content_type.py
diff --git a/gae/content_type.py b/gae/content_type.py
index 5ce685cf98d29b3be3fb8034b047c976cc0f3465..0d1467c4ddc3ccef9d9cfd4de39c05c4ffb155e9 100644
--- a/gae/content_type.py
+++ b/gae/content_type.py
@@ -14,7 +14,8 @@ class ContentHelper:
'.png' : 'image/png',
'.js' : 'application/x-javascript',
'.css' : 'text/css',
- '.manifest': 'text/cache-manifest' }
+ '.manifest': 'text/cache-manifest',
+ '.zip' : 'application/zip' }
@staticmethod
def content_type_from_path(path):
« no previous file with comments | « gae/config.py ('k') | gae/file_reader.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698