| 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 # File included in remoting_webapp_* targets in remoting_client.gypi | 5 # File included in remoting_webapp_* targets in remoting_client.gypi |
| 6 | 6 |
| 7 { | 7 { |
| 8 'type': 'none', | 8 'type': 'none', |
| 9 'variables': { | 9 'variables': { |
| 10 'extra_files%': [], | 10 'extra_files%': [], |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 '<(version_full)', | 130 '<(version_full)', |
| 131 '<(output_dir)', | 131 '<(output_dir)', |
| 132 '<(zip_path)', | 132 '<(zip_path)', |
| 133 'webapp/crd/manifest.json.jinja2', | 133 'webapp/crd/manifest.json.jinja2', |
| 134 '<(webapp_type)', | 134 '<(webapp_type)', |
| 135 '<@(generated_html_files)', | 135 '<@(generated_html_files)', |
| 136 '<@(remoting_webapp_crd_files)', | 136 '<@(remoting_webapp_crd_files)', |
| 137 '<@(extra_files)', | 137 '<@(extra_files)', |
| 138 '--locales_listfile', | 138 '--locales_listfile', |
| 139 '<(dr_webapp_locales_listfile)', | 139 '<(dr_webapp_locales_listfile)', |
| 140 '--use_gcd', |
| 141 '<(remoting_use_gcd)', |
| 140 ], | 142 ], |
| 141 }, | 143 }, |
| 142 ], | 144 ], |
| 143 } | 145 } |
| OLD | NEW |