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

Unified Diff: chrome/test/data/nacl/bad/ppapi_bad_manifest_bad_files.nmf

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
Index: chrome/test/data/nacl/bad/ppapi_bad_manifest_bad_files.nmf
diff --git a/chrome/test/data/nacl/bad/ppapi_bad_manifest_bad_files.nmf b/chrome/test/data/nacl/bad/ppapi_bad_manifest_bad_files.nmf
index 588901b82cfa5f2f097e0cec792bd88d87b68cfc..123cce7bf8e8c449b33617022ac4467d8a02814e 100644
--- a/chrome/test/data/nacl/bad/ppapi_bad_manifest_bad_files.nmf
+++ b/chrome/test/data/nacl/bad/ppapi_bad_manifest_bad_files.nmf
@@ -2,7 +2,8 @@
"program": {
"x86-32": {"url": "ppapi_bad_no_ppp_instance_x86-32.nexe"},
"x86-64": {"url": "ppapi_bad_no_ppp_instance_x86-64.nexe"},
- "arm": {"url": "ppapi_bad_no_ppp_instance_arm.nexe"}
+ "arm": {"url": "ppapi_bad_no_ppp_instance_arm.nexe"},
+ "mips32": {"url": "ppapi_bad_no_ppp_instance_mips32.nexe"}
},
"files": {
"file.txt": {
« no previous file with comments | « chrome/test/data/nacl/bad/ppapi_bad_magic.nmf ('k') | chrome/test/data/nacl/bad/ppapi_bad_manifest_uses_nexes.nmf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698