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
3 # found in the LICENSE file.
7 'ar_shared_resource_files': [
8 'webapp/app_remoting/html/ar_dialog.css',
9 'webapp/app_remoting/html/ar_main.css',
10 'webapp/app_remoting/html/feedback_consent.css',
11 'webapp/app_remoting/html/loading_window.css',
12 'webapp/app_remoting/html/context_menu.css',
13 'resources/drag.webp',
14 '<@(remoting_webapp_resource_files)',
17 # Variables for feedback_consent.html.
18 'ar_feedback_consent_template':
19 '<(DEPTH)/remoting/webapp/app_remoting/html/template_feedback_consent.html',
20 # These JS files are specific to the feedback consent page and are not part
21 # of the main JS files.
22 'ar_feedback_consent_html_js_files': [
23 'webapp/app_remoting/js/feedback_consent.js',
26 # All the JavaScript files required by feedback_consent.html.
27 'ar_feedback_consent_html_all_js_files': [
28 'webapp/app_remoting/js/feedback_consent.js',
29 'webapp/base/js/base.js',
30 'webapp/base/js/error.js',
31 'webapp/base/js/identity.js',
32 'webapp/base/js/oauth2_api.js',
33 'webapp/base/js/oauth2_api_impl.js',
34 'webapp/base/js/plugin_settings.js',
35 'webapp/base/js/l10n.js',
36 'webapp/base/js/xhr.js',
39 # Variables for loading_window.html. Note that the JS files are the same as
40 # for message_window.html, and are not duplicated here.
41 'ar_loading_window_template':
42 '<(DEPTH)/remoting/webapp/app_remoting/html/template_loading_window.html',
44 # Variables for main.html.
45 # These template files are used to construct the webapp html files.
47 '<(DEPTH)/remoting/webapp/app_remoting/html/template_lg.html',
48 'ar_main_template_files': [
49 'webapp/base/html/client_plugin.html',
50 'webapp/base/html/connection_dropped_dialog.html',
51 'webapp/app_remoting/html/context_menu.html',
52 'webapp/app_remoting/html/idle_dialog.html',
55 'webapp/app_remoting/js/application_context_menu.js',
56 'webapp/app_remoting/js/app_connected_view.js',
57 'webapp/app_remoting/js/app_remoting.js',
58 'webapp/app_remoting/js/app_remoting_activity.js',
59 'webapp/app_remoting/js/ar_auth_dialog.js',
60 'webapp/app_remoting/js/context_menu_adapter.js',
61 'webapp/app_remoting/js/context_menu_chrome.js',
62 'webapp/app_remoting/js/context_menu_dom.js',
63 'webapp/app_remoting/js/drag_and_drop.js',
64 'webapp/app_remoting/js/gaia_license_manager.js',
65 'webapp/app_remoting/js/idle_detector.js',
66 'webapp/app_remoting/js/keyboard_layouts_menu.js',
67 'webapp/app_remoting/js/license_manager.js',
68 'webapp/app_remoting/js/loading_window.js',
69 'webapp/app_remoting/js/submenu_manager.js',
70 'webapp/app_remoting/js/window_activation_menu.js',
71 'webapp/base/js/message_window_helper.js',
72 'webapp/base/js/message_window_manager.js',
73 '<@(remoting_webapp_shared_js_auth_google_files)',
74 '<@(remoting_webapp_shared_js_client_files)',
75 '<@(remoting_webapp_shared_js_core_files)',
76 '<@(remoting_webapp_shared_js_host_files)',
77 '<@(remoting_webapp_shared_js_logging_files)',
78 '<@(remoting_webapp_shared_js_signaling_files)',
79 '<@(remoting_webapp_shared_js_ui_files)',
82 # Variables for ar_background.html.
83 'ar_background_template':
84 '<(DEPTH)/remoting/webapp/app_remoting/html/template_background.html',
85 'ar_background_html_js_files': [
86 'webapp/app_remoting/js/ar_background.js',
87 'webapp/base/js/platform.js',
90 'ar_vendor_js_files': [
91 'webapp/app_remoting/vendor/arv_main.js',
94 'ar_vendor_html_files': [
95 'webapp/app_remoting/vendor/arv_background.html',
96 'webapp/app_remoting/vendor/arv_main.html',
97 'webapp/app_remoting/vendor/arv_wcs_sandbox.html',
101 '<@(ar_main_js_files)',
102 '<@(ar_feedback_consent_html_js_files)',
103 '<@(remoting_webapp_message_window_html_js_files)',
104 '<@(remoting_webapp_wcs_sandbox_html_js_files)',
105 '<@(ar_background_html_js_files)',
106 'webapp/base/js/credits_js.js',
109 # Files that contain localizable strings.
110 'app_remoting_webapp_localizable_files': [
111 '<(ar_main_template)',
112 '<@(ar_main_template_files)',
113 '<(ar_feedback_consent_template)',
114 '<(ar_loading_window_template)',
115 '<(remoting_webapp_template_message_window)',
116 '<(remoting_webapp_template_wcs_sandbox)',
117 '<@(ar_all_js_files)',
120 }, # end of variables