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

Side by Side Diff: chrome/test/data/nacl/extension_mime_handler/manifest.json

Issue 219193017: [MIPS] Add missing mips.nexe entries in nmf (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 6 years, 8 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
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 "nativeclient" 7 "nativeclient"
8 ], 8 ],
9 "web_accessible_resources": [ "ppapi_extension_mime_handler.nmf", 9 "web_accessible_resources": [ "ppapi_extension_mime_handler.nmf",
10 "ppapi_extension_mime_handler_newlib_x86_32.nexe ", 10 "ppapi_extension_mime_handler_newlib_x86_32.nexe ",
11 "ppapi_extension_mime_handler_newlib_x86_64.nexe ", 11 "ppapi_extension_mime_handler_newlib_x86_64.nexe ",
12 "ppapi_extension_mime_handler_newlib_arm.nexe" 12 "ppapi_extension_mime_handler_newlib_arm.nexe",
13 "ppapi_extension_mime_handler_newlib_mips32.nexe "
13 ], 14 ],
14 "nacl_modules": [{ 15 "nacl_modules": [{
15 "path": "ppapi_extension_mime_handler.nmf", 16 "path": "ppapi_extension_mime_handler.nmf",
16 "mime_type": "foo/bar" 17 "mime_type": "foo/bar"
17 }] 18 }]
18 } 19 }
OLDNEW
« no previous file with comments | « chrome/test/data/nacl/cross_origin/cors.nmf ('k') | chrome/test/data/nacl/manifest/mdir/relative.nmf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698