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

Side by Side Diff: remoting/webapp/crd/remoting_client_pnacl.nmf.jinja2

Issue 872633006: Copy debug PNaCl plugin in Dev builds of the chromoting webapp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@all
Patch Set: Created 5 years, 11 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
« no previous file with comments | « remoting/webapp/crd/remoting_client_pnacl.nmf ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "program": { 2 "program": {
3 "portable": { 3 "portable": {
4 "pnacl-translate": { 4 "pnacl-translate": {
5 "url": "remoting_client_plugin_newlib.pexe", 5 "url": "remoting_client_plugin_newlib.pexe",
6 "optlevel": 2 6 "optlevel": 2
7 } 7 }
8 {% if buildtype == 'Dev' %}
9 , "pnacl-debug": {
10 "url": "remoting_client_plugin_newlib.pexe.debug",
11 "optlevel": 0
12 }
13 {% endif %}
8 } 14 }
9 } 15 }
10 } 16 }
OLDNEW
« no previous file with comments | « remoting/webapp/crd/remoting_client_pnacl.nmf ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698