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

Side by Side Diff: ppapi/native_client/tests/ppapi_browser/extension_mime_handler/manifest.json

Issue 9159037: Use CORS for fetching NaCl resources from extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add webkit bug# Created 8 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 | « ppapi/native_client/src/trusted/plugin/service_runtime.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "NaCl_MIMETest", 2 "name": "NaCl_MIMETest",
3 "version": "0.1", 3 "version": "0.1",
4 "manifest_version": 2, 4 "manifest_version": 2,
5 "description": "Tests NaCl MIME type handling capabilities.", 5 "description": "Tests NaCl MIME type handling capabilities.",
6 "permissions": [ 6 "permissions": [
7 "experimental", 7 "experimental",
8 "nativeclient" 8 "nativeclient"
9 ], 9 ],
10 "web_accessible_resources": [ "ppapi_extension_mime_handler.nmf",
11 "ppapi_extension_mime_handler_x86-32.nexe",
12 "ppapi_extension_mime_handler_x86-64.nexe",
13 "ppapi_extension_mime_handler_arm.nexe" ],
10 "nacl_modules": [{ 14 "nacl_modules": [{
11 "path": "ppapi_extension_mime_handler.nmf", 15 "path": "ppapi_extension_mime_handler.nmf",
12 "mime_type": "foo/bar" 16 "mime_type": "foo/bar"
13 }] 17 }]
14 } 18 }
OLDNEW
« no previous file with comments | « ppapi/native_client/src/trusted/plugin/service_runtime.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698