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

Side by Side Diff: chrome/test/data/nacl/manifest_file/irt_manifest_file.nmf

Issue 249183004: Implement open_resource in non-SFI mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 {
2 "files": {
3 "nmf says hello world": {
4 "portable": {
5 "url": "test_file.txt"
6 }
7 },
8 "test_file": {
9 "portable": {
10 "url": "test_file.txt"
11 }
12 }
13 },
14 "program": {
15 "x86-32-nonsfi": {
16 "url": "irt_manifest_file_pnacl_newlib_x32_nonsfi.nexe"
17 }
18 }
19 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/data/nacl/nacl_test_data.gyp » ('j') | chrome/test/data/nacl/nacl_test_data.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698