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

Side by Side Diff: remoting/remoting_client.gypi

Issue 342583002: Remove NPAPI plugin from chromoting 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'remoting_client_plugin', 8 'target_name': 'remoting_client_plugin',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 ], 101 ],
102 }], 102 }],
103 ], 103 ],
104 }, # end of target 'remoting_webapp' 104 }, # end of target 'remoting_webapp'
105 105
106 { 106 {
107 'target_name': 'remoting_webapp_v1', 107 'target_name': 'remoting_webapp_v1',
108 'type': 'none', 108 'type': 'none',
109 'variables': { 109 'variables': {
110 'webapp_type': 'v1', 110 'webapp_type': 'v1',
111 'include_host_plugin': '<(enable_remoting_host)',
112 'output_dir': '<(PRODUCT_DIR)/remoting/remoting.webapp', 111 'output_dir': '<(PRODUCT_DIR)/remoting/remoting.webapp',
113 'zip_path': '<(PRODUCT_DIR)/remoting-webapp.zip', 112 'zip_path': '<(PRODUCT_DIR)/remoting-webapp.zip',
114 }, 113 },
115 'includes': [ 'remoting_webapp.gypi', ], 114 'includes': [ 'remoting_webapp.gypi', ],
116 }, # end of target 'remoting_webapp_v1' 115 }, # end of target 'remoting_webapp_v1'
117 116
118 { 117 {
119 'target_name': 'remoting_webapp_v2', 118 'target_name': 'remoting_webapp_v2',
120 'type': 'none', 119 'type': 'none',
121 'variables': { 120 'variables': {
(...skipping 18 matching lines...) Expand all
140 'extra_files': [ 'webapp/background.js' ], 139 'extra_files': [ 'webapp/background.js' ],
141 'webapp_type': 'v2_pnacl', 140 'webapp_type': 'v2_pnacl',
142 }, 141 },
143 'includes': [ 'remoting_webapp.gypi', ], 142 'includes': [ 'remoting_webapp.gypi', ],
144 }, # end of target 'remoting_webapp_pnacl' 143 }, # end of target 'remoting_webapp_pnacl'
145 ], 144 ],
146 }], 145 }],
147 ], 146 ],
148 147
149 } 148 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698