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

Side by Side 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, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "program": {
3 "portable": {
4 "pnacl-translate": {
5 "optlevel": 2,
6 "url": "nonexistent_nondebug.pexe"
7 },
8 "pnacl-debug": {
9 "optlevel": 0,
10 "comment1": "TODO(jvoung): use pnacl_options_newlib_pnacl.pexe.debug",
11 "comment2": "once the bitcode reader handles it.",
12 "url": "pnacl_options_newlib_pnacl.pexe"
13 }
14 }
15 }
16 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698