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

Side by Side Diff: tests/manifest_file/irt_manifest_file.nmf

Issue 7605029: Extend IRT with nacl_irt_resource_open interface (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 4 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
(Empty)
1 // There should not be CRs in here, just LF termination!
2 {
3 "program": {
4 "x86-32": {"url": "irt_manifest_file_test_x86-32.nexe"},
5 "x86-64": {"url": "irt_manifest_file_test_x86-64.nexe"},
6 "arm": {"url": "irt_manifest_file_test_arm.nexe"}
7 },
8 "files": {
9 "nmf says hello world": {
10 "x86-32": {"url": "irt_manifest_file_test_x86-32.nexe"},
11 "x86-64": {"url": "irt_manifest_file_test_x86-64.nexe"},
12 "arm": {"url": "irt_manifest_file_test_arm.nexe"}
13 },
14 "test_file": {
15 "portable": {"url": "irt_manifest_file.nmf"}
16 }
17 }
18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698