| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 '<(output_dir)', | 63 '<(output_dir)', |
| 64 '<(zip_path)', | 64 '<(zip_path)', |
| 65 ], | 65 ], |
| 66 'action': [ | 66 'action': [ |
| 67 'python', 'webapp/build-webapp.py', | 67 'python', 'webapp/build-webapp.py', |
| 68 '<(buildtype)', | 68 '<(buildtype)', |
| 69 '<(version_full)', | 69 '<(version_full)', |
| 70 '<(output_dir)', | 70 '<(output_dir)', |
| 71 '<(zip_path)', | 71 '<(zip_path)', |
| 72 'webapp/crd/manifest.json.jinja2', | 72 'webapp/crd/manifest.json.jinja2', |
| 73 '<(webapp_type)', | |
| 74 '<@(generated_html_files)', | 73 '<@(generated_html_files)', |
| 75 '<(main_html_file)', | 74 '<(main_html_file)', |
| 76 '<@(remoting_webapp_crd_files)', | 75 '<@(remoting_webapp_crd_files)', |
| 77 '<@(extra_files)', | 76 '<@(extra_files)', |
| 78 '--locales_listfile', | 77 '--locales_listfile', |
| 79 '<(dr_webapp_locales_listfile)', | 78 '<(dr_webapp_locales_listfile)', |
| 80 '--use_gcd', | 79 '--use_gcd', |
| 81 '<(remoting_use_gcd)', | 80 '<(remoting_use_gcd)', |
| 82 ], | 81 ], |
| 83 }, | 82 }, |
| 84 ], | 83 ], |
| 85 } | 84 } |
| OLD | NEW |