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