Index: trunk/src/ppapi/native_client/tests/ppapi_browser/manifest/manifest_subdir.nmf |
=================================================================== |
--- trunk/src/ppapi/native_client/tests/ppapi_browser/manifest/manifest_subdir.nmf (revision 205338) |
+++ trunk/src/ppapi/native_client/tests/ppapi_browser/manifest/manifest_subdir.nmf (working copy) |
@@ -2,6 +2,8 @@ |
"program": { |
"x86-32": {"url": "manifest_good_x86-32.nexe"}, |
"x86-64": {"url": "manifest_good_x86-64.nexe"}, |
- "arm": {"url": "manifest_good_arm.nexe"} |
+ "arm": {"url": "manifest_good_arm.nexe"}, |
+ "portable": {"pnacl-translate": |
+ {"url": "manifest_good.pexe"}} |
} |
} |