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

Unified Diff: remoting/remoting_webapp.gypi

Issue 343983003: Use PNaCl in V2 builds of the remoting webapp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/remoting_client.gypi ('k') | remoting/webapp/client_plugin.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_webapp.gypi
diff --git a/remoting/remoting_webapp.gypi b/remoting/remoting_webapp.gypi
index 38122db11d07d3e754b3923c612443a34bfa0e79..ea498b655a48106003b45e2f1068c4b45f5e0bde 100644
--- a/remoting/remoting_webapp.gypi
+++ b/remoting/remoting_webapp.gypi
@@ -18,17 +18,6 @@
'remoting_webapp_html',
],
'conditions': [
- ['webapp_type=="v2_pnacl"', {
- 'dependencies': [
- 'remoting_nacl.gyp:remoting_client_plugin_nacl',
- ],
- 'variables': {
- 'extra_files': [
- 'webapp/remoting_client_pnacl.nmf',
- '<(PRODUCT_DIR)/remoting_client_plugin_newlib.pexe',
- ],
- },
- }],
['run_jscompile != 0', {
'variables': {
'success_stamp': '<(PRODUCT_DIR)/remoting_webapp_jscompile.stamp',
« no previous file with comments | « remoting/remoting_client.gypi ('k') | remoting/webapp/client_plugin.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698