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

Unified Diff: tests/pnacl_client_translator/pnacl_test_example.nmf

Issue 9264026: Add support for generating nmfs for pnacl pexes with glibc (vs pnacl nexes). (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: add search path args for psos Created 8 years, 11 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
« no previous file with comments | « tests/pnacl_client_translator/pnacl_test_example.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/pnacl_client_translator/pnacl_test_example.nmf
diff --git a/tests/pnacl_client_translator/pnacl_test_example.nmf b/tests/pnacl_client_translator/pnacl_test_example.nmf
index 3a11a09b5291cdaa6db3033d09d2e23a85c139c0..de32b3905881ff2f065b18b3f43f8298c8a842e0 100644
--- a/tests/pnacl_client_translator/pnacl_test_example.nmf
+++ b/tests/pnacl_client_translator/pnacl_test_example.nmf
@@ -1,8 +1,8 @@
{
"program": {
- "x86-32": {"url": "pnacl_test_example.pexe"},
- "x86-64": {"url": "pnacl_test_example.pexe"},
- "arm": {"url": "pnacl_test_example.pexe"},
+ "x86-32": {"url": "non_existent.nexe"},
+ "x86-64": {"url": "non_existent.nexe"},
+ "arm": {"url": "non_existent.nexe"},
"portable": {"url": "pnacl_test_example.pexe"}
}
}
« no previous file with comments | « tests/pnacl_client_translator/pnacl_test_example.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698