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/ar_main.js',
61 'webapp/app_remoting/js/context_menu_adapter.js',
62 'webapp/app_remoting/js/context_menu_chrome.js',
63 'webapp/app_remoting/js/context_menu_dom.js',
64 'webapp/app_remoting/js/drag_and_drop.js',
65 'webapp/app_remoting/js/idle_detector.js',
66 'webapp/app_remoting/js/keyboard_layouts_menu.js',
67 'webapp/app_remoting/js/loading_window.js',
68 'webapp/app_remoting/js/submenu_manager.js',
69 'webapp/app_remoting/js/window_activation_menu.js',
70 'webapp/base/js/application.js',
71 'webapp/base/js/base.js',
72 'webapp/base/js/message_window_helper.js',
73 'webapp/base/js/message_window_manager.js',
74 '<@(remoting_webapp_shared_js_auth_google_files)',
75 '<@(remoting_webapp_shared_js_client_files)',
76 '<@(remoting_webapp_shared_js_core_files)',
77 '<@(remoting_webapp_shared_js_host_files)',
78 '<@(remoting_webapp_shared_js_logging_files)',
79 '<@(remoting_webapp_shared_js_signaling_files)',
80 '<@(remoting_webapp_shared_js_ui_files)',
83 'ar_background_js_files': [
84 'webapp/app_remoting/js/ar_background.js',
85 'webapp/base/js/platform.js',
89 '<@(ar_main_js_files)',
90 '<@(ar_feedback_consent_html_js_files)',
91 '<@(remoting_webapp_message_window_html_js_files)',
92 '<@(remoting_webapp_wcs_sandbox_html_js_files)',
93 # Referenced from the manifest.
94 '<@(ar_background_js_files)',
97 # Files that contain localizable strings.
98 'app_remoting_webapp_localizable_files': [
99 '<(ar_main_template)',
100 '<@(ar_main_template_files)',
101 '<(ar_feedback_consent_template)',
102 '<(ar_loading_window_template)',
103 '<(remoting_webapp_template_message_window)',
104 '<(remoting_webapp_template_wcs_sandbox)',
105 '<@(ar_all_js_files)',
108 }, # end of variables