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

Unified Diff: chrome/test/data/nacl/pnacl_debug_url/pnacl_has_debug_flag_off.nmf

Issue 181153002: Have PNaCl use debug pexe URL instead of stripped pexe w/ kEnableNaClDebug (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: split the test Created 6 years, 10 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
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"
+ }
+ }
+ }
+}
« no previous file with comments | « chrome/test/data/nacl/pnacl_debug_url/pnacl_has_debug.nmf ('k') | chrome/test/data/nacl/pnacl_debug_url/pnacl_no_debug.nmf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698