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

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

Issue 7745047: Enable browser tests with glibc. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 3 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
« no previous file with comments | « tests/manifest_file/nacl.scons ('k') | tests/manifest_file/pm_manifest_file_test.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // There should not be CRs in here, just LF termination!
2 { 1 {
3 "program": { 2 "program": {
4 "x86-32": {"url": "pm_manifest_file_test_x86-32.nexe"}, 3 "x86-32": {"url": "pm_manifest_file_test_x86-32.nexe"},
5 "x86-64": {"url": "pm_manifest_file_test_x86-64.nexe"}, 4 "x86-64": {"url": "pm_manifest_file_test_x86-64.nexe"},
6 "arm": {"url": "pm_manifest_file_test_arm.nexe"} 5 "arm": {"url": "pm_manifest_file_test_arm.nexe"}
7 }, 6 },
8 "files": { 7 "files": {
9 "nmf says hello world": { 8 "nmf says hello world": {
10 "x86-32": {"url": "pm_manifest_file_test_x86-32.nexe"}, 9 "x86-32": {"url": "pm_manifest_file_test_x86-32.nexe"},
11 "x86-64": {"url": "pm_manifest_file_test_x86-64.nexe"}, 10 "x86-64": {"url": "pm_manifest_file_test_x86-64.nexe"},
12 "arm": {"url": "pm_manifest_file_test_arm.nexe"} 11 "arm": {"url": "pm_manifest_file_test_arm.nexe"}
13 }, 12 },
14 "test_file": { 13 "test_file": {
15 "portable": {"url": "pm_manifest_file.nmf"} 14 "portable": {"url": "test_file.txt"}
16 } 15 }
17 } 16 }
18 } 17 }
OLDNEW
« no previous file with comments | « tests/manifest_file/nacl.scons ('k') | tests/manifest_file/pm_manifest_file_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698