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

Unified 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: Rebase 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/data/nacl/nacl_test_data.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/nacl/manifest_file/irt_manifest_file.nmf
diff --git a/chrome/test/data/nacl/manifest_file/irt_manifest_file.nmf b/chrome/test/data/nacl/manifest_file/irt_manifest_file.nmf
new file mode 100644
index 0000000000000000000000000000000000000000..ffb06a87b514219be9cae6b78fe3a7f652b287a0
--- /dev/null
+++ b/chrome/test/data/nacl/manifest_file/irt_manifest_file.nmf
@@ -0,0 +1,19 @@
+{
+ "files": {
+ "nmf says hello world": {
+ "portable": {
+ "url": "test_file.txt"
+ }
+ },
+ "test_file": {
+ "portable": {
+ "url": "test_file.txt"
+ }
+ }
+ },
+ "program": {
+ "x86-32-nonsfi": {
+ "url": "irt_manifest_file_pnacl_newlib_x32_nonsfi.nexe"
+ }
+ }
+}
« no previous file with comments | « no previous file | chrome/test/data/nacl/nacl_test_data.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698