| 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 ], | 193 ], |
| 194 | 194 |
| 195 # The JavaScript files that are used in the background page. | 195 # The JavaScript files that are used in the background page. |
| 196 'remoting_webapp_background_js_files': [ | 196 'remoting_webapp_background_js_files': [ |
| 197 'webapp/base.js', | 197 'webapp/base.js', |
| 198 'webapp/client_session.js', | 198 'webapp/client_session.js', |
| 199 'webapp/error.js', | 199 'webapp/error.js', |
| 200 'webapp/host_installer.js', | 200 'webapp/host_installer.js', |
| 201 'webapp/host_session.js', | 201 'webapp/host_session.js', |
| 202 'webapp/it2me_host_facade.js', | 202 'webapp/it2me_host_facade.js', |
| 203 'webapp/l10n.js', |
| 203 'webapp/plugin_settings.js', | 204 'webapp/plugin_settings.js', |
| 204 'webapp/typecheck.js', | 205 'webapp/typecheck.js', |
| 205 'webapp/background/app_launcher.js', | 206 'webapp/background/app_launcher.js', |
| 206 'webapp/background/background.js', | 207 'webapp/background/background.js', |
| 207 'webapp/background/it2me_helpee_channel.js', | 208 'webapp/background/it2me_helpee_channel.js', |
| 208 'webapp/background/it2me_helper_channel.js', | 209 'webapp/background/it2me_helper_channel.js', |
| 209 'webapp/background/it2me_service.js', | 210 'webapp/background/it2me_service.js', |
| 210 'webapp/background/message_window_helper.js', | 211 'webapp/background/message_window_helper.js', |
| 211 'webapp/background/message_window_manager.js', | 212 'webapp/background/message_window_manager.js', |
| 212 ], | 213 ], |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 'webapp/html/dialog_token_refresh_failed.html', | 304 'webapp/html/dialog_token_refresh_failed.html', |
| 304 'webapp/html/toolbar.html', | 305 'webapp/html/toolbar.html', |
| 305 'webapp/html/ui_header.html', | 306 'webapp/html/ui_header.html', |
| 306 'webapp/html/ui_it2me.html', | 307 'webapp/html/ui_it2me.html', |
| 307 'webapp/html/ui_me2me.html', | 308 'webapp/html/ui_me2me.html', |
| 308 'webapp/html/window_frame.html', | 309 'webapp/html/window_frame.html', |
| 309 ], | 310 ], |
| 310 | 311 |
| 311 }, | 312 }, |
| 312 } | 313 } |
| OLD | NEW |