| 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. , |
| 11 # .JMML. .JMM.`Mbmmd' `Moo9^Yo.`Wbmd"MML..JMML JMML JMML.`Mbmmd' | 11 # .JMML. .JMM.`Mbmmd' `Moo9^Yo.`Wbmd"MML..JMML JMML JMML.`Mbmmd' |
| 12 # | 12 # |
| 13 # Please keep this file in sync with remoting/remoting_webapp_files.gypi | 13 # Please keep this file in sync with remoting/remoting_webapp_files.gypi . |
| 14 # and remoting/app_remoting_webapp_files.gypi. | |
| 15 | 14 |
| 16 # JSCompiler externs. | 15 # JSCompiler externs. |
| 17 remoting_webapp_js_externs_files = [ "externs/qunit.js" ] | 16 remoting_webapp_js_externs_files = [ "externs/qunit.js" ] |
| 18 | 17 |
| 19 # Jscompile proto files. | 18 # Jscompile proto files. |
| 20 # These provide type information for jscompile. | 19 # These provide type information for jscompile. |
| 21 remoting_webapp_js_proto_files = [ | 20 remoting_webapp_js_proto_files = [ |
| 22 "js_proto/chrome_proto.js", | 21 "js_proto/chrome_proto.js", |
| 23 "js_proto/chrome_cast_proto.js", | 22 "js_proto/chrome_cast_proto.js", |
| 24 "js_proto/dom_proto.js", | 23 "js_proto/dom_proto.js", |
| (...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 568 # Files that contain localizable strings. | 567 # Files that contain localizable strings. |
| 569 desktop_remoting_webapp_localizable_files = | 568 desktop_remoting_webapp_localizable_files = |
| 570 [ | 569 [ |
| 571 "webapp/crd/manifest.json.jinja2", | 570 "webapp/crd/manifest.json.jinja2", |
| 572 remoting_webapp_template_background, | 571 remoting_webapp_template_background, |
| 573 remoting_webapp_template_main, | 572 remoting_webapp_template_main, |
| 574 remoting_webapp_template_message_window, | 573 remoting_webapp_template_message_window, |
| 575 remoting_webapp_template_wcs_sandbox, | 574 remoting_webapp_template_wcs_sandbox, |
| 576 ] + remoting_webapp_template_files + remoting_webapp_crd_js_files | 575 ] + remoting_webapp_template_files + remoting_webapp_crd_js_files |
| 577 | 576 |
| 578 # | |
| 579 # AppRemoting Files | |
| 580 # | |
| 581 | |
| 582 ar_shared_resource_files = [ | |
| 583 "../resources/drag.webp", | |
| 584 "app_remoting/html/ar_dialog.css", | |
| 585 "app_remoting/html/ar_main.css", | |
| 586 "app_remoting/html/cloud_print_dialog.css", | |
| 587 "app_remoting/html/context_menu.css", | |
| 588 "app_remoting/html/feedback_consent.css", | |
| 589 "app_remoting/html/loading_window.css", | |
| 590 ] + remoting_webapp_resource_files | |
| 591 | |
| 592 # | |
| 593 # AppRemoting main.html generation files. | |
| 594 # | |
| 595 | |
| 596 # These template files are used to construct the webapp html files. | |
| 597 ar_main_template = "app_remoting/html/template_lg.html" | |
| 598 | |
| 599 ar_main_template_files = [ | |
| 600 "base/html/client_plugin.html", | |
| 601 "base/html/connection_dropped_dialog.html", | |
| 602 "app_remoting/html/context_menu.html", | |
| 603 "app_remoting/html/idle_dialog.html", | |
| 604 ] | |
| 605 | |
| 606 ar_main_js_files = [ | |
| 607 "app_remoting/js/application_context_menu.js", | |
| 608 "app_remoting/js/app_connected_view.js", | |
| 609 "app_remoting/js/app_remoting.js", | |
| 610 "app_remoting/js/app_remoting_activity.js", | |
| 611 "app_remoting/js/ar_auth_dialog.js", | |
| 612 "app_remoting/js/cloud_print_dialog_container.js", | |
| 613 "app_remoting/js/context_menu_adapter.js", | |
| 614 "app_remoting/js/context_menu_chrome.js", | |
| 615 "app_remoting/js/context_menu_dom.js", | |
| 616 "app_remoting/js/drag_and_drop.js", | |
| 617 "app_remoting/js/gaia_license_manager.js", | |
| 618 "app_remoting/js/idle_detector.js", | |
| 619 "app_remoting/js/keyboard_layouts_menu.js", | |
| 620 "app_remoting/js/license_manager.js", | |
| 621 "app_remoting/js/loading_window.js", | |
| 622 "app_remoting/js/submenu_manager.js", | |
| 623 "app_remoting/js/window_activation_menu.js", | |
| 624 "base/js/message_window_helper.js", | |
| 625 "base/js/message_window_manager.js", | |
| 626 ] + remoting_webapp_shared_js_auth_google_files + | |
| 627 remoting_webapp_shared_js_client_files + | |
| 628 remoting_webapp_shared_js_core_files + | |
| 629 remoting_webapp_shared_js_host_files + | |
| 630 remoting_webapp_shared_js_logging_files + | |
| 631 remoting_webapp_shared_js_signaling_files + | |
| 632 remoting_webapp_shared_js_ui_files | |
| 633 | |
| 634 # | |
| 635 # AppRemoting feedback_consent.html generation files. | |
| 636 # | |
| 637 | |
| 638 ar_feedback_consent_template = | |
| 639 "app_remoting/html/template_feedback_consent.html" | |
| 640 | |
| 641 # These JS files are specific to the feedback consent page and are not part | |
| 642 # of the main JS files. | |
| 643 ar_feedback_consent_html_js_files = [ "app_remoting/js/feedback_consent.js" ] | |
| 644 | |
| 645 # All the JavaScript files required by feedback_consent.html. | |
| 646 ar_feedback_consent_html_all_js_files = [ | |
| 647 "app_remoting/js/feedback_consent.js", | |
| 648 "base/js/base.js", | |
| 649 "base/js/chromoting_event.js", | |
| 650 "base/js/error.js", | |
| 651 "base/js/identity.js", | |
| 652 "base/js/oauth2_api.js", | |
| 653 "base/js/oauth2_api_impl.js", | |
| 654 "base/js/platform.js", | |
| 655 "base/js/plugin_settings.js", | |
| 656 "base/js/l10n.js", | |
| 657 "base/js/xhr.js", | |
| 658 ] | |
| 659 | |
| 660 # The JavaScript files to be injected into the clould print dialog. | |
| 661 ar_cloud_print_dialog_js_files = | |
| 662 [ "app_remoting/js/cloud_print_dialog/cloud_print_dialog_injected.js" ] | |
| 663 | |
| 664 # | |
| 665 # AppRemoting loading_window.html generation files. | |
| 666 # | |
| 667 | |
| 668 # Variables for loading_window.html. Note that the JS files are the same as | |
| 669 # for message_window.html, and are not duplicated here. | |
| 670 ar_loading_window_template = "app_remoting/html/template_loading_window.html" | |
| 671 | |
| 672 # | |
| 673 # AppRemoting ar_background.html generation files. | |
| 674 # | |
| 675 | |
| 676 ar_background_template = "app_remoting/html/template_background.html" | |
| 677 ar_background_html_js_files = [ | |
| 678 "app_remoting/js/ar_background.js", | |
| 679 "base/js/platform.js", | |
| 680 ] | |
| 681 | |
| 682 # | |
| 683 # Vendor supplied files. | |
| 684 # These need a full path specification because they are referenced from the | |
| 685 # webapp directory (ar_sample_app) and from the internal app directory. | |
| 686 # | |
| 687 | |
| 688 ar_vendor_js_files = [ "//remoting/webapp/app_remoting/vendor/arv_main.js" ] | |
| 689 | |
| 690 ar_vendor_html_files = [ | |
| 691 "//remoting/webapp/app_remoting/vendor/arv_background.html", | |
| 692 "//remoting/webapp/app_remoting/vendor/arv_main.html", | |
| 693 "//remoting/webapp/app_remoting/vendor/arv_wcs_sandbox.html", | |
| 694 ] | |
| 695 | |
| 696 ar_all_js_files = | |
| 697 ar_main_js_files + ar_feedback_consent_html_js_files + | |
| 698 ar_cloud_print_dialog_js_files + | |
| 699 remoting_webapp_message_window_html_js_files + | |
| 700 remoting_webapp_wcs_sandbox_html_js_files + ar_background_html_js_files + | |
| 701 remoting_webapp_credits_html_all_js_files | |
| 702 | |
| 703 # Files that contain localizable strings. | |
| 704 app_remoting_webapp_localizable_files = | |
| 705 [ | |
| 706 ar_main_template, | |
| 707 ar_feedback_consent_template, | |
| 708 ar_loading_window_template, | |
| 709 remoting_webapp_template_message_window, | |
| 710 remoting_webapp_template_wcs_sandbox, | |
| 711 ] + ar_main_template_files + ar_all_js_files | |
| 712 | |
| 713 webapp_js_files = remoting_webapp_unittest_html_all_js_files + | 577 webapp_js_files = remoting_webapp_unittest_html_all_js_files + |
| 714 remoting_webapp_wcs_sandbox_html_js_files + | 578 remoting_webapp_wcs_sandbox_html_js_files + |
| 715 remoting_webapp_background_html_js_files | 579 remoting_webapp_background_html_js_files |
| OLD | NEW |