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

Unified Diff: ppapi/native_client/tests/ppapi_browser/manifest/manifest_arch_specific.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/ppapi_browser/manifest/manifest_arch_specific.nmf
diff --git a/ppapi/native_client/tests/ppapi_browser/manifest/manifest_arch_specific.nmf b/ppapi/native_client/tests/ppapi_browser/manifest/manifest_arch_specific.nmf
index ae21be12668353f826042474450a53c425f8f294..e32ba3b9e761a28111bb4ccab75df9134b888eb9 100644
--- a/ppapi/native_client/tests/ppapi_browser/manifest/manifest_arch_specific.nmf
+++ b/ppapi/native_client/tests/ppapi_browser/manifest/manifest_arch_specific.nmf
@@ -2,9 +2,7 @@
"program": {
"x86-32": {"url": "subdir/manifest_good_x86-32.nexe"},
"x86-64": {"url": "subdir/manifest_good_x86-64.nexe"},
- "arm": {"url": "subdir/manifest_good_arm.nexe"},
- "portable": {"pnacl-translate":
- {"url": "subdir/manifest_good.pexe"}}
+ "arm": {"url": "subdir/manifest_good_arm.nexe"}
},
"files": {
"x86-32-specific": {

Powered by Google App Engine
This is Rietveld 408576698