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

Unified Diff: chrome/test/data/nacl/pnacl_debug_url/pnacl_has_debug.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.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"
+ }
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698