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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
281 'webapp/crd/js/host_daemon_facade.js', | 281 'webapp/crd/js/host_daemon_facade.js', |
282 'webapp/crd/js/host_screen.js', | 282 'webapp/crd/js/host_screen.js', |
283 'webapp/crd/js/host_session.js', | 283 'webapp/crd/js/host_session.js', |
284 'webapp/crd/js/host_setup_dialog.js', | 284 'webapp/crd/js/host_setup_dialog.js', |
285 'webapp/crd/js/host_install_dialog.js', | 285 'webapp/crd/js/host_install_dialog.js', |
286 'webapp/crd/js/host_installer.js', | 286 'webapp/crd/js/host_installer.js', |
287 'webapp/crd/js/it2me_host_facade.js', | 287 'webapp/crd/js/it2me_host_facade.js', |
288 'webapp/crd/js/native_message_host_log_message_handler.js', | 288 'webapp/crd/js/native_message_host_log_message_handler.js', |
289 'webapp/crd/js/paired_client_manager.js', | 289 'webapp/crd/js/paired_client_manager.js', |
290 ], | 290 ], |
| 291 # Files for controlling the local it2me host. |
| 292 # Included by public_session.html. |
| 293 'remoting_webapp_js_it2me_host_control_files': [ |
| 294 'webapp/crd/js/buffered_signal_strategy.js', |
| 295 'webapp/crd/js/host_screen.js', |
| 296 'webapp/crd/js/host_session.js', |
| 297 'webapp/crd/js/host_install_dialog.js', |
| 298 'webapp/crd/js/host_installer.js', |
| 299 'webapp/crd/js/it2me_host_facade.js', |
| 300 'webapp/crd/js/native_message_host_log_message_handler.js', |
| 301 ], |
291 # Files for displaying (in the client) info about available hosts. | 302 # Files for displaying (in the client) info about available hosts. |
292 'remoting_webapp_js_host_display_files': [ | 303 'remoting_webapp_js_host_display_files': [ |
293 'webapp/crd/js/host_list.js', | 304 'webapp/crd/js/host_list.js', |
294 'webapp/crd/js/host_list_api.js', | 305 'webapp/crd/js/host_list_api.js', |
295 'webapp/crd/js/host_table_entry.js', | 306 'webapp/crd/js/host_table_entry.js', |
296 'webapp/crd/js/local_host_section.js', | 307 'webapp/crd/js/local_host_section.js', |
297 | 308 |
298 # Must come after host_list_api.js because of an issue with | 309 # Must come after host_list_api.js because of an issue with |
299 # JSCompiler. If an implementation of an interface occurs in a | 310 # JSCompiler. If an implementation of an interface occurs in a |
300 # file processed before the interface itself, the @override tag | 311 # file processed before the interface itself, the @override tag |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
346 '<@(remoting_webapp_shared_js_signaling_files)', | 357 '<@(remoting_webapp_shared_js_signaling_files)', |
347 '<@(remoting_webapp_shared_js_ui_files)', | 358 '<@(remoting_webapp_shared_js_ui_files)', |
348 '<@(remoting_webapp_js_auth_client2host_files)', | 359 '<@(remoting_webapp_js_auth_client2host_files)', |
349 '<@(remoting_webapp_js_client_files)', | 360 '<@(remoting_webapp_js_client_files)', |
350 '<@(remoting_webapp_js_gnubby_auth_files)', | 361 '<@(remoting_webapp_js_gnubby_auth_files)', |
351 '<@(remoting_webapp_js_cast_extension_files)', | 362 '<@(remoting_webapp_js_cast_extension_files)', |
352 '<@(remoting_webapp_js_host_control_files)', | 363 '<@(remoting_webapp_js_host_control_files)', |
353 '<@(remoting_webapp_js_host_display_files)', | 364 '<@(remoting_webapp_js_host_display_files)', |
354 ], | 365 ], |
355 | 366 |
| 367 'remoting_webapp_template_public_session': |
| 368 '<(DEPTH)/remoting/webapp/crd/html/template_public_session.html', |
| 369 |
| 370 # The shared JavaScript files required by public_session.html. |
| 371 'remoting_webapp_public_session_html_all_js_files': [ |
| 372 '<@(remoting_webapp_shared_js_core_files)', |
| 373 '<@(remoting_webapp_shared_js_auth_google_files)', |
| 374 '<@(remoting_webapp_shared_js_client_files)', |
| 375 '<@(remoting_webapp_shared_js_host_files)', |
| 376 '<@(remoting_webapp_shared_js_logging_files)', |
| 377 '<@(remoting_webapp_shared_js_signaling_files)', |
| 378 '<@(remoting_webapp_shared_js_ui_files)', |
| 379 '<@(remoting_webapp_js_it2me_host_control_files)', |
| 380 'webapp/crd/js/public_session_main.js', |
| 381 ], |
| 382 |
| 383 # These template files are used to construct public_session.html. |
| 384 'remoting_webapp_public_session_template_files': [ |
| 385 'webapp/crd/html/dialog_host.html', |
| 386 ], |
| 387 |
356 # The JS files required by unittest.html. | 388 # The JS files required by unittest.html. |
357 'remoting_webapp_unittest_html_all_js_files': [ | 389 'remoting_webapp_unittest_html_all_js_files': [ |
358 '<@(remoting_webapp_shared_main_html_js_files)', | 390 '<@(remoting_webapp_shared_main_html_js_files)', |
359 '<@(remoting_webapp_crd_js_ui_files)', | 391 '<@(remoting_webapp_crd_js_ui_files)', |
360 ], | 392 ], |
361 | 393 |
362 # The CRD-specific JavaScript files required by main.html. | 394 # The CRD-specific JavaScript files required by main.html. |
363 'remoting_webapp_crd_main_html_all_js_files': [ | 395 'remoting_webapp_crd_main_html_all_js_files': [ |
364 '<@(remoting_webapp_shared_main_html_js_files)', | 396 '<@(remoting_webapp_shared_main_html_js_files)', |
365 '<@(remoting_webapp_crd_js_ui_files)', | 397 '<@(remoting_webapp_crd_js_ui_files)', |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
491 '<@(remoting_webapp_wcs_sandbox_html_js_files)', | 523 '<@(remoting_webapp_wcs_sandbox_html_js_files)', |
492 # JS files referenced in manifest.json. | 524 # JS files referenced in manifest.json. |
493 '<@(remoting_webapp_js_auth_v1_files)', | 525 '<@(remoting_webapp_js_auth_v1_files)', |
494 ], | 526 ], |
495 | 527 |
496 # All the JavaScript files required by DesktopRemoting. | 528 # All the JavaScript files required by DesktopRemoting. |
497 'remoting_webapp_crd_js_files': [ | 529 'remoting_webapp_crd_js_files': [ |
498 '<@(remoting_webapp_shared_js_files)', | 530 '<@(remoting_webapp_shared_js_files)', |
499 '<@(remoting_webapp_crd_main_html_all_js_files)', | 531 '<@(remoting_webapp_crd_main_html_all_js_files)', |
500 '<@(remoting_webapp_credits_html_all_js_files)', | 532 '<@(remoting_webapp_credits_html_all_js_files)', |
| 533 '<@(remoting_webapp_public_session_html_all_js_files)', |
501 ], | 534 ], |
502 | 535 |
503 'remoting_webapp_info_files': [ | 536 'remoting_webapp_info_files': [ |
504 'resources/chromoting16.webp', | 537 'resources/chromoting16.webp', |
505 'resources/chromoting48.webp', | 538 'resources/chromoting48.webp', |
506 'resources/chromoting128.webp', | 539 'resources/chromoting128.webp', |
507 ], | 540 ], |
508 | 541 |
509 # All the resource files required by DesktopRemoting. | 542 # All the resource files required by DesktopRemoting. |
510 'remoting_webapp_resource_files': [ | 543 'remoting_webapp_resource_files': [ |
(...skipping 20 matching lines...) Expand all Loading... |
531 'webapp/base/html/credits_css.css', | 564 'webapp/base/html/credits_css.css', |
532 'webapp/base/html/main.css', | 565 'webapp/base/html/main.css', |
533 'webapp/base/html/message_window.css', | 566 'webapp/base/html/message_window.css', |
534 'webapp/base/resources/open_sans.css', | 567 'webapp/base/resources/open_sans.css', |
535 'webapp/base/resources/open_sans.woff', | 568 'webapp/base/resources/open_sans.woff', |
536 'webapp/base/resources/spinner.gif', | 569 'webapp/base/resources/spinner.gif', |
537 'webapp/crd/html/butter_bar.css', | 570 'webapp/crd/html/butter_bar.css', |
538 'webapp/crd/html/crd_main.css', | 571 'webapp/crd/html/crd_main.css', |
539 'webapp/crd/html/toolbar.css', | 572 'webapp/crd/html/toolbar.css', |
540 'webapp/crd/html/menu_button.css', | 573 'webapp/crd/html/menu_button.css', |
| 574 'webapp/crd/html/public_session.css', |
541 'webapp/crd/html/window_frame.css', | 575 'webapp/crd/html/window_frame.css', |
542 'webapp/crd/resources/scale-to-fit.webp', | 576 'webapp/crd/resources/scale-to-fit.webp', |
543 ], | 577 ], |
544 | 578 |
545 'remoting_webapp_crd_files': [ | 579 'remoting_webapp_crd_files': [ |
546 '<@(remoting_webapp_info_files)', | 580 '<@(remoting_webapp_info_files)', |
547 '<@(remoting_webapp_crd_js_files)', | 581 '<@(remoting_webapp_crd_js_files)', |
548 '<@(remoting_webapp_resource_files)', | 582 '<@(remoting_webapp_resource_files)', |
549 ], | 583 ], |
550 | 584 |
551 # Files that contain localizable strings. | 585 # Files that contain localizable strings. |
552 'desktop_remoting_webapp_localizable_files': [ | 586 'desktop_remoting_webapp_localizable_files': [ |
553 'webapp/crd/manifest.json.jinja2', | 587 'webapp/crd/manifest.json.jinja2', |
554 '<(remoting_webapp_template_background)', | 588 '<(remoting_webapp_template_background)', |
555 '<(remoting_webapp_template_main)', | 589 '<(remoting_webapp_template_main)', |
556 '<(remoting_webapp_template_message_window)', | 590 '<(remoting_webapp_template_message_window)', |
557 '<(remoting_webapp_template_wcs_sandbox)', | 591 '<(remoting_webapp_template_wcs_sandbox)', |
558 '<@(remoting_webapp_template_files)', | 592 '<@(remoting_webapp_template_files)', |
559 '<@(remoting_webapp_crd_js_files)', | 593 '<@(remoting_webapp_crd_js_files)', |
560 ], | 594 ], |
561 | 595 |
562 }, | 596 }, |
563 } | 597 } |
OLD | NEW |