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

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

Issue 294593005: Introduce create_nonsfi_test_nmf.py to simplify nacl_test_data.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « chrome/test/data/nacl/irt_exception/irt_exception_test.nmf ('k') | chrome/test/data/nacl/nacl_test_data.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698