Chromium Code Reviews| Index: chrome/test/data/nacl/pnacl_debug_url/pnacl_has_debug_flag_off.nmf |
| diff --git a/chrome/test/data/nacl/pnacl_debug_url/pnacl_has_debug_flag_off.nmf b/chrome/test/data/nacl/pnacl_debug_url/pnacl_has_debug_flag_off.nmf |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b27a441a19f8e1f13e4cfedbce6d9e4900f79f94 |
| --- /dev/null |
| +++ b/chrome/test/data/nacl/pnacl_debug_url/pnacl_has_debug_flag_off.nmf |
| @@ -0,0 +1,15 @@ |
| +{ |
| + "program": { |
| + "portable": { |
| + "pnacl-translate": { |
| + "optlevel": 0, |
| + "comment": "Test w/ the debug flag off, so load this URL instead", |
| + "url": "pnacl_options_newlib_pnacl.pexe" |
| + }, |
| + "pnacl-debug": { |
| + "optlevel": 0, |
| + "url": "nonexistent_debug.pexe" |
| + } |
| + } |
| + } |
| +} |