Index: chrome/test/data/nacl/pnacl_debug_url/pnacl_has_debug.nmf |
diff --git a/chrome/test/data/nacl/pnacl_debug_url/pnacl_has_debug.nmf b/chrome/test/data/nacl/pnacl_debug_url/pnacl_has_debug.nmf |
new file mode 100644 |
index 0000000000000000000000000000000000000000..fe773c27f5bcf4dee1d9f0492c7e4a7e339f907e |
--- /dev/null |
+++ b/chrome/test/data/nacl/pnacl_debug_url/pnacl_has_debug.nmf |
@@ -0,0 +1,16 @@ |
+{ |
+ "program": { |
+ "portable": { |
+ "pnacl-translate": { |
+ "optlevel": 2, |
+ "url": "nonexistent_nondebug.pexe" |
+ }, |
+ "pnacl-debug": { |
+ "optlevel": 0, |
+ "comment1": "TODO(jvoung): use pnacl_options_newlib_pnacl.pexe.debug", |
+ "comment2": "once the bitcode reader handles it.", |
+ "url": "pnacl_options_newlib_pnacl.pexe" |
+ } |
+ } |
+ } |
+} |