| 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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 ], | 183 ], |
| 184 | 184 |
| 185 # The JavaScript files that are used in the background page. | 185 # The JavaScript files that are used in the background page. |
| 186 'remoting_webapp_background_js_files': [ | 186 'remoting_webapp_background_js_files': [ |
| 187 'webapp/base.js', | 187 'webapp/base.js', |
| 188 'webapp/client_session.js', | 188 'webapp/client_session.js', |
| 189 'webapp/error.js', | 189 'webapp/error.js', |
| 190 'webapp/host_installer.js', | 190 'webapp/host_installer.js', |
| 191 'webapp/host_session.js', | 191 'webapp/host_session.js', |
| 192 'webapp/it2me_host_facade.js', | 192 'webapp/it2me_host_facade.js', |
| 193 'webapp/l10n.js', |
| 193 'webapp/plugin_settings.js', | 194 'webapp/plugin_settings.js', |
| 194 'webapp/typecheck.js', | 195 'webapp/typecheck.js', |
| 195 'webapp/background/app_launcher.js', | 196 'webapp/background/app_launcher.js', |
| 196 'webapp/background/background.js', | 197 'webapp/background/background.js', |
| 197 'webapp/background/it2me_helpee_channel.js', | 198 'webapp/background/it2me_helpee_channel.js', |
| 198 'webapp/background/it2me_helper_channel.js', | 199 'webapp/background/it2me_helper_channel.js', |
| 199 'webapp/background/it2me_service.js', | 200 'webapp/background/it2me_service.js', |
| 200 'webapp/background/message_window_helper.js', | 201 'webapp/background/message_window_helper.js', |
| 201 'webapp/background/message_window_manager.js', | 202 'webapp/background/message_window_manager.js', |
| 202 ], | 203 ], |
| (...skipping 89 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 |