| 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 'variables': { | 6 'variables': { |
| 7 'remoting_webapp_info_files': [ | 7 'remoting_webapp_info_files': [ |
| 8 'resources/chromoting16.webp', | 8 'resources/chromoting16.webp', |
| 9 'resources/chromoting48.webp', | 9 'resources/chromoting48.webp', |
| 10 'resources/chromoting128.webp', | 10 'resources/chromoting128.webp', |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 'webapp/wcs_sandbox.html', | 136 'webapp/wcs_sandbox.html', |
| 137 ], | 137 ], |
| 138 | 138 |
| 139 'remoting_webapp_files': [ | 139 'remoting_webapp_files': [ |
| 140 '<@(remoting_webapp_info_files)', | 140 '<@(remoting_webapp_info_files)', |
| 141 '<@(remoting_webapp_js_files)', | 141 '<@(remoting_webapp_js_files)', |
| 142 '<@(remoting_webapp_resource_files)', | 142 '<@(remoting_webapp_resource_files)', |
| 143 ], | 143 ], |
| 144 }, | 144 }, |
| 145 } | 145 } |
| OLD | NEW |