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

Unified Diff: ppapi/native_client/tests/nacl_browser/manifest_file/irt_manifest_file.nmf

Issue 16296005: Split pnacl and nacl mime types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: After (hopefully) last rebase. Created 7 years, 6 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: ppapi/native_client/tests/nacl_browser/manifest_file/irt_manifest_file.nmf
diff --git a/ppapi/native_client/tests/nacl_browser/manifest_file/irt_manifest_file.nmf b/ppapi/native_client/tests/nacl_browser/manifest_file/irt_manifest_file.nmf
index 4b55914bdc9cc8915895291e114914abe557baf6..6bf1a3bcdf546224fb5fcb758440ca1245191f54 100644
--- a/ppapi/native_client/tests/nacl_browser/manifest_file/irt_manifest_file.nmf
+++ b/ppapi/native_client/tests/nacl_browser/manifest_file/irt_manifest_file.nmf
@@ -2,17 +2,13 @@
"program": {
"x86-32": {"url": "irt_manifest_file_test_x86-32.nexe"},
"x86-64": {"url": "irt_manifest_file_test_x86-64.nexe"},
- "arm": {"url": "irt_manifest_file_test_arm.nexe"},
- "portable": {"pnacl-translate":
- {"url": "irt_manifest_file_test.pexe"}}
+ "arm": {"url": "irt_manifest_file_test_arm.nexe"}
},
"files": {
"nmf says hello world": {
"x86-32": {"url": "irt_manifest_file_test_x86-32.nexe"},
"x86-64": {"url": "irt_manifest_file_test_x86-64.nexe"},
- "arm": {"url": "irt_manifest_file_test_arm.nexe"},
- "portable": {"pnacl-translate":
- {"url": "irt_manifest_file_test.pexe"}}
+ "arm": {"url": "irt_manifest_file_test_arm.nexe"}
},
"test_file": {
"portable": {"url": "test_file.txt"}

Powered by Google App Engine
This is Rietveld 408576698