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

Unified 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, 9 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 | « chrome/test/data/nacl/cross_origin/cors.nmf ('k') | chrome/test/data/nacl/manifest/mdir/relative.nmf » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/nacl/extension_mime_handler/manifest.json
diff --git a/chrome/test/data/nacl/extension_mime_handler/manifest.json b/chrome/test/data/nacl/extension_mime_handler/manifest.json
index 49568e1a8f6930df7fe95c5b14bebbc62b699472..7743d112f94f23c9a93d36d386360d7cc68e6873 100644
--- a/chrome/test/data/nacl/extension_mime_handler/manifest.json
+++ b/chrome/test/data/nacl/extension_mime_handler/manifest.json
@@ -9,7 +9,8 @@
"web_accessible_resources": [ "ppapi_extension_mime_handler.nmf",
"ppapi_extension_mime_handler_newlib_x86_32.nexe",
"ppapi_extension_mime_handler_newlib_x86_64.nexe",
- "ppapi_extension_mime_handler_newlib_arm.nexe"
+ "ppapi_extension_mime_handler_newlib_arm.nexe",
+ "ppapi_extension_mime_handler_newlib_mips32.nexe"
],
"nacl_modules": [{
"path": "ppapi_extension_mime_handler.nmf",
« 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