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

Unified Diff: chrome/test/data/nacl/manifest/mdir/relative.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/extension_mime_handler/manifest.json ('k') | ppapi/tests/ppapi_nacl_tests_newlib.nmf » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/nacl/manifest/mdir/relative.nmf
diff --git a/chrome/test/data/nacl/manifest/mdir/relative.nmf b/chrome/test/data/nacl/manifest/mdir/relative.nmf
index 678553501500a69cf78fee6bdcbeec385f42a9b5..5d6890c9cf8a1ff2d8f36f0a7ea212dacdafe7f6 100644
--- a/chrome/test/data/nacl/manifest/mdir/relative.nmf
+++ b/chrome/test/data/nacl/manifest/mdir/relative.nmf
@@ -2,6 +2,7 @@
"program": {
"x86-32": {"url": "../ndir/relative.nexe"},
"x86-64": {"url": "../ndir/relative.nexe"},
- "arm": {"url": "../ndir/relative.nexe"}
+ "arm": {"url": "../ndir/relative.nexe"},
+ "mips32": {"url": "../ndir/relative.nexe"}
}
}
« no previous file with comments | « chrome/test/data/nacl/extension_mime_handler/manifest.json ('k') | ppapi/tests/ppapi_nacl_tests_newlib.nmf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698