blob: 4eccdb6ff975665621b1669c67f8f4e5fa0274a9 [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': [
Gary Kacmarcik6110f4b2014-10-23 00:20:0726 'webapp/crd/js/cs_third_party_auth_trampoline.js', # client to host
27 'webapp/crd/js/cs_oauth2_trampoline.js', # Google account
[email protected]cb896cc2014-02-20 00:35:3128 ],
[email protected]af2d58182014-01-25 01:21:4229 # Auth (client to host) JavaScript files.
30 'remoting_webapp_js_auth_client2host_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:0731 'webapp/crd/js/third_party_host_permissions.js',
32 'webapp/crd/js/third_party_token_fetcher.js',
[email protected]af2d58182014-01-25 01:21:4233 ],
34 # Auth (Google account) JavaScript files.
35 'remoting_webapp_js_auth_google_files': [
Gary Kacmarcik22eb37f12014-11-18 22:35:2536 'webapp/base/js/auth_dialog.js',
garykac7b15ac052014-12-02 03:12:3737 'webapp/base/js/auth_init.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:0738 'webapp/crd/js/identity.js',
39 'webapp/crd/js/oauth2.js',
40 'webapp/crd/js/oauth2_api.js',
[email protected]af2d58182014-01-25 01:21:4241 ],
[email protected]fd1468352014-02-06 10:38:4742 # Client JavaScript files.
[email protected]af2d58182014-01-25 01:21:4243 'remoting_webapp_js_client_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:0744 'webapp/crd/js/client_plugin.js',
45 'webapp/crd/js/client_plugin_impl.js',
[email protected]af2d58182014-01-25 01:21:4246 # TODO(garykac) For client_screen:
47 # * Split out pin/access code stuff into separate file.
48 # * Move client logic into session_connector
Gary Kacmarcik6110f4b2014-10-23 00:20:0749 'webapp/crd/js/client_screen.js',
50 'webapp/crd/js/client_session.js',
51 'webapp/crd/js/clipboard.js',
52 'webapp/crd/js/hangout_session.js',
53 'webapp/crd/js/media_source_renderer.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',
[email protected]af2d58182014-01-25 01:21:4258 ],
59 # Remoting core JavaScript files.
60 'remoting_webapp_js_core_files': [
garykacccb1b862014-12-06 03:46:4461 'webapp/base/js/application.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:0762 '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',
[email protected]af2d58182014-01-25 01:21:4267 # TODO(garykac) Split out UI client stuff from remoting.js.
Gary Kacmarcik6110f4b2014-10-23 00:20:0768 'webapp/crd/js/remoting.js',
69 'webapp/crd/js/typecheck.js',
70 'webapp/crd/js/xhr.js',
[email protected]af2d58182014-01-25 01:21:4271 ],
72 # Host JavaScript files.
73 # Includes both it2me and me2me files.
74 'remoting_webapp_js_host_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:0775 'webapp/crd/js/host_controller.js',
76 'webapp/crd/js/host_daemon_facade.js',
77 'webapp/crd/js/it2me_host_facade.js',
78 'webapp/crd/js/host_session.js',
[email protected]af2d58182014-01-25 01:21:4279 ],
80 # Logging and stats JavaScript files.
81 'remoting_webapp_js_logging_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:0782 'webapp/crd/js/format_iq.js',
83 'webapp/crd/js/log_to_server.js',
84 'webapp/crd/js/server_log_entry.js',
85 'webapp/crd/js/stats_accumulator.js',
[email protected]af2d58182014-01-25 01:21:4286 ],
87 # UI JavaScript files.
88 'remoting_webapp_js_ui_files': [
garykac701a99c2014-11-17 18:10:5289 'webapp/base/js/window_shape.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:0790 'webapp/crd/js/butter_bar.js',
91 'webapp/crd/js/connection_stats.js',
92 'webapp/crd/js/feedback.js',
93 'webapp/crd/js/fullscreen.js',
94 'webapp/crd/js/fullscreen_v1.js',
95 'webapp/crd/js/fullscreen_v2.js',
96 'webapp/crd/js/l10n.js',
97 'webapp/crd/js/menu_button.js',
98 'webapp/crd/js/options_menu.js',
99 'webapp/crd/js/ui_mode.js',
100 'webapp/crd/js/toolbar.js',
101 'webapp/crd/js/window_frame.js',
[email protected]af2d58182014-01-25 01:21:42102 ],
103 # UI files for controlling the local machine as a host.
104 'remoting_webapp_js_ui_host_control_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07105 'webapp/crd/js/host_screen.js',
106 'webapp/crd/js/host_setup_dialog.js',
107 'webapp/crd/js/host_install_dialog.js',
108 'webapp/crd/js/host_installer.js',
109 'webapp/crd/js/paired_client_manager.js',
[email protected]af2d58182014-01-25 01:21:42110 ],
111 # UI files for displaying (in the client) info about available hosts.
112 'remoting_webapp_js_ui_host_display_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07113 'webapp/crd/js/host.js',
114 'webapp/crd/js/host_list.js',
115 'webapp/crd/js/host_settings.js',
116 'webapp/crd/js/host_table_entry.js',
[email protected]af2d58182014-01-25 01:21:42117 ],
sergeyu30975b82014-09-04 06:37:18118 # Remoting signaling files.
119 'remoting_webapp_js_signaling_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07120 'webapp/crd/js/signal_strategy.js',
121 'webapp/crd/js/wcs_adapter.js',
122 'webapp/crd/js/wcs_sandbox_container.js',
123 'webapp/crd/js/xmpp_connection.js',
124 'webapp/crd/js/xmpp_login_handler.js',
125 'webapp/crd/js/xmpp_stream_parser.js',
sergeyuea321002014-09-03 04:50:26126 ],
[email protected]cb896cc2014-02-20 00:35:31127 # Remoting WCS sandbox JavaScript files.
128 'remoting_webapp_js_wcs_sandbox_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07129 'webapp/crd/js/wcs.js',
130 'webapp/crd/js/wcs_loader.js',
131 'webapp/crd/js/wcs_sandbox_content.js',
132 'webapp/crd/js/xhr_proxy.js',
[email protected]af2d58182014-01-25 01:21:42133 ],
[email protected]de101e12014-02-27 04:12:08134 # gnubby authentication JavaScript files.
135 'remoting_webapp_js_gnubby_auth_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07136 'webapp/crd/js/gnubby_auth_handler.js',
[email protected]de101e12014-02-27 04:12:08137 ],
[email protected]2f4e73e2014-08-16 08:35:47138 # cast extension handler JavaScript files.
139 'remoting_webapp_js_cast_extension_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07140 'webapp/crd/js/cast_extension_handler.js',
[email protected]2f4e73e2014-08-16 08:35:47141 ],
[email protected]4eacd672014-05-09 06:58:23142 # browser test JavaScript files.
143 'remoting_webapp_js_browser_test_files': [
144 'webapp/browser_test/browser_test.js',
[email protected]6395ecd2014-08-08 01:02:25145 'webapp/browser_test/bump_scroll_browser_test.js',
[email protected]e1680702014-05-14 03:09:01146 'webapp/browser_test/cancel_pin_browser_test.js',
147 'webapp/browser_test/invalid_pin_browser_test.js',
jamiewalch8e0666d2014-09-25 02:10:10148 'webapp/browser_test/mock_client_plugin.js',
149 'webapp/browser_test/mock_session_connector.js',
150 'webapp/browser_test/mock_signal_strategy.js',
jamiewalch7689f9b2014-09-11 01:51:18151 'webapp/browser_test/scrollbar_browser_test.js',
[email protected]e1680702014-05-14 03:09:01152 'webapp/browser_test/update_pin_browser_test.js',
[email protected]4eacd672014-05-09 06:58:23153 ],
[email protected]78485562014-06-23 21:12:45154 # These product files are excluded from our JavaScript unittest
155 'remoting_webapp_unittest_exclude_files': [
[email protected]f34acc692014-08-12 22:47:14156 # background.js is where the onLoad handler is defined, which
157 # makes it the entry point of the background page.
Gary Kacmarcik6110f4b2014-10-23 00:20:07158 'webapp/crd/js/background.js',
[email protected]78485562014-06-23 21:12:45159 ],
160 # The unit test cases for the webapp
[email protected]23005b62014-08-14 12:42:28161 'remoting_webapp_unittest_js_files': [
[email protected]ea93fa562014-07-23 16:54:24162 'webapp/js_proto/chrome_proto.js',
[email protected]23005b62014-08-14 12:42:28163 'webapp/unittests/chrome_mocks.js',
[email protected]09b6ce892014-07-18 23:40:05164 'webapp/unittests/base_unittest.js',
[email protected]16f0bac2014-08-21 05:24:48165 'webapp/unittests/it2me_helpee_channel_unittest.js',
[email protected]23005b62014-08-14 12:42:28166 'webapp/unittests/it2me_helper_channel_unittest.js',
sergeyuea321002014-09-03 04:50:26167 'webapp/unittests/it2me_service_unittest.js',
168 'webapp/unittests/l10n_unittest.js',
169 'webapp/unittests/menu_button_unittest.js',
170 'webapp/unittests/xmpp_connection_unittest.js',
171 'webapp/unittests/xmpp_login_handler_unittest.js',
172 'webapp/unittests/xmpp_stream_parser_unittest.js',
[email protected]79132942014-07-19 02:59:53173 ],
174 'remoting_webapp_unittest_additional_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07175 'webapp/crd/html/menu_button.css',
[email protected]78485562014-06-23 21:12:45176 ],
177 'remoting_webapp_unittest_template_main':
Gary Kacmarcik6110f4b2014-10-23 00:20:07178 'webapp/crd/html/template_unittest.html',
[email protected]78485562014-06-23 21:12:45179
garykac7b15ac052014-12-02 03:12:37180 # The shared JavaScript files required by main.html.
181 'remoting_webapp_shared_main_html_js_files': [
[email protected]f8881a72014-04-25 08:55:18182 # Include the core files first as it is required by the other files.
183 # Otherwise, Jscompile will complain.
184 '<@(remoting_webapp_js_core_files)',
[email protected]af2d58182014-01-25 01:21:42185 '<@(remoting_webapp_js_auth_client2host_files)',
186 '<@(remoting_webapp_js_auth_google_files)',
187 '<@(remoting_webapp_js_client_files)',
[email protected]de101e12014-02-27 04:12:08188 '<@(remoting_webapp_js_gnubby_auth_files)',
[email protected]2f4e73e2014-08-16 08:35:47189 '<@(remoting_webapp_js_cast_extension_files)',
[email protected]af2d58182014-01-25 01:21:42190 '<@(remoting_webapp_js_host_files)',
191 '<@(remoting_webapp_js_logging_files)',
192 '<@(remoting_webapp_js_ui_files)',
193 '<@(remoting_webapp_js_ui_host_control_files)',
194 '<@(remoting_webapp_js_ui_host_display_files)',
sergeyu30975b82014-09-04 06:37:18195 '<@(remoting_webapp_js_signaling_files)',
[email protected]4eacd672014-05-09 06:58:23196 # Uncomment this line to include browser test files in the web app
197 # to expedite debugging or local development.
[email protected]f34acc692014-08-12 22:47:14198 # '<@(remoting_webapp_js_browser_test_files)'
199 ],
200
garykac7b15ac052014-12-02 03:12:37201 # The CRD-specific JavaScript files required by main.html.
202 'remoting_webapp_crd_main_html_js_files': [
203 'webapp/crd/js/crd_main.js',
garykacccb1b862014-12-06 03:46:44204 'webapp/crd/js/desktop_remoting.js',
garykac7b15ac052014-12-02 03:12:37205 ],
206
[email protected]16f0bac2014-08-21 05:24:48207 # The JavaScript files that are used in the background page.
[email protected]f34acc692014-08-12 22:47:14208 'remoting_webapp_background_js_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07209 'webapp/base/js/base.js',
210 'webapp/base/js/message_window_helper.js',
211 'webapp/base/js/message_window_manager.js',
212 'webapp/crd/js/app_launcher.js',
213 'webapp/crd/js/background.js',
214 'webapp/crd/js/client_session.js',
215 'webapp/crd/js/error.js',
216 'webapp/crd/js/host_installer.js',
217 'webapp/crd/js/host_session.js',
218 'webapp/crd/js/it2me_helpee_channel.js',
219 'webapp/crd/js/it2me_helper_channel.js',
220 'webapp/crd/js/it2me_host_facade.js',
221 'webapp/crd/js/it2me_service.js',
222 'webapp/crd/js/l10n.js',
jamiewalch6d20d9e2014-10-30 22:33:12223 'webapp/crd/js/oauth2.js',
224 'webapp/crd/js/oauth2_api.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07225 'webapp/crd/js/plugin_settings.js',
226 'webapp/crd/js/typecheck.js',
jamiewalch6d20d9e2014-10-30 22:33:12227 'webapp/crd/js/xhr.js',
[email protected]cb896cc2014-02-20 00:35:31228 ],
229
230 # The JavaScript files required by wcs_sandbox.html.
231 'remoting_webapp_wcs_sandbox_html_js_files': [
232 '<@(remoting_webapp_js_wcs_sandbox_files)',
Gary Kacmarcik6110f4b2014-10-23 00:20:07233 'webapp/crd/js/error.js',
234 'webapp/crd/js/plugin_settings.js',
[email protected]cb896cc2014-02-20 00:35:31235 ],
236
garykac7b15ac052014-12-02 03:12:37237 # All the JavaScript files that are shared by webapps.
238 'remoting_webapp_shared_js_files': [
[email protected]cb896cc2014-02-20 00:35:31239 # JS files for main.html.
garykac7b15ac052014-12-02 03:12:37240 '<@(remoting_webapp_shared_main_html_js_files)',
[email protected]f34acc692014-08-12 22:47:14241 '<@(remoting_webapp_background_js_files)',
kelvinp8df98f362014-08-25 18:26:19242 # JS files for message_window.html
Gary Kacmarcik6110f4b2014-10-23 00:20:07243 'webapp/base/js/message_window.js',
[email protected]cb896cc2014-02-20 00:35:31244 # JS files for wcs_sandbox.html.
245 # Use r_w_js_wcs_sandbox_files instead of r_w_wcs_sandbox_html_js_files
246 # so that we don't double include error.js and plugin_settings.js.
247 '<@(remoting_webapp_js_wcs_sandbox_files)',
248 # JS files referenced in mainfest.json.
249 '<@(remoting_webapp_js_auth_v1_files)',
[email protected]af2d58182014-01-25 01:21:42250 ],
251
garykac7b15ac052014-12-02 03:12:37252 # All the JavaScript files required by CRD.
253 'remoting_webapp_crd_js_files': [
254 '<@(remoting_webapp_shared_js_files)',
255 '<@(remoting_webapp_crd_main_html_js_files)',
256 ],
257
[email protected]af2d58182014-01-25 01:21:42258 'remoting_webapp_resource_files': [
259 'resources/disclosure_arrow_down.webp',
260 'resources/disclosure_arrow_right.webp',
[email protected]f733f262014-05-14 06:10:16261 'resources/drag.webp',
[email protected]af2d58182014-01-25 01:21:42262 'resources/host_setup_instructions.webp',
[email protected]f733f262014-05-14 06:10:16263 'resources/icon_close.webp',
[email protected]af2d58182014-01-25 01:21:42264 'resources/icon_cross.webp',
[email protected]f733f262014-05-14 06:10:16265 'resources/icon_disconnect.webp',
jamiewalch0bc497a82014-08-26 00:33:45266 'resources/icon_fullscreen.webp',
[email protected]ef16f932014-04-16 09:41:58267 'resources/icon_help.webp',
[email protected]af2d58182014-01-25 01:21:42268 'resources/icon_host.webp',
[email protected]f733f262014-05-14 06:10:16269 'resources/icon_maximize_restore.webp',
270 'resources/icon_minimize.webp',
[email protected]d7f7e2ff2014-07-24 03:05:19271 'resources/icon_options.webp',
[email protected]af2d58182014-01-25 01:21:42272 'resources/icon_pencil.webp',
273 'resources/icon_warning.webp',
274 'resources/infographic_my_computers.webp',
275 'resources/infographic_remote_assistance.webp',
276 'resources/plus.webp',
277 'resources/reload.webp',
278 'resources/tick.webp',
Gary Kacmarcik6110f4b2014-10-23 00:20:07279 'webapp/base/html/connection_stats.css',
280 'webapp/base/html/message_window.html',
281 'webapp/base/html/main.css',
282 'webapp/base/html/message_window.css',
283 'webapp/base/resources/open_sans.css',
284 'webapp/base/resources/open_sans.woff',
285 'webapp/base/resources/spinner.gif',
Gary Kacmarcikac6b679f2014-11-13 20:52:17286 'webapp/crd/html/butter_bar.css',
Gary Kacmarcik6110f4b2014-10-23 00:20:07287 'webapp/crd/html/toolbar.css',
288 'webapp/crd/html/menu_button.css',
289 'webapp/crd/html/window_frame.css',
290 'webapp/crd/resources/scale-to-fit.webp',
[email protected]af2d58182014-01-25 01:21:42291 ],
292
garykac7b15ac052014-12-02 03:12:37293 'remoting_webapp_crd_files': [
[email protected]af2d58182014-01-25 01:21:42294 '<@(remoting_webapp_info_files)',
garykac7b15ac052014-12-02 03:12:37295 '<@(remoting_webapp_crd_js_files)',
[email protected]af2d58182014-01-25 01:21:42296 '<@(remoting_webapp_resource_files)',
297 ],
[email protected]cb896cc2014-02-20 00:35:31298
299 # These template files are used to construct the webapp html files.
300 'remoting_webapp_template_main':
Gary Kacmarcik6110f4b2014-10-23 00:20:07301 'webapp/crd/html/template_main.html',
[email protected]cb896cc2014-02-20 00:35:31302
303 'remoting_webapp_template_wcs_sandbox':
Gary Kacmarcik6110f4b2014-10-23 00:20:07304 'webapp/base/html/template_wcs_sandbox.html',
[email protected]cb896cc2014-02-20 00:35:31305
[email protected]f34acc692014-08-12 22:47:14306 'remoting_webapp_template_background':
Gary Kacmarcik6110f4b2014-10-23 00:20:07307 'webapp/crd/html/template_background.html',
[email protected]f34acc692014-08-12 22:47:14308
[email protected]cb896cc2014-02-20 00:35:31309 'remoting_webapp_template_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07310 'webapp/base/html/client_plugin.html',
311 'webapp/base/html/dialog_auth.html',
Gary Kacmarcikac6b679f2014-11-13 20:52:17312 'webapp/crd/html/butter_bar.html',
Gary Kacmarcik6110f4b2014-10-23 00:20:07313 'webapp/crd/html/dialog_client_connect_failed.html',
314 'webapp/crd/html/dialog_client_connecting.html',
315 'webapp/crd/html/dialog_client_host_needs_upgrade.html',
316 'webapp/crd/html/dialog_client_pin_prompt.html',
317 'webapp/crd/html/dialog_client_session_finished.html',
318 'webapp/crd/html/dialog_client_third_party_auth.html',
319 'webapp/crd/html/dialog_client_unconnected.html',
320 'webapp/crd/html/dialog_confirm_host_delete.html',
321 'webapp/crd/html/dialog_connection_history.html',
322 'webapp/crd/html/dialog_host.html',
323 'webapp/crd/html/dialog_host_install.html',
324 'webapp/crd/html/dialog_host_setup.html',
325 'webapp/crd/html/dialog_manage_pairings.html',
326 'webapp/crd/html/dialog_token_refresh_failed.html',
327 'webapp/crd/html/toolbar.html',
328 'webapp/crd/html/ui_header.html',
329 'webapp/crd/html/ui_it2me.html',
330 'webapp/crd/html/ui_me2me.html',
331 'webapp/crd/html/window_frame.html',
[email protected]cb896cc2014-02-20 00:35:31332 ],
333
[email protected]af2d58182014-01-25 01:21:42334 },
335}