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

Unified Diff: chrome/test/data/nacl/bad/ppapi_bad_doesnotexist.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
« no previous file with comments | « chrome/test/data/nacl/bad/partly_invalid.nmf ('k') | chrome/test/data/nacl/bad/ppapi_bad_magic.nmf » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/nacl/bad/ppapi_bad_doesnotexist.nmf
diff --git a/chrome/test/data/nacl/bad/ppapi_bad_doesnotexist.nmf b/chrome/test/data/nacl/bad/ppapi_bad_doesnotexist.nmf
index 8578bcb18b721f92b4cdf98a34ceadfc318a1d3f..31fdeebce1017c855cd13836ab75b886aa633e20 100644
--- a/chrome/test/data/nacl/bad/ppapi_bad_doesnotexist.nmf
+++ b/chrome/test/data/nacl/bad/ppapi_bad_doesnotexist.nmf
@@ -2,6 +2,7 @@
"program": {
"x86-32": {"url": "doesnotexist.nexe"},
"x86-64": {"url": "doesnotexist.nexe"},
- "arm": {"url": "doesnotexist.nexe"}
+ "arm": {"url": "doesnotexist.nexe"},
+ "mips32": {"url": "doesnotexist.nexe"}
}
}
« no previous file with comments | « chrome/test/data/nacl/bad/partly_invalid.nmf ('k') | chrome/test/data/nacl/bad/ppapi_bad_magic.nmf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698