1 # 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.
7 'remoting_webapp_info_files': [
8 'resources/chromoting16.webp',
9 'resources/chromoting48.webp',
10 'resources/chromoting128.webp',
13 # 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',
22 # 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/crd/js/cs_third_party_auth_trampoline.js', # client to host
27 'webapp/crd/js/cs_oauth2_trampoline.js', # Google account
29 # Auth (client to host) JavaScript files.
30 'remoting_webapp_js_auth_client2host_files': [
31 'webapp/crd/js/third_party_host_permissions.js',
32 'webapp/crd/js/third_party_token_fetcher.js',
34 # Auth (Google account) JavaScript files.
35 'remoting_webapp_js_auth_google_files': [
36 'webapp/base/js/auth_dialog.js',
37 'webapp/base/js/auth_init.js',
38 'webapp/crd/js/identity.js',
39 'webapp/crd/js/oauth2.js',
40 'webapp/crd/js/oauth2_api.js',
41 'webapp/crd/js/oauth2_api_impl.js',
43 # Client JavaScript files.
44 'remoting_webapp_js_client_files': [
45 'webapp/crd/js/client_plugin.js',
46 'webapp/crd/js/client_plugin_impl.js',
47 # TODO(garykac) For client_screen:
48 # * Split out pin/access code stuff into separate file.
49 # * Move client logic into session_connector
50 'webapp/crd/js/client_screen.js',
51 'webapp/crd/js/client_session.js',
52 'webapp/crd/js/clipboard.js',
53 'webapp/crd/js/hangout_session.js',
54 'webapp/crd/js/session_connector.js',
55 'webapp/crd/js/session_connector_impl.js',
56 'webapp/crd/js/smart_reconnector.js',
57 'webapp/crd/js/video_frame_recorder.js',
59 # Remoting core JavaScript files.
60 'remoting_webapp_js_core_files': [
61 'webapp/base/js/application.js',
62 'webapp/base/js/base.js',
63 'webapp/base/js/platform.js',
64 'webapp/crd/js/error.js',
65 'webapp/crd/js/event_handlers.js',
66 'webapp/crd/js/plugin_settings.js',
67 # TODO(garykac) Split out UI client stuff from remoting.js.
68 'webapp/crd/js/remoting.js',
69 'webapp/crd/js/typecheck.js',
70 'webapp/crd/js/xhr.js',
72 # Host JavaScript files.
73 'remoting_webapp_js_host_files': [
74 'webapp/crd/js/host.js',
75 'webapp/crd/js/host_settings.js',
77 # Files for controlling the local machine as a host.
78 # Includes both it2me and me2me files.
79 'remoting_webapp_js_host_control_files': [
80 'webapp/crd/js/host_controller.js',
81 'webapp/crd/js/host_daemon_facade.js',
82 'webapp/crd/js/host_screen.js',
83 'webapp/crd/js/host_session.js',
84 'webapp/crd/js/host_setup_dialog.js',
85 'webapp/crd/js/host_install_dialog.js',
86 'webapp/crd/js/host_installer.js',
87 'webapp/crd/js/it2me_host_facade.js',
88 'webapp/crd/js/paired_client_manager.js',
90 # Files for displaying (in the client) info about available hosts.
91 'remoting_webapp_js_host_display_files': [
92 'webapp/crd/js/host_list.js',
93 'webapp/crd/js/host_list_api.js',
94 'webapp/crd/js/host_list_api_impl.js',
95 'webapp/crd/js/host_table_entry.js',
97 # Logging and stats JavaScript files.
98 'remoting_webapp_js_logging_files': [
99 'webapp/crd/js/format_iq.js',
100 'webapp/crd/js/log_to_server.js',
101 'webapp/crd/js/server_log_entry.js',
102 'webapp/crd/js/stats_accumulator.js',
104 # UI JavaScript files.
105 'remoting_webapp_js_ui_files': [
106 'webapp/base/js/window_shape.js',
107 'webapp/crd/js/butter_bar.js',
108 'webapp/crd/js/connection_stats.js',
109 'webapp/crd/js/feedback.js',
110 'webapp/crd/js/fullscreen.js',
111 'webapp/crd/js/fullscreen_v1.js',
112 'webapp/crd/js/fullscreen_v2.js',
113 'webapp/crd/js/l10n.js',
114 'webapp/crd/js/menu_button.js',
115 'webapp/crd/js/options_menu.js',
116 'webapp/crd/js/ui_mode.js',
117 'webapp/crd/js/toolbar.js',
118 'webapp/crd/js/window_frame.js',
120 # Remoting signaling files.
121 'remoting_webapp_js_signaling_files': [
122 'webapp/crd/js/signal_strategy.js',
123 'webapp/crd/js/wcs_adapter.js',
124 'webapp/crd/js/wcs_sandbox_container.js',
125 'webapp/crd/js/xmpp_connection.js',
126 'webapp/crd/js/xmpp_login_handler.js',
127 'webapp/crd/js/xmpp_stream_parser.js',
129 # Remoting WCS sandbox JavaScript files.
130 'remoting_webapp_js_wcs_sandbox_files': [
131 'webapp/crd/js/wcs.js',
132 'webapp/crd/js/wcs_loader.js',
133 'webapp/crd/js/wcs_sandbox_content.js',
134 'webapp/crd/js/xhr_proxy.js',
136 # gnubby authentication JavaScript files.
137 'remoting_webapp_js_gnubby_auth_files': [
138 'webapp/crd/js/gnubby_auth_handler.js',
140 # cast extension handler JavaScript files.
141 'remoting_webapp_js_cast_extension_files': [
142 'webapp/crd/js/cast_extension_handler.js',
144 # browser test JavaScript files.
145 'remoting_webapp_js_browser_test_files': [
146 'webapp/browser_test/browser_test.js',
147 'webapp/browser_test/bump_scroll_browser_test.js',
148 'webapp/browser_test/cancel_pin_browser_test.js',
149 'webapp/browser_test/invalid_pin_browser_test.js',
150 'webapp/browser_test/it2me_browser_test.js',
151 'webapp/browser_test/mock_client_plugin.js',
152 'webapp/browser_test/mock_host_list_api.js',
153 'webapp/browser_test/mock_identity.js',
154 'webapp/browser_test/mock_oauth2_api.js',
155 'webapp/browser_test/mock_session_connector.js',
156 'webapp/browser_test/mock_signal_strategy.js',
157 'webapp/browser_test/scrollbar_browser_test.js',
158 'webapp/browser_test/timeout_waiter.js',
159 'webapp/browser_test/unauthenticated_browser_test.js',
160 'webapp/browser_test/update_pin_browser_test.js',
162 # These product files are excluded from our JavaScript unittest
163 'remoting_webapp_unittest_exclude_files': [
164 # background.js is where the onLoad handler is defined, which
165 # makes it the entry point of the background page.
166 'webapp/crd/js/background.js',
168 # The unit test cases for the webapp
169 'remoting_webapp_unittest_js_files': [
170 'webapp/js_proto/chrome_proto.js',
171 'webapp/unittests/chrome_mocks.js',
172 'webapp/unittests/base_unittest.js',
173 'webapp/unittests/it2me_helpee_channel_unittest.js',
174 'webapp/unittests/it2me_helper_channel_unittest.js',
175 'webapp/unittests/it2me_service_unittest.js',
176 'webapp/unittests/l10n_unittest.js',
177 'webapp/unittests/menu_button_unittest.js',
178 'webapp/unittests/xmpp_connection_unittest.js',
179 'webapp/unittests/xmpp_login_handler_unittest.js',
180 'webapp/unittests/xmpp_stream_parser_unittest.js',
182 'remoting_webapp_unittest_additional_files': [
183 'webapp/crd/html/menu_button.css',
185 'remoting_webapp_unittest_template_main':
186 'webapp/crd/html/template_unittest.html',
188 # The shared JavaScript files required by main.html.
189 'remoting_webapp_shared_main_html_js_files': [
190 # Include the core files first as it is required by the other files.
191 # Otherwise, Jscompile will complain.
192 '<@(remoting_webapp_js_core_files)',
193 '<@(remoting_webapp_js_auth_client2host_files)',
194 '<@(remoting_webapp_js_auth_google_files)',
195 '<@(remoting_webapp_js_client_files)',
196 '<@(remoting_webapp_js_gnubby_auth_files)',
197 '<@(remoting_webapp_js_cast_extension_files)',
198 '<@(remoting_webapp_js_host_files)',
199 '<@(remoting_webapp_js_host_control_files)',
200 '<@(remoting_webapp_js_host_display_files)',
201 '<@(remoting_webapp_js_logging_files)',
202 '<@(remoting_webapp_js_ui_files)',
203 '<@(remoting_webapp_js_signaling_files)',
204 # Uncomment this line to include browser test files in the web app
205 # to expedite debugging or local development.
206 # '<@(remoting_webapp_js_browser_test_files)'
209 # The CRD-specific JavaScript files required by main.html.
210 'remoting_webapp_crd_main_html_js_files': [
211 'webapp/crd/js/crd_connect.js',
212 'webapp/crd/js/crd_event_handlers.js',
213 'webapp/crd/js/crd_main.js',
214 'webapp/crd/js/desktop_remoting.js',
217 # The JavaScript files that are used in the background page.
218 'remoting_webapp_background_js_files': [
219 'webapp/base/js/base.js',
220 'webapp/base/js/message_window_helper.js',
221 'webapp/base/js/message_window_manager.js',
222 'webapp/crd/js/app_launcher.js',
223 'webapp/crd/js/background.js',
224 'webapp/crd/js/client_session.js',
225 'webapp/crd/js/error.js',
226 'webapp/crd/js/host_installer.js',
227 'webapp/crd/js/host_session.js',
228 'webapp/crd/js/it2me_helpee_channel.js',
229 'webapp/crd/js/it2me_helper_channel.js',
230 'webapp/crd/js/it2me_host_facade.js',
231 'webapp/crd/js/it2me_service.js',
232 'webapp/crd/js/l10n.js',
233 'webapp/crd/js/oauth2.js',
234 'webapp/crd/js/oauth2_api.js',
235 'webapp/crd/js/plugin_settings.js',
236 'webapp/crd/js/typecheck.js',
237 'webapp/crd/js/xhr.js',
240 # The JavaScript files required by wcs_sandbox.html.
241 'remoting_webapp_wcs_sandbox_html_js_files': [
242 '<@(remoting_webapp_js_wcs_sandbox_files)',
243 'webapp/crd/js/error.js',
244 'webapp/crd/js/plugin_settings.js',
247 # All the JavaScript files that are shared by webapps.
248 'remoting_webapp_shared_js_files': [
249 # JS files for main.html.
250 '<@(remoting_webapp_shared_main_html_js_files)',
251 '<@(remoting_webapp_background_js_files)',
252 # JS files for message_window.html
253 'webapp/base/js/message_window.js',
254 # JS files for wcs_sandbox.html.
255 # Use r_w_js_wcs_sandbox_files instead of r_w_wcs_sandbox_html_js_files
256 # so that we don't double include error.js and plugin_settings.js.
257 '<@(remoting_webapp_js_wcs_sandbox_files)',
258 # JS files referenced in mainfest.json.
259 '<@(remoting_webapp_js_auth_v1_files)',
262 # All the JavaScript files required by CRD.
263 'remoting_webapp_crd_js_files': [
264 '<@(remoting_webapp_shared_js_files)',
265 '<@(remoting_webapp_crd_main_html_js_files)',
268 'remoting_webapp_resource_files': [
269 'resources/disclosure_arrow_down.webp',
270 'resources/disclosure_arrow_right.webp',
271 'resources/drag.webp',
272 'resources/host_setup_instructions.webp',
273 'resources/icon_close.webp',
274 'resources/icon_cross.webp',
275 'resources/icon_disconnect.webp',
276 'resources/icon_fullscreen.webp',
277 'resources/icon_help.webp',
278 'resources/icon_host.webp',
279 'resources/icon_maximize_restore.webp',
280 'resources/icon_minimize.webp',
281 'resources/icon_options.webp',
282 'resources/icon_pencil.webp',
283 'resources/icon_warning.webp',
284 'resources/infographic_my_computers.webp',
285 'resources/infographic_remote_assistance.webp',
286 'resources/plus.webp',
287 'resources/reload.webp',
288 'resources/tick.webp',
289 'webapp/base/html/connection_stats.css',
290 'webapp/base/html/message_window.html',
291 'webapp/base/html/main.css',
292 'webapp/base/html/message_window.css',
293 'webapp/base/resources/open_sans.css',
294 'webapp/base/resources/open_sans.woff',
295 'webapp/base/resources/spinner.gif',
296 'webapp/crd/html/butter_bar.css',
297 'webapp/crd/html/toolbar.css',
298 'webapp/crd/html/menu_button.css',
299 'webapp/crd/html/window_frame.css',
300 'webapp/crd/resources/scale-to-fit.webp',
303 'remoting_webapp_crd_files': [
304 '<@(remoting_webapp_info_files)',
305 '<@(remoting_webapp_crd_js_files)',
306 '<@(remoting_webapp_resource_files)',
309 # These template files are used to construct the webapp html files.
310 'remoting_webapp_template_main':
311 'webapp/crd/html/template_main.html',
313 'remoting_webapp_template_wcs_sandbox':
314 'webapp/base/html/template_wcs_sandbox.html',
316 'remoting_webapp_template_background':
317 'webapp/crd/html/template_background.html',
319 'remoting_webapp_template_files': [
320 'webapp/base/html/client_plugin.html',
321 'webapp/base/html/dialog_auth.html',
322 'webapp/crd/html/butter_bar.html',
323 'webapp/crd/html/dialog_client_connect_failed.html',
324 'webapp/crd/html/dialog_client_connecting.html',
325 'webapp/crd/html/dialog_client_host_needs_upgrade.html',
326 'webapp/crd/html/dialog_client_pin_prompt.html',
327 'webapp/crd/html/dialog_client_session_finished.html',
328 'webapp/crd/html/dialog_client_third_party_auth.html',
329 'webapp/crd/html/dialog_client_unconnected.html',
330 'webapp/crd/html/dialog_confirm_host_delete.html',
331 'webapp/crd/html/dialog_connection_history.html',
332 'webapp/crd/html/dialog_host.html',
333 'webapp/crd/html/dialog_host_install.html',
334 'webapp/crd/html/dialog_host_setup.html',
335 'webapp/crd/html/dialog_manage_pairings.html',
336 'webapp/crd/html/dialog_token_refresh_failed.html',
337 'webapp/crd/html/toolbar.html',
338 'webapp/crd/html/ui_header.html',
339 'webapp/crd/html/ui_it2me.html',
340 'webapp/crd/html/ui_me2me.html',
341 'webapp/crd/html/window_frame.html',