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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
224 ], | 224 ], |
225 | 225 |
226 'remoting_webapp_resource_files': [ | 226 'remoting_webapp_resource_files': [ |
227 'resources/disclosure_arrow_down.webp', | 227 'resources/disclosure_arrow_down.webp', |
228 'resources/disclosure_arrow_right.webp', | 228 'resources/disclosure_arrow_right.webp', |
229 'resources/drag.webp', | 229 'resources/drag.webp', |
230 'resources/host_setup_instructions.webp', | 230 'resources/host_setup_instructions.webp', |
231 'resources/icon_close.webp', | 231 'resources/icon_close.webp', |
232 'resources/icon_cross.webp', | 232 'resources/icon_cross.webp', |
233 'resources/icon_disconnect.webp', | 233 'resources/icon_disconnect.webp', |
| 234 'resources/icon_fullscreen.webp', |
234 'resources/icon_help.webp', | 235 'resources/icon_help.webp', |
235 'resources/icon_host.webp', | 236 'resources/icon_host.webp', |
236 'resources/icon_maximize_restore.webp', | 237 'resources/icon_maximize_restore.webp', |
237 'resources/icon_minimize.webp', | 238 'resources/icon_minimize.webp', |
238 'resources/icon_options.webp', | 239 'resources/icon_options.webp', |
239 'resources/icon_pencil.webp', | 240 'resources/icon_pencil.webp', |
240 'resources/icon_warning.webp', | 241 'resources/icon_warning.webp', |
241 'resources/infographic_my_computers.webp', | 242 'resources/infographic_my_computers.webp', |
242 'resources/infographic_remote_assistance.webp', | 243 'resources/infographic_remote_assistance.webp', |
243 'resources/plus.webp', | 244 'resources/plus.webp', |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
292 'webapp/html/dialog_token_refresh_failed.html', | 293 'webapp/html/dialog_token_refresh_failed.html', |
293 'webapp/html/toolbar.html', | 294 'webapp/html/toolbar.html', |
294 'webapp/html/ui_header.html', | 295 'webapp/html/ui_header.html', |
295 'webapp/html/ui_it2me.html', | 296 'webapp/html/ui_it2me.html', |
296 'webapp/html/ui_me2me.html', | 297 'webapp/html/ui_me2me.html', |
297 'webapp/html/window_frame.html', | 298 'webapp/html/window_frame.html', |
298 ], | 299 ], |
299 | 300 |
300 }, | 301 }, |
301 } | 302 } |
OLD | NEW |