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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/webapp/crd/remoting_client_pnacl.nmf ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/remoting_client_pnacl.nmf.jinja2
diff --git a/remoting/webapp/crd/remoting_client_pnacl.nmf b/remoting/webapp/crd/remoting_client_pnacl.nmf.jinja2
similarity index 50%
rename from remoting/webapp/crd/remoting_client_pnacl.nmf
rename to remoting/webapp/crd/remoting_client_pnacl.nmf.jinja2
index 8181c0a0ea8a3c6d8c4d49f94293d4724c6f3084..ef5ae506497609d5f21323675cc2c66d1977e48d 100644
--- a/remoting/webapp/crd/remoting_client_pnacl.nmf
+++ b/remoting/webapp/crd/remoting_client_pnacl.nmf.jinja2
@@ -5,6 +5,12 @@
"url": "remoting_client_plugin_newlib.pexe",
"optlevel": 2
}
+{% if buildtype == 'Dev' %}
+ , "pnacl-debug": {
+ "url": "remoting_client_plugin_newlib.pexe.debug",
+ "optlevel": 0
+ }
+{% endif %}
}
}
}
« 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