| Index: remoting/webapp/files.gni
|
| diff --git a/remoting/webapp/files.gni b/remoting/webapp/files.gni
|
| index df837ae2f9ddb52684ce0c8fb4ddb07b1971bff6..b3dd4cf7b2615b3f1edd56ed5df756cbad149edd 100644
|
| --- a/remoting/webapp/files.gni
|
| +++ b/remoting/webapp/files.gni
|
| @@ -10,8 +10,7 @@
|
| # MM `Mb.YM. , 8M MM `Mb MM MM MM MM YM. ,
|
| # .JMML. .JMM.`Mbmmd' `Moo9^Yo.`Wbmd"MML..JMML JMML JMML.`Mbmmd'
|
| #
|
| -# Please keep this file in sync with remoting/remoting_webapp_files.gypi
|
| -# and remoting/app_remoting_webapp_files.gypi.
|
| +# Please keep this file in sync with remoting/remoting_webapp_files.gypi .
|
|
|
| # JSCompiler externs.
|
| remoting_webapp_js_externs_files = [ "externs/qunit.js" ]
|
| @@ -575,141 +574,6 @@ desktop_remoting_webapp_localizable_files =
|
| remoting_webapp_template_wcs_sandbox,
|
| ] + remoting_webapp_template_files + remoting_webapp_crd_js_files
|
|
|
| -#
|
| -# AppRemoting Files
|
| -#
|
| -
|
| -ar_shared_resource_files = [
|
| - "../resources/drag.webp",
|
| - "app_remoting/html/ar_dialog.css",
|
| - "app_remoting/html/ar_main.css",
|
| - "app_remoting/html/cloud_print_dialog.css",
|
| - "app_remoting/html/context_menu.css",
|
| - "app_remoting/html/feedback_consent.css",
|
| - "app_remoting/html/loading_window.css",
|
| - ] + remoting_webapp_resource_files
|
| -
|
| -#
|
| -# AppRemoting main.html generation files.
|
| -#
|
| -
|
| -# These template files are used to construct the webapp html files.
|
| -ar_main_template = "app_remoting/html/template_lg.html"
|
| -
|
| -ar_main_template_files = [
|
| - "base/html/client_plugin.html",
|
| - "base/html/connection_dropped_dialog.html",
|
| - "app_remoting/html/context_menu.html",
|
| - "app_remoting/html/idle_dialog.html",
|
| -]
|
| -
|
| -ar_main_js_files = [
|
| - "app_remoting/js/application_context_menu.js",
|
| - "app_remoting/js/app_connected_view.js",
|
| - "app_remoting/js/app_remoting.js",
|
| - "app_remoting/js/app_remoting_activity.js",
|
| - "app_remoting/js/ar_auth_dialog.js",
|
| - "app_remoting/js/cloud_print_dialog_container.js",
|
| - "app_remoting/js/context_menu_adapter.js",
|
| - "app_remoting/js/context_menu_chrome.js",
|
| - "app_remoting/js/context_menu_dom.js",
|
| - "app_remoting/js/drag_and_drop.js",
|
| - "app_remoting/js/gaia_license_manager.js",
|
| - "app_remoting/js/idle_detector.js",
|
| - "app_remoting/js/keyboard_layouts_menu.js",
|
| - "app_remoting/js/license_manager.js",
|
| - "app_remoting/js/loading_window.js",
|
| - "app_remoting/js/submenu_manager.js",
|
| - "app_remoting/js/window_activation_menu.js",
|
| - "base/js/message_window_helper.js",
|
| - "base/js/message_window_manager.js",
|
| - ] + remoting_webapp_shared_js_auth_google_files +
|
| - remoting_webapp_shared_js_client_files +
|
| - remoting_webapp_shared_js_core_files +
|
| - remoting_webapp_shared_js_host_files +
|
| - remoting_webapp_shared_js_logging_files +
|
| - remoting_webapp_shared_js_signaling_files +
|
| - remoting_webapp_shared_js_ui_files
|
| -
|
| -#
|
| -# AppRemoting feedback_consent.html generation files.
|
| -#
|
| -
|
| -ar_feedback_consent_template =
|
| - "app_remoting/html/template_feedback_consent.html"
|
| -
|
| -# These JS files are specific to the feedback consent page and are not part
|
| -# of the main JS files.
|
| -ar_feedback_consent_html_js_files = [ "app_remoting/js/feedback_consent.js" ]
|
| -
|
| -# All the JavaScript files required by feedback_consent.html.
|
| -ar_feedback_consent_html_all_js_files = [
|
| - "app_remoting/js/feedback_consent.js",
|
| - "base/js/base.js",
|
| - "base/js/chromoting_event.js",
|
| - "base/js/error.js",
|
| - "base/js/identity.js",
|
| - "base/js/oauth2_api.js",
|
| - "base/js/oauth2_api_impl.js",
|
| - "base/js/platform.js",
|
| - "base/js/plugin_settings.js",
|
| - "base/js/l10n.js",
|
| - "base/js/xhr.js",
|
| -]
|
| -
|
| -# The JavaScript files to be injected into the clould print dialog.
|
| -ar_cloud_print_dialog_js_files =
|
| - [ "app_remoting/js/cloud_print_dialog/cloud_print_dialog_injected.js" ]
|
| -
|
| -#
|
| -# AppRemoting loading_window.html generation files.
|
| -#
|
| -
|
| -# Variables for loading_window.html. Note that the JS files are the same as
|
| -# for message_window.html, and are not duplicated here.
|
| -ar_loading_window_template = "app_remoting/html/template_loading_window.html"
|
| -
|
| -#
|
| -# AppRemoting ar_background.html generation files.
|
| -#
|
| -
|
| -ar_background_template = "app_remoting/html/template_background.html"
|
| -ar_background_html_js_files = [
|
| - "app_remoting/js/ar_background.js",
|
| - "base/js/platform.js",
|
| -]
|
| -
|
| -#
|
| -# Vendor supplied files.
|
| -# These need a full path specification because they are referenced from the
|
| -# webapp directory (ar_sample_app) and from the internal app directory.
|
| -#
|
| -
|
| -ar_vendor_js_files = [ "//remoting/webapp/app_remoting/vendor/arv_main.js" ]
|
| -
|
| -ar_vendor_html_files = [
|
| - "//remoting/webapp/app_remoting/vendor/arv_background.html",
|
| - "//remoting/webapp/app_remoting/vendor/arv_main.html",
|
| - "//remoting/webapp/app_remoting/vendor/arv_wcs_sandbox.html",
|
| -]
|
| -
|
| -ar_all_js_files =
|
| - ar_main_js_files + ar_feedback_consent_html_js_files +
|
| - ar_cloud_print_dialog_js_files +
|
| - remoting_webapp_message_window_html_js_files +
|
| - remoting_webapp_wcs_sandbox_html_js_files + ar_background_html_js_files +
|
| - remoting_webapp_credits_html_all_js_files
|
| -
|
| -# Files that contain localizable strings.
|
| -app_remoting_webapp_localizable_files =
|
| - [
|
| - ar_main_template,
|
| - ar_feedback_consent_template,
|
| - ar_loading_window_template,
|
| - remoting_webapp_template_message_window,
|
| - remoting_webapp_template_wcs_sandbox,
|
| - ] + ar_main_template_files + ar_all_js_files
|
| -
|
| webapp_js_files = remoting_webapp_unittest_html_all_js_files +
|
| remoting_webapp_wcs_sandbox_html_js_files +
|
| remoting_webapp_background_html_js_files
|
|
|