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

Side by Side Diff: remoting/remoting_client.gypi

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 unified diff | Download patch
« no previous file with comments | « no previous file | remoting/webapp/build-webapp.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 # GN version: //remoting/client/plugin 8 # GN version: //remoting/client/plugin
9 'target_name': 'remoting_client_plugin', 9 'target_name': 'remoting_client_plugin',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 ['disable_nacl==0 and disable_nacl_untrusted==0', { 152 ['disable_nacl==0 and disable_nacl_untrusted==0', {
153 'targets': [ 153 'targets': [
154 { 154 {
155 'target_name': 'remoting_webapp_v2_pnacl', 155 'target_name': 'remoting_webapp_v2_pnacl',
156 'type': 'none', 156 'type': 'none',
157 'variables': { 157 'variables': {
158 'output_dir': '<(PRODUCT_DIR)/remoting/remoting.webapp.v2_pnacl', 158 'output_dir': '<(PRODUCT_DIR)/remoting/remoting.webapp.v2_pnacl',
159 'zip_path': '<(PRODUCT_DIR)/remoting-webapp.v2_pnacl.zip', 159 'zip_path': '<(PRODUCT_DIR)/remoting-webapp.v2_pnacl.zip',
160 'webapp_type': 'v2_pnacl', 160 'webapp_type': 'v2_pnacl',
161 'extra_files': [ 161 'extra_files': [
162 'webapp/crd/remoting_client_pnacl.nmf', 162 'webapp/crd/remoting_client_pnacl.nmf.jinja2',
163 '<(PRODUCT_DIR)/remoting_client_plugin_newlib.pexe', 163 '<(PRODUCT_DIR)/remoting_client_plugin_newlib.pexe',
164 ], 164 ],
165 }, 165 },
166 'dependencies': [ 166 'dependencies': [
167 'remoting_nacl.gyp:remoting_client_plugin_nacl', 167 'remoting_nacl.gyp:remoting_client_plugin_nacl',
168 ], 168 ],
169 'conditions': [
170 ['buildtype == "Dev"', {
171 'variables': {
172 'extra_files': [
173 '<(PRODUCT_DIR)/remoting_client_plugin_newlib.pexe.debug',
174 ],
175 },
176 }],
177 ],
169 'includes': [ 'remoting_webapp.gypi', ], 178 'includes': [ 'remoting_webapp.gypi', ],
170 }, # end of target 'remoting_webapp_v2_pnacl' 179 }, # end of target 'remoting_webapp_v2_pnacl'
171 ], 180 ],
172 }], 181 }],
173 ], 182 ],
174 } 183 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/build-webapp.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698