| Index: ppapi/native_client/tests/nacl_browser/manifest_file/pm_manifest_file.nmf
|
| diff --git a/ppapi/native_client/tests/nacl_browser/manifest_file/pm_manifest_file.nmf b/ppapi/native_client/tests/nacl_browser/manifest_file/pm_manifest_file.nmf
|
| index 4809925dc3c8c512957805326aef99203e632fee..370f8ba5fd8d8252d941a899596fefbf948994e7 100644
|
| --- a/ppapi/native_client/tests/nacl_browser/manifest_file/pm_manifest_file.nmf
|
| +++ b/ppapi/native_client/tests/nacl_browser/manifest_file/pm_manifest_file.nmf
|
| @@ -2,17 +2,13 @@
|
| "program": {
|
| "x86-32": {"url": "pm_manifest_file_test_x86-32.nexe"},
|
| "x86-64": {"url": "pm_manifest_file_test_x86-64.nexe"},
|
| - "arm": {"url": "pm_manifest_file_test_arm.nexe"},
|
| - "portable": {"pnacl-translate":
|
| - {"url": "pm_manifest_file_test.pexe"}}
|
| + "arm": {"url": "pm_manifest_file_test_arm.nexe"}
|
| },
|
| "files": {
|
| "nmf says hello world": {
|
| "x86-32": {"url": "pm_manifest_file_test_x86-32.nexe"},
|
| "x86-64": {"url": "pm_manifest_file_test_x86-64.nexe"},
|
| - "arm": {"url": "pm_manifest_file_test_arm.nexe"},
|
| - "portable": {"pnacl-translate":
|
| - {"url": "pm_manifest_file_test.pexe"}}
|
| + "arm": {"url": "pm_manifest_file_test_arm.nexe"}
|
| },
|
| "test_file": {
|
| "portable": {"url": "test_file.txt"}
|
|
|