| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 # `7MM"""Mq. `7MM | 5 # `7MM"""Mq. `7MM |
| 6 # MM `MM. MM | 6 # MM `MM. MM |
| 7 # MM ,M9 .gP"Ya ,6"Yb. ,M""bMM `7MMpMMMb.pMMMb. .gP"Ya | 7 # MM ,M9 .gP"Ya ,6"Yb. ,M""bMM `7MMpMMMb.pMMMb. .gP"Ya |
| 8 # MMmmdM9 ,M' Yb 8) MM ,AP MM MM MM MM ,M' Yb | 8 # MMmmdM9 ,M' Yb 8) MM ,AP MM MM MM MM ,M' Yb |
| 9 # MM YM. 8M"""""" ,pm9MM 8MI MM MM MM MM 8M"""""" | 9 # MM YM. 8M"""""" ,pm9MM 8MI MM MM MM MM 8M"""""" |
| 10 # MM `Mb.YM. , 8M MM `Mb MM MM MM MM YM. , | 10 # MM `Mb.YM. , 8M MM `Mb MM MM MM MM YM. , |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 remoting_webapp_js_host_control_files = [ | 273 remoting_webapp_js_host_control_files = [ |
| 274 "crd/js/buffered_signal_strategy.js", | 274 "crd/js/buffered_signal_strategy.js", |
| 275 "crd/js/host_controller.js", | 275 "crd/js/host_controller.js", |
| 276 "crd/js/host_daemon_facade.js", | 276 "crd/js/host_daemon_facade.js", |
| 277 "crd/js/host_screen.js", | 277 "crd/js/host_screen.js", |
| 278 "crd/js/host_session.js", | 278 "crd/js/host_session.js", |
| 279 "crd/js/host_setup_dialog.js", | 279 "crd/js/host_setup_dialog.js", |
| 280 "crd/js/host_install_dialog.js", | 280 "crd/js/host_install_dialog.js", |
| 281 "crd/js/host_installer.js", | 281 "crd/js/host_installer.js", |
| 282 "crd/js/it2me_host_facade.js", | 282 "crd/js/it2me_host_facade.js", |
| 283 "crd/js/native_message_host_log_message_handler.js", |
| 283 "crd/js/paired_client_manager.js", | 284 "crd/js/paired_client_manager.js", |
| 284 ] | 285 ] |
| 285 | 286 |
| 286 # Files for displaying (in the client) info about available hosts. | 287 # Files for displaying (in the client) info about available hosts. |
| 287 remoting_webapp_js_host_display_files = [ | 288 remoting_webapp_js_host_display_files = [ |
| 288 "crd/js/host_list.js", | 289 "crd/js/host_list.js", |
| 289 "crd/js/host_list_api.js", | 290 "crd/js/host_list_api.js", |
| 290 "crd/js/host_table_entry.js", | 291 "crd/js/host_table_entry.js", |
| 291 "crd/js/local_host_section.js", | 292 "crd/js/local_host_section.js", |
| 292 | 293 |
| (...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 667 ar_main_template, | 668 ar_main_template, |
| 668 ar_feedback_consent_template, | 669 ar_feedback_consent_template, |
| 669 ar_loading_window_template, | 670 ar_loading_window_template, |
| 670 remoting_webapp_template_message_window, | 671 remoting_webapp_template_message_window, |
| 671 remoting_webapp_template_wcs_sandbox, | 672 remoting_webapp_template_wcs_sandbox, |
| 672 ] + ar_main_template_files + ar_all_js_files | 673 ] + ar_main_template_files + ar_all_js_files |
| 673 | 674 |
| 674 webapp_js_files = remoting_webapp_unittest_html_all_js_files + | 675 webapp_js_files = remoting_webapp_unittest_html_all_js_files + |
| 675 remoting_webapp_wcs_sandbox_html_js_files + | 676 remoting_webapp_wcs_sandbox_html_js_files + |
| 676 remoting_webapp_background_html_js_files | 677 remoting_webapp_background_html_js_files |
| OLD | NEW |