| 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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 remoting_webapp_js_host_control_files = [ | 267 remoting_webapp_js_host_control_files = [ |
| 268 "crd/js/buffered_signal_strategy.js", | 268 "crd/js/buffered_signal_strategy.js", |
| 269 "crd/js/host_controller.js", | 269 "crd/js/host_controller.js", |
| 270 "crd/js/host_daemon_facade.js", | 270 "crd/js/host_daemon_facade.js", |
| 271 "crd/js/host_screen.js", | 271 "crd/js/host_screen.js", |
| 272 "crd/js/host_session.js", | 272 "crd/js/host_session.js", |
| 273 "crd/js/host_setup_dialog.js", | 273 "crd/js/host_setup_dialog.js", |
| 274 "crd/js/host_install_dialog.js", | 274 "crd/js/host_install_dialog.js", |
| 275 "crd/js/host_installer.js", | 275 "crd/js/host_installer.js", |
| 276 "crd/js/it2me_host_facade.js", | 276 "crd/js/it2me_host_facade.js", |
| 277 "crd/js/native_message_host_log_message_handler.js", |
| 277 "crd/js/paired_client_manager.js", | 278 "crd/js/paired_client_manager.js", |
| 278 ] | 279 ] |
| 279 | 280 |
| 280 # Files for displaying (in the client) info about available hosts. | 281 # Files for displaying (in the client) info about available hosts. |
| 281 remoting_webapp_js_host_display_files = [ | 282 remoting_webapp_js_host_display_files = [ |
| 282 "crd/js/host_list.js", | 283 "crd/js/host_list.js", |
| 283 "crd/js/host_list_api.js", | 284 "crd/js/host_list_api.js", |
| 284 "crd/js/host_table_entry.js", | 285 "crd/js/host_table_entry.js", |
| 285 "crd/js/local_host_section.js", | 286 "crd/js/local_host_section.js", |
| 286 | 287 |
| (...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 656 | 657 |
| 657 # Files that contain localizable strings. | 658 # Files that contain localizable strings. |
| 658 app_remoting_webapp_localizable_files = | 659 app_remoting_webapp_localizable_files = |
| 659 [ | 660 [ |
| 660 ar_main_template, | 661 ar_main_template, |
| 661 ar_feedback_consent_template, | 662 ar_feedback_consent_template, |
| 662 ar_loading_window_template, | 663 ar_loading_window_template, |
| 663 remoting_webapp_template_message_window, | 664 remoting_webapp_template_message_window, |
| 664 remoting_webapp_template_wcs_sandbox, | 665 remoting_webapp_template_wcs_sandbox, |
| 665 ] + ar_main_template_files + ar_all_js_files | 666 ] + ar_main_template_files + ar_all_js_files |
| OLD | NEW |