| Index: trunk/src/ppapi/native_client/tests/nacl_browser/manifest_file/pm_manifest_file.nmf
|
| ===================================================================
|
| --- trunk/src/ppapi/native_client/tests/nacl_browser/manifest_file/pm_manifest_file.nmf (revision 205338)
|
| +++ trunk/src/ppapi/native_client/tests/nacl_browser/manifest_file/pm_manifest_file.nmf (working copy)
|
| @@ -2,13 +2,17 @@
|
| "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"}
|
| + "arm": {"url": "pm_manifest_file_test_arm.nexe"},
|
| + "portable": {"pnacl-translate":
|
| + {"url": "pm_manifest_file_test.pexe"}}
|
| },
|
| "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"}
|
| + "arm": {"url": "pm_manifest_file_test_arm.nexe"},
|
| + "portable": {"pnacl-translate":
|
| + {"url": "pm_manifest_file_test.pexe"}}
|
| },
|
| "test_file": {
|
| "portable": {"url": "test_file.txt"}
|
|
|