Index: remoting/remoting_client.gypi |
diff --git a/remoting/remoting_client.gypi b/remoting/remoting_client.gypi |
index 3d53e39c466e40d08515268f57e00604203b5e55..bb37e6e034dd951db1385e6101075a1f214d46bd 100644 |
--- a/remoting/remoting_client.gypi |
+++ b/remoting/remoting_client.gypi |
@@ -151,47 +151,19 @@ |
}, |
], |
}, |
- { |
- # GN version: //remoting/webapp:webapp |
- 'target_name': 'remoting_webapp', |
- 'type': 'none', |
- 'dependencies': [ |
- 'remoting_client_credits', |
- 'remoting_webapp_v1', |
- ], |
- 'conditions': [ |
- ['disable_nacl==0 and disable_nacl_untrusted==0', { |
- 'dependencies': [ |
- 'remoting_webapp_v2', |
- ], |
- }] |
- ], |
- }, # end of target 'remoting_webapp' |
- |
- { |
- # GN version: //remoting/webapp:webapp_v1 |
- 'target_name': 'remoting_webapp_v1', |
- 'type': 'none', |
- 'variables': { |
- 'webapp_type': 'v1', |
- 'output_dir': '<(PRODUCT_DIR)/remoting/remoting.webapp', |
- 'zip_path': '<(PRODUCT_DIR)/remoting-webapp.zip', |
- }, |
- 'includes': [ 'remoting_webapp.gypi', ], |
- }, # end of target 'remoting_webapp_v1' |
], # end of targets |
'conditions': [ |
['disable_nacl==0 and disable_nacl_untrusted==0', { |
'targets': [ |
{ |
- # GN version: //remoting/webapp:webapp_v1 |
- 'target_name': 'remoting_webapp_v2', |
+ # GN version: //remoting/webapp |
+ 'target_name': 'remoting_webapp', |
'type': 'none', |
'variables': { |
'output_dir': '<(PRODUCT_DIR)/remoting/remoting.webapp.v2', |
'zip_path': '<(PRODUCT_DIR)/remoting-webapp.v2.zip', |
- 'webapp_type': 'v2_pnacl', |
+ 'webapp_type': 'desktop', |
'extra_files': [ |
'webapp/crd/remoting_client_pnacl.nmf.jinja2', |
'<(PRODUCT_DIR)/remoting_client_plugin_newlib.pexe', |