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

Side by Side 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: x 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "program": { 2 "program": {
3 "x86-32": {"url": "pnacl_test_example.pexe"}, 3 "x86-32": {"url": "non_existent.nexe"},
4 "x86-64": {"url": "pnacl_test_example.pexe"}, 4 "x86-64": {"url": "non_existent.nexe"},
5 "arm": {"url": "pnacl_test_example.pexe"}, 5 "arm": {"url": "non_existent.nexe"},
6 "portable": {"url": "pnacl_test_example.pexe"} 6 "portable": {"url": "pnacl_test_example.pexe"}
7 } 7 }
8 } 8 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698