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

Unified Diff: remoting/remoting_client.gypi

Issue 1251273002: Remove legacy CRD application types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
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',

Powered by Google App Engine
This is Rietveld 408576698