| 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 'webapp/options_menu.js', | 90 'webapp/options_menu.js', |
| 91 'webapp/ui_mode.js', | 91 'webapp/ui_mode.js', |
| 92 'webapp/toolbar.js', | 92 'webapp/toolbar.js', |
| 93 'webapp/window_frame.js', | 93 'webapp/window_frame.js', |
| 94 ], | 94 ], |
| 95 # UI files for controlling the local machine as a host. | 95 # UI files for controlling the local machine as a host. |
| 96 'remoting_webapp_js_ui_host_control_files': [ | 96 'remoting_webapp_js_ui_host_control_files': [ |
| 97 'webapp/host_screen.js', | 97 'webapp/host_screen.js', |
| 98 'webapp/host_setup_dialog.js', | 98 'webapp/host_setup_dialog.js', |
| 99 'webapp/host_install_dialog.js', | 99 'webapp/host_install_dialog.js', |
| 100 'webapp/host_installer.js', |
| 100 'webapp/paired_client_manager.js', | 101 'webapp/paired_client_manager.js', |
| 101 ], | 102 ], |
| 102 # UI files for displaying (in the client) info about available hosts. | 103 # UI files for displaying (in the client) info about available hosts. |
| 103 'remoting_webapp_js_ui_host_display_files': [ | 104 'remoting_webapp_js_ui_host_display_files': [ |
| 104 'webapp/host.js', | 105 'webapp/host.js', |
| 105 'webapp/host_list.js', | 106 'webapp/host_list.js', |
| 106 'webapp/host_settings.js', | 107 'webapp/host_settings.js', |
| 107 'webapp/host_table_entry.js', | 108 'webapp/host_table_entry.js', |
| 108 ], | 109 ], |
| 109 # Remoting WCS container JavaScript files. | 110 # Remoting WCS container JavaScript files. |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 'webapp/html/dialog_token_refresh_failed.html', | 273 'webapp/html/dialog_token_refresh_failed.html', |
| 273 'webapp/html/toolbar.html', | 274 'webapp/html/toolbar.html', |
| 274 'webapp/html/ui_header.html', | 275 'webapp/html/ui_header.html', |
| 275 'webapp/html/ui_it2me.html', | 276 'webapp/html/ui_it2me.html', |
| 276 'webapp/html/ui_me2me.html', | 277 'webapp/html/ui_me2me.html', |
| 277 'webapp/html/window_frame.html', | 278 'webapp/html/window_frame.html', |
| 278 ], | 279 ], |
| 279 | 280 |
| 280 }, | 281 }, |
| 281 } | 282 } |
| OLD | NEW |