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