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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 "base/js/clipboard.js", | 157 "base/js/clipboard.js", |
158 "base/js/connected_view.js", | 158 "base/js/connected_view.js", |
159 "base/js/connection_info.js", | 159 "base/js/connection_info.js", |
160 "base/js/credentials_provider.js", | 160 "base/js/credentials_provider.js", |
161 "base/js/host_desktop.js", | 161 "base/js/host_desktop.js", |
162 "base/js/smart_reconnector.js", | 162 "base/js/smart_reconnector.js", |
163 ] | 163 ] |
164 | 164 |
165 # Remoting core JavaScript files. | 165 # Remoting core JavaScript files. |
166 remoting_webapp_shared_js_core_files = [ | 166 remoting_webapp_shared_js_core_files = [ |
167 "base/js/app_capabilities.js", | |
168 "base/js/application.js", | 167 "base/js/application.js", |
169 "base/js/base.js", | 168 "base/js/base.js", |
170 "base/js/ipc.js", | 169 "base/js/ipc.js", |
171 "base/js/modal_dialogs.js", | 170 "base/js/modal_dialogs.js", |
172 "base/js/platform.js", | 171 "base/js/platform.js", |
173 "base/js/protocol_extension_manager.js", | 172 "base/js/protocol_extension_manager.js", |
174 "base/js/protocol_extension.js", | 173 "base/js/protocol_extension.js", |
175 "base/js/error.js", | 174 "base/js/error.js", |
176 "base/js/plugin_settings.js", | 175 "base/js/plugin_settings.js", |
177 "base/js/suspend_detector.js", | 176 "base/js/suspend_detector.js", |
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
532 "app_remoting/html/context_menu.html", | 531 "app_remoting/html/context_menu.html", |
533 "app_remoting/html/idle_dialog.html", | 532 "app_remoting/html/idle_dialog.html", |
534 ] | 533 ] |
535 | 534 |
536 ar_main_js_files = [ | 535 ar_main_js_files = [ |
537 "app_remoting/js/application_context_menu.js", | 536 "app_remoting/js/application_context_menu.js", |
538 "app_remoting/js/app_connected_view.js", | 537 "app_remoting/js/app_connected_view.js", |
539 "app_remoting/js/app_remoting.js", | 538 "app_remoting/js/app_remoting.js", |
540 "app_remoting/js/app_remoting_activity.js", | 539 "app_remoting/js/app_remoting_activity.js", |
541 "app_remoting/js/ar_auth_dialog.js", | 540 "app_remoting/js/ar_auth_dialog.js", |
542 "app_remoting/js/ar_main.js", | |
543 "app_remoting/js/context_menu_adapter.js", | 541 "app_remoting/js/context_menu_adapter.js", |
544 "app_remoting/js/context_menu_chrome.js", | 542 "app_remoting/js/context_menu_chrome.js", |
545 "app_remoting/js/context_menu_dom.js", | 543 "app_remoting/js/context_menu_dom.js", |
546 "app_remoting/js/drag_and_drop.js", | 544 "app_remoting/js/drag_and_drop.js", |
547 "app_remoting/js/gaia_license_manager.js", | 545 "app_remoting/js/gaia_license_manager.js", |
548 "app_remoting/js/idle_detector.js", | 546 "app_remoting/js/idle_detector.js", |
549 "app_remoting/js/keyboard_layouts_menu.js", | 547 "app_remoting/js/keyboard_layouts_menu.js", |
550 "app_remoting/js/license_manager.js", | 548 "app_remoting/js/license_manager.js", |
551 "app_remoting/js/loading_window.js", | 549 "app_remoting/js/loading_window.js", |
552 "app_remoting/js/submenu_manager.js", | 550 "app_remoting/js/submenu_manager.js", |
553 "app_remoting/js/window_activation_menu.js", | 551 "app_remoting/js/window_activation_menu.js", |
554 "base/js/application.js", | |
555 "base/js/base.js", | |
556 "base/js/message_window_helper.js", | 552 "base/js/message_window_helper.js", |
557 "base/js/message_window_manager.js", | 553 "base/js/message_window_manager.js", |
558 ] + remoting_webapp_shared_js_auth_google_files + | 554 ] + remoting_webapp_shared_js_auth_google_files + |
559 remoting_webapp_shared_js_client_files + | 555 remoting_webapp_shared_js_client_files + |
560 remoting_webapp_shared_js_core_files + | 556 remoting_webapp_shared_js_core_files + |
561 remoting_webapp_shared_js_host_files + | 557 remoting_webapp_shared_js_host_files + |
562 remoting_webapp_shared_js_logging_files + | 558 remoting_webapp_shared_js_logging_files + |
563 remoting_webapp_shared_js_signaling_files + | 559 remoting_webapp_shared_js_signaling_files + |
564 remoting_webapp_shared_js_ui_files | 560 remoting_webapp_shared_js_ui_files |
565 | 561 |
(...skipping 23 matching lines...) Expand all Loading... |
589 | 585 |
590 # | 586 # |
591 # AppRemoting loading_window.html generation files. | 587 # AppRemoting loading_window.html generation files. |
592 # | 588 # |
593 | 589 |
594 # Variables for loading_window.html. Note that the JS files are the same as | 590 # Variables for loading_window.html. Note that the JS files are the same as |
595 # for message_window.html, and are not duplicated here. | 591 # for message_window.html, and are not duplicated here. |
596 ar_loading_window_template = "app_remoting/html/template_loading_window.html" | 592 ar_loading_window_template = "app_remoting/html/template_loading_window.html" |
597 | 593 |
598 # | 594 # |
599 # AppRemoting background JS files. | 595 # AppRemoting ar_background.html generation files. |
600 # These files are referenced from the manifest | |
601 # | 596 # |
602 | 597 |
603 ar_background_js_files = [ | 598 ar_background_template = "app_remoting/html/template_background.html" |
| 599 ar_background_html_js_files = [ |
604 "app_remoting/js/ar_background.js", | 600 "app_remoting/js/ar_background.js", |
605 "base/js/platform.js", | 601 "base/js/platform.js", |
606 ] | 602 ] |
607 | 603 |
| 604 # |
| 605 # Vendor supplied files. |
| 606 # These need a full path specification because they are referenced from the |
| 607 # webapp directory (ar_sample_app) and from the internal app directory. |
| 608 # |
| 609 |
| 610 ar_vendor_js_files = [ "//remoting/webapp/app_remoting/vendor/arv_main.js" ] |
| 611 |
| 612 ar_vendor_html_files = [ |
| 613 "//remoting/webapp/app_remoting/vendor/arv_background.html", |
| 614 "//remoting/webapp/app_remoting/vendor/arv_main.html", |
| 615 "//remoting/webapp/app_remoting/vendor/arv_wcs_sandbox.html", |
| 616 ] |
| 617 |
608 ar_all_js_files = | 618 ar_all_js_files = |
609 ar_main_js_files + ar_feedback_consent_html_js_files + | 619 ar_main_js_files + ar_feedback_consent_html_js_files + |
610 remoting_webapp_message_window_html_js_files + | 620 remoting_webapp_message_window_html_js_files + |
611 remoting_webapp_wcs_sandbox_html_js_files + ar_background_js_files | 621 remoting_webapp_wcs_sandbox_html_js_files + ar_background_html_js_files |
612 | 622 |
613 # Files that contain localizable strings. | 623 # Files that contain localizable strings. |
614 app_remoting_webapp_localizable_files = | 624 app_remoting_webapp_localizable_files = |
615 [ | 625 [ |
616 ar_main_template, | 626 ar_main_template, |
617 ar_feedback_consent_template, | 627 ar_feedback_consent_template, |
618 ar_loading_window_template, | 628 ar_loading_window_template, |
619 remoting_webapp_template_message_window, | 629 remoting_webapp_template_message_window, |
620 remoting_webapp_template_wcs_sandbox, | 630 remoting_webapp_template_wcs_sandbox, |
621 ] + ar_main_template_files + ar_all_js_files | 631 ] + ar_main_template_files + ar_all_js_files |
OLD | NEW |