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 # `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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
272 'remoting_webapp_js_host_control_files': [ | 272 'remoting_webapp_js_host_control_files': [ |
273 'webapp/crd/js/buffered_signal_strategy.js', | 273 'webapp/crd/js/buffered_signal_strategy.js', |
274 'webapp/crd/js/host_controller.js', | 274 'webapp/crd/js/host_controller.js', |
275 'webapp/crd/js/host_daemon_facade.js', | 275 'webapp/crd/js/host_daemon_facade.js', |
276 'webapp/crd/js/host_screen.js', | 276 'webapp/crd/js/host_screen.js', |
277 'webapp/crd/js/host_session.js', | 277 'webapp/crd/js/host_session.js', |
278 'webapp/crd/js/host_setup_dialog.js', | 278 'webapp/crd/js/host_setup_dialog.js', |
279 'webapp/crd/js/host_install_dialog.js', | 279 'webapp/crd/js/host_install_dialog.js', |
280 'webapp/crd/js/host_installer.js', | 280 'webapp/crd/js/host_installer.js', |
281 'webapp/crd/js/it2me_host_facade.js', | 281 'webapp/crd/js/it2me_host_facade.js', |
| 282 'webapp/crd/js/native_message_host_log_message_handler.js', |
282 'webapp/crd/js/paired_client_manager.js', | 283 'webapp/crd/js/paired_client_manager.js', |
283 ], | 284 ], |
284 # Files for displaying (in the client) info about available hosts. | 285 # Files for displaying (in the client) info about available hosts. |
285 'remoting_webapp_js_host_display_files': [ | 286 'remoting_webapp_js_host_display_files': [ |
286 'webapp/crd/js/host_list.js', | 287 'webapp/crd/js/host_list.js', |
287 'webapp/crd/js/host_list_api.js', | 288 'webapp/crd/js/host_list_api.js', |
288 'webapp/crd/js/host_table_entry.js', | 289 'webapp/crd/js/host_table_entry.js', |
289 'webapp/crd/js/local_host_section.js', | 290 'webapp/crd/js/local_host_section.js', |
290 | 291 |
291 # Must come after host_list_api.js because of an issue with | 292 # Must come after host_list_api.js because of an issue with |
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
547 '<(remoting_webapp_template_background)', | 548 '<(remoting_webapp_template_background)', |
548 '<(remoting_webapp_template_main)', | 549 '<(remoting_webapp_template_main)', |
549 '<(remoting_webapp_template_message_window)', | 550 '<(remoting_webapp_template_message_window)', |
550 '<(remoting_webapp_template_wcs_sandbox)', | 551 '<(remoting_webapp_template_wcs_sandbox)', |
551 '<@(remoting_webapp_template_files)', | 552 '<@(remoting_webapp_template_files)', |
552 '<@(remoting_webapp_crd_js_files)', | 553 '<@(remoting_webapp_crd_js_files)', |
553 ], | 554 ], |
554 | 555 |
555 }, | 556 }, |
556 } | 557 } |
OLD | NEW |