blob: cc94f6e61e0d5b6ad0147e479e74e9c983c9b645 [file] [log] [blame]
[email protected]af2d58182014-01-25 01:21:421# Copyright 2014 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.
4
5{
6 'variables': {
7 'remoting_webapp_info_files': [
8 'resources/chromoting16.webp',
9 'resources/chromoting48.webp',
10 'resources/chromoting128.webp',
[email protected]af2d58182014-01-25 01:21:4211 ],
12
[email protected]cbc8bb02014-01-28 18:01:5313 # Jscompile proto files.
14 # These provide type information for jscompile.
15 'remoting_webapp_js_proto_files': [
16 'webapp/js_proto/chrome_proto.js',
17 'webapp/js_proto/console_proto.js',
18 'webapp/js_proto/dom_proto.js',
19 'webapp/js_proto/remoting_proto.js',
20 ],
21
[email protected]cb896cc2014-02-20 00:35:3122 # Auth (apps v1) JavaScript files.
23 # These files aren't included directly from main.html. They are
24 # referenced from the manifest.json file (appsv1 only).
25 'remoting_webapp_js_auth_v1_files': [
26 'webapp/cs_third_party_auth_trampoline.js', # client to host
27 'webapp/cs_oauth2_trampoline.js', # Google account
28 ],
[email protected]af2d58182014-01-25 01:21:4229 # Auth (client to host) JavaScript files.
30 'remoting_webapp_js_auth_client2host_files': [
[email protected]af2d58182014-01-25 01:21:4231 'webapp/third_party_host_permissions.js',
32 'webapp/third_party_token_fetcher.js',
33 ],
34 # Auth (Google account) JavaScript files.
35 'remoting_webapp_js_auth_google_files': [
[email protected]af2d58182014-01-25 01:21:4236 'webapp/identity.js',
37 'webapp/oauth2.js',
38 'webapp/oauth2_api.js',
39 ],
[email protected]fd1468352014-02-06 10:38:4740 # Client JavaScript files.
[email protected]af2d58182014-01-25 01:21:4241 'remoting_webapp_js_client_files': [
42 'webapp/client_plugin.js',
43 # TODO(garykac) For client_screen:
44 # * Split out pin/access code stuff into separate file.
45 # * Move client logic into session_connector
46 'webapp/client_screen.js',
47 'webapp/client_session.js',
48 'webapp/clipboard.js',
[email protected]fd1468352014-02-06 10:38:4749 'webapp/media_source_renderer.js',
[email protected]af2d58182014-01-25 01:21:4250 'webapp/session_connector.js',
51 ],
52 # Remoting core JavaScript files.
53 'remoting_webapp_js_core_files': [
54 'webapp/error.js',
55 'webapp/event_handlers.js',
56 'webapp/plugin_settings.js',
57 # TODO(garykac) Split out UI client stuff from remoting.js.
58 'webapp/remoting.js',
[email protected]ef2f63382014-02-12 22:50:3859 'webapp/typecheck.js',
[email protected]af2d58182014-01-25 01:21:4260 'webapp/xhr.js',
[email protected]af2d58182014-01-25 01:21:4261 ],
62 # Host JavaScript files.
63 # Includes both it2me and me2me files.
64 'remoting_webapp_js_host_files': [
65 'webapp/host_controller.js',
66 'webapp/host_dispatcher.js',
[email protected]e71c1b52014-02-02 06:11:0567 'webapp/host_it2me_dispatcher.js',
68 'webapp/host_it2me_native_messaging.js',
[email protected]af2d58182014-01-25 01:21:4269 'webapp/host_native_messaging.js',
70 'webapp/host_session.js',
71 ],
72 # Logging and stats JavaScript files.
73 'remoting_webapp_js_logging_files': [
74 'webapp/format_iq.js',
75 'webapp/log_to_server.js',
76 'webapp/server_log_entry.js',
77 'webapp/stats_accumulator.js',
78 ],
79 # UI JavaScript files.
80 'remoting_webapp_js_ui_files': [
81 'webapp/butter_bar.js',
82 'webapp/connection_stats.js',
83 'webapp/l10n.js',
84 'webapp/menu_button.js',
85 'webapp/ui_mode.js',
86 'webapp/toolbar.js',
[email protected]71cd06392014-04-11 22:02:5587 'webapp/feedback.js',
[email protected]af2d58182014-01-25 01:21:4288 ],
89 # UI files for controlling the local machine as a host.
90 'remoting_webapp_js_ui_host_control_files': [
91 'webapp/host_screen.js',
92 'webapp/host_setup_dialog.js',
[email protected]0564f8a2014-02-06 02:29:1493 'webapp/host_install_dialog.js',
[email protected]af2d58182014-01-25 01:21:4294 'webapp/paired_client_manager.js',
95 ],
96 # UI files for displaying (in the client) info about available hosts.
97 'remoting_webapp_js_ui_host_display_files': [
98 'webapp/host.js',
99 'webapp/host_list.js',
100 'webapp/host_settings.js',
101 'webapp/host_table_entry.js',
102 ],
[email protected]cb896cc2014-02-20 00:35:31103 # Remoting WCS container JavaScript files.
104 'remoting_webapp_js_wcs_container_files': [
105 'webapp/wcs_sandbox_container.js',
106 ],
107 # Remoting WCS sandbox JavaScript files.
108 'remoting_webapp_js_wcs_sandbox_files': [
[email protected]af2d58182014-01-25 01:21:42109 'webapp/wcs.js',
110 'webapp/wcs_loader.js',
[email protected]af2d58182014-01-25 01:21:42111 'webapp/wcs_sandbox_content.js',
[email protected]cb896cc2014-02-20 00:35:31112 'webapp/xhr_proxy.js',
[email protected]af2d58182014-01-25 01:21:42113 ],
[email protected]de101e12014-02-27 04:12:08114 # gnubby authentication JavaScript files.
115 'remoting_webapp_js_gnubby_auth_files': [
116 'webapp/gnubby_auth_handler.js',
117 ],
[email protected]cb896cc2014-02-20 00:35:31118 # The JavaScript files required by main.html.
119 'remoting_webapp_main_html_js_files': [
[email protected]af2d58182014-01-25 01:21:42120 '<@(remoting_webapp_js_auth_client2host_files)',
121 '<@(remoting_webapp_js_auth_google_files)',
122 '<@(remoting_webapp_js_client_files)',
123 '<@(remoting_webapp_js_core_files)',
[email protected]de101e12014-02-27 04:12:08124 '<@(remoting_webapp_js_gnubby_auth_files)',
[email protected]af2d58182014-01-25 01:21:42125 '<@(remoting_webapp_js_host_files)',
126 '<@(remoting_webapp_js_logging_files)',
127 '<@(remoting_webapp_js_ui_files)',
128 '<@(remoting_webapp_js_ui_host_control_files)',
129 '<@(remoting_webapp_js_ui_host_display_files)',
[email protected]cb896cc2014-02-20 00:35:31130 '<@(remoting_webapp_js_wcs_container_files)',
131 ],
132
133 # The JavaScript files required by wcs_sandbox.html.
134 'remoting_webapp_wcs_sandbox_html_js_files': [
135 '<@(remoting_webapp_js_wcs_sandbox_files)',
136 'webapp/error.js',
137 'webapp/plugin_settings.js',
138 ],
139
140 # All the JavaScript files required by the webapp.
141 'remoting_webapp_all_js_files': [
142 # JS files for main.html.
143 '<@(remoting_webapp_main_html_js_files)',
144 # JS files for wcs_sandbox.html.
145 # Use r_w_js_wcs_sandbox_files instead of r_w_wcs_sandbox_html_js_files
146 # so that we don't double include error.js and plugin_settings.js.
147 '<@(remoting_webapp_js_wcs_sandbox_files)',
148 # JS files referenced in mainfest.json.
149 '<@(remoting_webapp_js_auth_v1_files)',
[email protected]af2d58182014-01-25 01:21:42150 ],
151
152 'remoting_webapp_resource_files': [
153 'resources/disclosure_arrow_down.webp',
154 'resources/disclosure_arrow_right.webp',
155 'resources/host_setup_instructions.webp',
156 'resources/icon_cross.webp',
[email protected]ef16f932014-04-16 09:41:58157 'resources/icon_help.webp',
[email protected]af2d58182014-01-25 01:21:42158 'resources/icon_host.webp',
159 'resources/icon_pencil.webp',
160 'resources/icon_warning.webp',
161 'resources/infographic_my_computers.webp',
162 'resources/infographic_remote_assistance.webp',
163 'resources/plus.webp',
164 'resources/reload.webp',
165 'resources/tick.webp',
[email protected]af2d58182014-01-25 01:21:42166 'webapp/connection_stats.css',
167 'webapp/main.css',
[email protected]af2d58182014-01-25 01:21:42168 'webapp/menu_button.css',
169 'webapp/open_sans.css',
170 'webapp/open_sans.woff',
171 'webapp/scale-to-fit.webp',
172 'webapp/spinner.gif',
173 'webapp/toolbar.css',
[email protected]af2d58182014-01-25 01:21:42174 ],
175
176 'remoting_webapp_files': [
177 '<@(remoting_webapp_info_files)',
[email protected]cb896cc2014-02-20 00:35:31178 '<@(remoting_webapp_all_js_files)',
[email protected]af2d58182014-01-25 01:21:42179 '<@(remoting_webapp_resource_files)',
180 ],
[email protected]cb896cc2014-02-20 00:35:31181
182 # These template files are used to construct the webapp html files.
183 'remoting_webapp_template_main':
184 'webapp/html/template_main.html',
185
186 'remoting_webapp_template_wcs_sandbox':
187 'webapp/html/template_wcs_sandbox.html',
188
189 'remoting_webapp_template_files': [
190 'webapp/html/butterbar.html',
[email protected]95489032014-02-25 13:58:04191 'webapp/html/client_plugin.html',
[email protected]cb896cc2014-02-20 00:35:31192 'webapp/html/dialog_auth.html',
[email protected]95489032014-02-25 13:58:04193 'webapp/html/dialog_client_connect_failed.html',
194 'webapp/html/dialog_client_connecting.html',
[email protected]cb896cc2014-02-20 00:35:31195 'webapp/html/dialog_client_host_needs_upgrade.html',
[email protected]cb896cc2014-02-20 00:35:31196 'webapp/html/dialog_client_pin_prompt.html',
197 'webapp/html/dialog_client_session_finished.html',
198 'webapp/html/dialog_client_third_party_auth.html',
199 'webapp/html/dialog_client_unconnected.html',
200 'webapp/html/dialog_confirm_host_delete.html',
201 'webapp/html/dialog_connection_history.html',
202 'webapp/html/dialog_host.html',
203 'webapp/html/dialog_host_install.html',
204 'webapp/html/dialog_host_setup.html',
205 'webapp/html/dialog_manage_pairings.html',
206 'webapp/html/dialog_token_refresh_failed.html',
207 'webapp/html/toolbar.html',
208 'webapp/html/ui_header.html',
209 'webapp/html/ui_it2me.html',
210 'webapp/html/ui_me2me.html',
211 ],
212
[email protected]af2d58182014-01-25 01:21:42213 },
214}