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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 'resources/disclosure_arrow_right.webp', | 184 'resources/disclosure_arrow_right.webp', |
185 'resources/drag.webp', | 185 'resources/drag.webp', |
186 'resources/host_setup_instructions.webp', | 186 'resources/host_setup_instructions.webp', |
187 'resources/icon_close.webp', | 187 'resources/icon_close.webp', |
188 'resources/icon_cross.webp', | 188 'resources/icon_cross.webp', |
189 'resources/icon_disconnect.webp', | 189 'resources/icon_disconnect.webp', |
190 'resources/icon_help.webp', | 190 'resources/icon_help.webp', |
191 'resources/icon_host.webp', | 191 'resources/icon_host.webp', |
192 'resources/icon_maximize_restore.webp', | 192 'resources/icon_maximize_restore.webp', |
193 'resources/icon_minimize.webp', | 193 'resources/icon_minimize.webp', |
| 194 'resources/icon_options.webp', |
194 'resources/icon_pencil.webp', | 195 'resources/icon_pencil.webp', |
195 'resources/icon_warning.webp', | 196 'resources/icon_warning.webp', |
196 'resources/infographic_my_computers.webp', | 197 'resources/infographic_my_computers.webp', |
197 'resources/infographic_remote_assistance.webp', | 198 'resources/infographic_remote_assistance.webp', |
198 'resources/plus.webp', | 199 'resources/plus.webp', |
199 'resources/reload.webp', | 200 'resources/reload.webp', |
200 'resources/tick.webp', | 201 'resources/tick.webp', |
201 'webapp/connection_stats.css', | 202 'webapp/connection_stats.css', |
202 'webapp/main.css', | 203 'webapp/main.css', |
203 'webapp/menu_button.css', | 204 'webapp/menu_button.css', |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
242 'webapp/html/dialog_token_refresh_failed.html', | 243 'webapp/html/dialog_token_refresh_failed.html', |
243 'webapp/html/toolbar.html', | 244 'webapp/html/toolbar.html', |
244 'webapp/html/ui_header.html', | 245 'webapp/html/ui_header.html', |
245 'webapp/html/ui_it2me.html', | 246 'webapp/html/ui_it2me.html', |
246 'webapp/html/ui_me2me.html', | 247 'webapp/html/ui_me2me.html', |
247 'webapp/html/window_frame.html', | 248 'webapp/html/window_frame.html', |
248 ], | 249 ], |
249 | 250 |
250 }, | 251 }, |
251 } | 252 } |
OLD | NEW |