| 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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 }, # end of target 'remoting_webapp_v1' | 151 }, # end of target 'remoting_webapp_v1' |
| 152 ], # end of targets | 152 ], # end of targets |
| 153 | 153 |
| 154 'conditions': [ | 154 'conditions': [ |
| 155 ['disable_nacl==0 and disable_nacl_untrusted==0', { | 155 ['disable_nacl==0 and disable_nacl_untrusted==0', { |
| 156 'targets': [ | 156 'targets': [ |
| 157 { | 157 { |
| 158 'target_name': 'remoting_webapp_v2', | 158 'target_name': 'remoting_webapp_v2', |
| 159 'type': 'none', | 159 'type': 'none', |
| 160 'variables': { | 160 'variables': { |
| 161 'output_dir': '<(PRODUCT_DIR)/remoting/remoting.webapp.v2_pnacl', | 161 'output_dir': '<(PRODUCT_DIR)/remoting/remoting.webapp.v2', |
| 162 'zip_path': '<(PRODUCT_DIR)/remoting-webapp.v2_pnacl.zip', | 162 'zip_path': '<(PRODUCT_DIR)/remoting-webapp.v2.zip', |
| 163 'webapp_type': 'v2_pnacl', | 163 'webapp_type': 'v2_pnacl', |
| 164 'extra_files': [ | 164 'extra_files': [ |
| 165 'webapp/crd/remoting_client_pnacl.nmf.jinja2', | 165 'webapp/crd/remoting_client_pnacl.nmf.jinja2', |
| 166 '<(PRODUCT_DIR)/remoting_client_plugin_newlib.pexe', | 166 '<(PRODUCT_DIR)/remoting_client_plugin_newlib.pexe', |
| 167 ], | 167 ], |
| 168 }, | 168 }, |
| 169 'dependencies': [ | 169 'dependencies': [ |
| 170 'remoting_nacl.gyp:remoting_client_plugin_nacl', | 170 'remoting_nacl.gyp:remoting_client_plugin_nacl', |
| 171 ], | 171 ], |
| 172 'conditions': [ | 172 'conditions': [ |
| 173 ['buildtype == "Dev"', { | 173 ['buildtype == "Dev"', { |
| 174 'variables': { | 174 'variables': { |
| 175 'extra_files': [ | 175 'extra_files': [ |
| 176 '<(PRODUCT_DIR)/remoting_client_plugin_newlib.pexe.debug', | 176 '<(PRODUCT_DIR)/remoting_client_plugin_newlib.pexe.debug', |
| 177 ], | 177 ], |
| 178 }, | 178 }, |
| 179 }], | 179 }], |
| 180 ], | 180 ], |
| 181 'includes': [ 'remoting_webapp.gypi', ], | 181 'includes': [ 'remoting_webapp.gypi', ], |
| 182 }, # end of target 'remoting_webapp_v2' | 182 }, # end of target 'remoting_webapp_v2' |
| 183 ], | 183 ], |
| 184 }], | 184 }], |
| 185 ], | 185 ], |
| 186 } | 186 } |
| OLD | NEW |