OLD | NEW |
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 Loading... |
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.jinja2', | 162 'webapp/crd/remoting_client_pnacl.nmf', |
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 ], | |
178 'includes': [ 'remoting_webapp.gypi', ], | 169 'includes': [ 'remoting_webapp.gypi', ], |
179 }, # end of target 'remoting_webapp_v2_pnacl' | 170 }, # end of target 'remoting_webapp_v2_pnacl' |
180 ], | 171 ], |
181 }], | 172 }], |
182 ], | 173 ], |
183 } | 174 } |
OLD | NEW |