blob: f36ac4d6f62e610dad82b88d2315e1a69fdd57f2 [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': {
[email protected]af2d58182014-01-25 01:21:427
[email protected]cbc8bb02014-01-28 18:01:538 # Jscompile proto files.
9 # These provide type information for jscompile.
10 'remoting_webapp_js_proto_files': [
11 'webapp/js_proto/chrome_proto.js',
garykac818c8012015-03-02 18:37:4712 'webapp/js_proto/chrome_cast_proto.js',
13 'webapp/js_proto/chrome_event_proto.js',
[email protected]cbc8bb02014-01-28 18:01:5314 'webapp/js_proto/dom_proto.js',
15 'webapp/js_proto/remoting_proto.js',
16 ],
17
garykacb70d4632015-02-19 02:58:5218 #
garykac818c8012015-03-02 18:37:4719 # Webapp browsertest JavaScript files.
garykacb70d4632015-02-19 02:58:5220 #
21
garykacb70d4632015-02-19 02:58:5222 # Browser test files.
23 'remoting_webapp_browsertest_js_files': [
24 'webapp/browser_test/browser_test.js',
25 'webapp/browser_test/bump_scroll_browser_test.js',
26 'webapp/browser_test/cancel_pin_browser_test.js',
27 'webapp/browser_test/invalid_pin_browser_test.js',
28 'webapp/browser_test/it2me_browser_test.js',
garykacb70d4632015-02-19 02:58:5229 'webapp/browser_test/scrollbar_browser_test.js',
30 'webapp/browser_test/timeout_waiter.js',
31 'webapp/browser_test/unauthenticated_browser_test.js',
32 'webapp/browser_test/update_pin_browser_test.js',
33 ],
garykac818c8012015-03-02 18:37:4734 # Browser test files.
35 'remoting_webapp_browsertest_js_mock_files': [
wez0f929882015-03-12 16:19:1936 'webapp/crd/js/mock_client_plugin.js',
37 'webapp/crd/js/mock_host_list_api.js',
38 'webapp/crd/js/mock_identity.js',
39 'webapp/crd/js/mock_oauth2_api.js',
40 'webapp/crd/js/mock_session_connector.js',
41 'webapp/crd/js/mock_signal_strategy.js',
garykac818c8012015-03-02 18:37:4742 ],
43 'remoting_webapp_browsertest_js_proto_files': [
44 'webapp/js_proto/sinon_proto.js',
45 'webapp/js_proto/test_proto.js',
46 '<@(remoting_webapp_js_proto_files)',
47 ],
garykacb70d4632015-02-19 02:58:5248 'remoting_webapp_browsertest_all_js_files': [
49 '<@(remoting_webapp_browsertest_js_files)',
garykac818c8012015-03-02 18:37:4750 '<@(remoting_webapp_browsertest_js_mock_files)',
garykacb70d4632015-02-19 02:58:5251 ],
52
garykac818c8012015-03-02 18:37:4753 #
54 # Webapp unittest JavaScript files.
55 #
56
garykacb70d4632015-02-19 02:58:5257 # These product files are excluded from our JavaScript unittest
wez0f929882015-03-12 16:19:1958 'remoting_webapp_unittests_exclude_js_files': [
garykacb70d4632015-02-19 02:58:5259 # background.js is where the onLoad handler is defined, which
60 # makes it the entry point of the background page.
61 'webapp/crd/js/background.js',
62 ],
63 # The unit test cases for the webapp
wez0f929882015-03-12 16:19:1964 'remoting_webapp_unittests_js_files': [
jrw7829d552015-03-14 00:16:3865 # TODO(jrw): Move spy_promise to base.
66 'webapp/unittests/spy_promise.js',
67 'webapp/unittests/spy_promise_unittest.js',
wez0f929882015-03-12 16:19:1968 'webapp/base/js/base_unittest.js',
69 'webapp/base/js/base_event_hook_unittest.js',
kelvinp718f4e82015-03-20 23:19:4770 'webapp/base/js/base_inherits_unittest.js',
wez0f929882015-03-12 16:19:1971 'webapp/base/js/ipc_unittest.js',
kelvinp25f89e582015-04-08 01:20:5072 'webapp/base/js/protocol_extension_manager_unittest.js',
wez0f929882015-03-12 16:19:1973 'webapp/crd/js/apps_v2_migration_unittest.js',
74 'webapp/crd/js/desktop_viewport_unittest.js',
75 'webapp/crd/js/dns_blackhole_checker_unittest.js',
jrw745e53b2015-03-16 21:26:1376 'webapp/crd/js/error_unittest.js',
wez0f929882015-03-12 16:19:1977 'webapp/crd/js/fallback_signal_strategy_unittest.js',
jrw12e3cb32015-03-31 00:58:1478 'webapp/crd/js/gcd_client_unittest.js',
jrw58e816f02015-04-07 19:59:1279 'webapp/crd/js/gcd_client_with_mock_xhr_unittest.js',
jrwf326e5a2015-04-09 20:20:4980 'webapp/crd/js/host_controller_unittest.js',
jrw133be792015-04-08 01:12:2881 'webapp/crd/js/host_daemon_facade_unittest.js',
wez0f929882015-03-12 16:19:1982 'webapp/crd/js/host_table_entry_unittest.js',
jamiewalch21196522015-03-17 02:04:2683 'webapp/crd/js/identity_unittest.js',
wez0f929882015-03-12 16:19:1984 'webapp/crd/js/l10n_unittest.js',
85 'webapp/crd/js/menu_button_unittest.js',
jrw58e816f02015-04-07 19:59:1286 'webapp/crd/js/mock_xhr_unittest.js',
jrwb814ba02015-03-19 20:08:4587 'webapp/crd/js/typecheck_unittest.js',
wez0f929882015-03-12 16:19:1988 'webapp/crd/js/xhr_unittest.js',
89 'webapp/crd/js/xmpp_connection_unittest.js',
90 'webapp/crd/js/xmpp_login_handler_unittest.js',
91 'webapp/crd/js/xmpp_stream_parser_unittest.js',
garykacb70d4632015-02-19 02:58:5292 ],
wez0f929882015-03-12 16:19:1993 'remoting_webapp_unittests_js_mock_files': [
garykac818c8012015-03-02 18:37:4794 # Some proto files can be repurposed as simple mocks for the unittests.
95 # Note that some defs in chrome_proto are overwritten by chrome_mocks.
jrwf326e5a2015-04-09 20:20:4996 'webapp/crd/js/mock_host_daemon_facade.js',
wez0f929882015-03-12 16:19:1997 'webapp/crd/js/mock_signal_strategy.js',
garykac818c8012015-03-02 18:37:4798 'webapp/js_proto/chrome_proto.js',
wez0f929882015-03-12 16:19:1999 'webapp/js_proto/chrome_mocks.js',
garykac818c8012015-03-02 18:37:47100 'webapp/unittests/sinon_helpers.js',
jrw58e816f02015-04-07 19:59:12101 'webapp/crd/js/mock_xhr.js',
garykac818c8012015-03-02 18:37:47102 ],
103 # Prototypes for objects that are not mocked.
wez0f929882015-03-12 16:19:19104 'remoting_webapp_unittests_js_proto_files': [
garykac818c8012015-03-02 18:37:47105 'webapp/js_proto/chrome_cast_proto.js',
106 'webapp/js_proto/dom_proto.js',
107 'webapp/js_proto/remoting_proto.js',
108 'webapp/js_proto/qunit_proto.js',
109 'webapp/js_proto/sinon_proto.js',
garykac818c8012015-03-02 18:37:47110 ],
wez0f929882015-03-12 16:19:19111 'remoting_webapp_unittests_all_js_files': [
112 '<@(remoting_webapp_unittests_js_files)',
113 '<@(remoting_webapp_unittests_js_mock_files)',
garykacb70d4632015-02-19 02:58:52114 ],
garykac818c8012015-03-02 18:37:47115 # All the files needed to run the unittests.
wez0f929882015-03-12 16:19:19116 'remoting_webapp_unittests_all_files': [
garykacb70d4632015-02-19 02:58:52117 'webapp/crd/html/menu_button.css',
wez0f929882015-03-12 16:19:19118 '<@(remoting_webapp_unittests_all_js_files)',
garykacb70d4632015-02-19 02:58:52119 ],
wez0f929882015-03-12 16:19:19120 'remoting_webapp_unittests_template_main':
121 'webapp/crd/html/template_unittests.html',
garykacb70d4632015-02-19 02:58:52122
123 #
124 # Webapp JavaScript file groups.
125 #
126
[email protected]cb896cc2014-02-20 00:35:31127 # Auth (apps v1) JavaScript files.
128 # These files aren't included directly from main.html. They are
129 # referenced from the manifest.json file (appsv1 only).
130 'remoting_webapp_js_auth_v1_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07131 'webapp/crd/js/cs_third_party_auth_trampoline.js', # client to host
132 'webapp/crd/js/cs_oauth2_trampoline.js', # Google account
[email protected]cb896cc2014-02-20 00:35:31133 ],
[email protected]af2d58182014-01-25 01:21:42134 # Auth (client to host) JavaScript files.
135 'remoting_webapp_js_auth_client2host_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07136 'webapp/crd/js/third_party_host_permissions.js',
137 'webapp/crd/js/third_party_token_fetcher.js',
[email protected]af2d58182014-01-25 01:21:42138 ],
139 # Auth (Google account) JavaScript files.
140 'remoting_webapp_js_auth_google_files': [
garykac7b15ac052014-12-02 03:12:37141 'webapp/base/js/auth_init.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07142 'webapp/crd/js/identity.js',
143 'webapp/crd/js/oauth2.js',
144 'webapp/crd/js/oauth2_api.js',
jamiewalch499b99a2015-01-09 23:19:07145 'webapp/crd/js/oauth2_api_impl.js',
[email protected]af2d58182014-01-25 01:21:42146 ],
garykacb70d4632015-02-19 02:58:52147 # Cast extension handler JavaScript files.
148 'remoting_webapp_js_cast_extension_files': [
149 'webapp/crd/js/cast_extension_handler.js',
150 ],
[email protected]fd1468352014-02-06 10:38:47151 # Client JavaScript files.
[email protected]af2d58182014-01-25 01:21:42152 'remoting_webapp_js_client_files': [
kelvinp4a6581f2015-04-15 02:25:03153 'webapp/crd/js/activity.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07154 'webapp/crd/js/client_plugin.js',
155 'webapp/crd/js/client_plugin_impl.js',
kelvinp87368c72015-02-20 00:17:42156 'webapp/crd/js/client_plugin_host_desktop_impl.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07157 'webapp/crd/js/client_session.js',
158 'webapp/crd/js/clipboard.js',
kelvinp9ba1fff02015-03-12 01:15:32159 'webapp/crd/js/connected_view.js',
kelvinp0d9f28d2015-03-16 23:05:11160 'webapp/crd/js/connection_info.js',
kelvinpa656e722015-03-02 21:40:47161 'webapp/crd/js/credentials_provider.js',
garykacf6377ee2015-02-13 03:08:04162 'webapp/crd/js/desktop_connected_view.js',
kelvinp87368c72015-02-20 00:17:42163 'webapp/crd/js/host_desktop.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07164 'webapp/crd/js/session_connector.js',
165 'webapp/crd/js/session_connector_impl.js',
166 'webapp/crd/js/smart_reconnector.js',
167 'webapp/crd/js/video_frame_recorder.js',
[email protected]af2d58182014-01-25 01:21:42168 ],
169 # Remoting core JavaScript files.
170 'remoting_webapp_js_core_files': [
garykac12564e82015-02-03 21:45:20171 'webapp/base/js/app_capabilities.js',
garykacccb1b862014-12-06 03:46:44172 'webapp/base/js/application.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07173 'webapp/base/js/base.js',
kelvinp6f290c22015-01-28 23:29:29174 'webapp/base/js/ipc.js',
kelvinpe474a7822015-04-08 20:53:18175 'webapp/base/js/modal_dialogs.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07176 'webapp/base/js/platform.js',
kelvinp25f89e582015-04-08 01:20:50177 'webapp/base/js/protocol_extension_manager.js',
garykaccd415d02015-03-13 20:38:11178 'webapp/base/js/protocol_extension.js',
kelvinpef56d872015-01-22 03:13:36179 'webapp/crd/js/apps_v2_migration.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07180 'webapp/crd/js/error.js',
181 'webapp/crd/js/event_handlers.js',
182 'webapp/crd/js/plugin_settings.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07183 'webapp/crd/js/remoting.js',
184 'webapp/crd/js/typecheck.js',
185 'webapp/crd/js/xhr.js',
jrw12e3cb32015-03-31 00:58:14186 'webapp/crd/js/gcd_client.js',
[email protected]af2d58182014-01-25 01:21:42187 ],
garykacb70d4632015-02-19 02:58:52188 # Gnubby authentication JavaScript files.
189 'remoting_webapp_js_gnubby_auth_files': [
190 'webapp/crd/js/gnubby_auth_handler.js',
191 ],
[email protected]af2d58182014-01-25 01:21:42192 # Host JavaScript files.
[email protected]af2d58182014-01-25 01:21:42193 'remoting_webapp_js_host_files': [
garykac846c7c72014-12-19 23:36:14194 'webapp/crd/js/host.js',
195 'webapp/crd/js/host_settings.js',
196 ],
197 # Files for controlling the local machine as a host.
198 # Includes both it2me and me2me files.
199 'remoting_webapp_js_host_control_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07200 'webapp/crd/js/host_controller.js',
201 'webapp/crd/js/host_daemon_facade.js',
garykac846c7c72014-12-19 23:36:14202 'webapp/crd/js/host_screen.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07203 'webapp/crd/js/host_session.js',
garykac846c7c72014-12-19 23:36:14204 'webapp/crd/js/host_setup_dialog.js',
205 'webapp/crd/js/host_install_dialog.js',
206 'webapp/crd/js/host_installer.js',
207 'webapp/crd/js/it2me_host_facade.js',
208 'webapp/crd/js/paired_client_manager.js',
209 ],
210 # Files for displaying (in the client) info about available hosts.
211 'remoting_webapp_js_host_display_files': [
212 'webapp/crd/js/host_list.js',
jamiewalchb8749522015-01-05 20:00:49213 'webapp/crd/js/host_list_api.js',
jamiewalch499b99a2015-01-09 23:19:07214 'webapp/crd/js/host_list_api_impl.js',
garykac846c7c72014-12-19 23:36:14215 'webapp/crd/js/host_table_entry.js',
kelvinpf95677a2015-03-04 08:57:51216 'webapp/crd/js/local_host_section.js',
[email protected]af2d58182014-01-25 01:21:42217 ],
218 # Logging and stats JavaScript files.
219 'remoting_webapp_js_logging_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07220 'webapp/crd/js/format_iq.js',
221 'webapp/crd/js/log_to_server.js',
222 'webapp/crd/js/server_log_entry.js',
223 'webapp/crd/js/stats_accumulator.js',
[email protected]af2d58182014-01-25 01:21:42224 ],
garykacb70d4632015-02-19 02:58:52225 # Remoting signaling files.
226 'remoting_webapp_js_signaling_files': [
227 'webapp/crd/js/dns_blackhole_checker.js',
228 'webapp/crd/js/fallback_signal_strategy.js',
229 'webapp/crd/js/signal_strategy.js',
sergeyu749305d2015-03-11 23:05:34230 'webapp/crd/js/tcp_socket.js',
garykacb70d4632015-02-19 02:58:52231 'webapp/crd/js/wcs_adapter.js',
232 'webapp/crd/js/wcs_sandbox_container.js',
233 'webapp/crd/js/xmpp_connection.js',
234 'webapp/crd/js/xmpp_login_handler.js',
235 'webapp/crd/js/xmpp_stream_parser.js',
236 ],
[email protected]af2d58182014-01-25 01:21:42237 # UI JavaScript files.
238 'remoting_webapp_js_ui_files': [
garykac701a99c2014-11-17 18:10:52239 'webapp/base/js/window_shape.js',
kelvinp1e259c472015-02-24 01:03:04240 'webapp/crd/js/bump_scroller.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07241 'webapp/crd/js/butter_bar.js',
242 'webapp/crd/js/connection_stats.js',
kelvinp1e259c472015-02-24 01:03:04243 'webapp/crd/js/desktop_viewport.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07244 'webapp/crd/js/feedback.js',
245 'webapp/crd/js/fullscreen.js',
246 'webapp/crd/js/fullscreen_v1.js',
247 'webapp/crd/js/fullscreen_v2.js',
248 'webapp/crd/js/l10n.js',
249 'webapp/crd/js/menu_button.js',
250 'webapp/crd/js/options_menu.js',
251 'webapp/crd/js/ui_mode.js',
252 'webapp/crd/js/toolbar.js',
253 'webapp/crd/js/window_frame.js',
[email protected]af2d58182014-01-25 01:21:42254 ],
garykac9547d1f2015-03-06 19:42:55255
256 #
257 # DesktopRemoting main.html generation files.
258 #
259
260 'remoting_webapp_template_main':
261 '<(DEPTH)/remoting/webapp/crd/html/template_main.html',
[email protected]78485562014-06-23 21:12:45262
garykac7b15ac052014-12-02 03:12:37263 # The shared JavaScript files required by main.html.
264 'remoting_webapp_shared_main_html_js_files': [
[email protected]f8881a72014-04-25 08:55:18265 # Include the core files first as it is required by the other files.
266 # Otherwise, Jscompile will complain.
267 '<@(remoting_webapp_js_core_files)',
[email protected]af2d58182014-01-25 01:21:42268 '<@(remoting_webapp_js_auth_client2host_files)',
269 '<@(remoting_webapp_js_auth_google_files)',
270 '<@(remoting_webapp_js_client_files)',
[email protected]de101e12014-02-27 04:12:08271 '<@(remoting_webapp_js_gnubby_auth_files)',
[email protected]2f4e73e2014-08-16 08:35:47272 '<@(remoting_webapp_js_cast_extension_files)',
[email protected]af2d58182014-01-25 01:21:42273 '<@(remoting_webapp_js_host_files)',
garykac846c7c72014-12-19 23:36:14274 '<@(remoting_webapp_js_host_control_files)',
275 '<@(remoting_webapp_js_host_display_files)',
[email protected]af2d58182014-01-25 01:21:42276 '<@(remoting_webapp_js_logging_files)',
277 '<@(remoting_webapp_js_ui_files)',
sergeyu30975b82014-09-04 06:37:18278 '<@(remoting_webapp_js_signaling_files)',
garykacb70d4632015-02-19 02:58:52279 # Uncomment this line to include browser test files in the web app
[email protected]4eacd672014-05-09 06:58:23280 # to expedite debugging or local development.
garykacb70d4632015-02-19 02:58:52281 #'<@(remoting_webapp_browsertest_all_js_files)',
[email protected]f34acc692014-08-12 22:47:14282 ],
283
garykac7b15ac052014-12-02 03:12:37284 # The CRD-specific JavaScript files required by main.html.
garykac9547d1f2015-03-06 19:42:55285 'remoting_webapp_crd_main_html_all_js_files': [
286 '<@(remoting_webapp_shared_main_html_js_files)',
jamiewalchd0bb0df2015-03-24 00:37:32287 'webapp/crd/js/crd_auth_dialog.js',
garykac846c7c72014-12-19 23:36:14288 'webapp/crd/js/crd_event_handlers.js',
garykaca1a7ffb02015-04-02 21:10:47289 'webapp/crd/js/crd_experimental.js',
garykac7b15ac052014-12-02 03:12:37290 'webapp/crd/js/crd_main.js',
garykacccb1b862014-12-06 03:46:44291 'webapp/crd/js/desktop_remoting.js',
kelvinp1050ee482015-04-14 02:01:17292 'webapp/crd/js/desktop_remoting_activity.js',
kelvinp3b3e16c42015-04-07 23:50:28293 'webapp/crd/js/it2me_activity.js',
294 'webapp/crd/js/me2me_activity.js',
garykac7b15ac052014-12-02 03:12:37295 ],
296
garykac9547d1f2015-03-06 19:42:55297 # These template files are used to construct main.html.
[email protected]cb896cc2014-02-20 00:35:31298 'remoting_webapp_template_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07299 'webapp/base/html/client_plugin.html',
Gary Kacmarcikac6b679f2014-11-13 20:52:17300 'webapp/crd/html/butter_bar.html',
jamiewalchd0bb0df2015-03-24 00:37:32301 'webapp/crd/html/dialog_auth.html',
Gary Kacmarcik6110f4b2014-10-23 00:20:07302 'webapp/crd/html/dialog_client_connect_failed.html',
303 'webapp/crd/html/dialog_client_connecting.html',
304 'webapp/crd/html/dialog_client_host_needs_upgrade.html',
305 'webapp/crd/html/dialog_client_pin_prompt.html',
306 'webapp/crd/html/dialog_client_session_finished.html',
307 'webapp/crd/html/dialog_client_third_party_auth.html',
308 'webapp/crd/html/dialog_client_unconnected.html',
309 'webapp/crd/html/dialog_confirm_host_delete.html',
310 'webapp/crd/html/dialog_connection_history.html',
311 'webapp/crd/html/dialog_host.html',
312 'webapp/crd/html/dialog_host_install.html',
313 'webapp/crd/html/dialog_host_setup.html',
314 'webapp/crd/html/dialog_manage_pairings.html',
315 'webapp/crd/html/dialog_token_refresh_failed.html',
316 'webapp/crd/html/toolbar.html',
317 'webapp/crd/html/ui_header.html',
318 'webapp/crd/html/ui_it2me.html',
319 'webapp/crd/html/ui_me2me.html',
320 'webapp/crd/html/window_frame.html',
[email protected]cb896cc2014-02-20 00:35:31321 ],
322
garykac9547d1f2015-03-06 19:42:55323 #
324 # Webapp background.html generation files.
325 #
326
327 'remoting_webapp_template_background':
328 '<(DEPTH)/remoting/webapp/crd/html/template_background.html',
329
330 # These JS files are specific to the background page and are not part of
331 # the main JS files.
332 'remoting_webapp_background_html_js_files': [
333 'webapp/base/js/message_window_helper.js',
334 'webapp/base/js/message_window_manager.js',
335 'webapp/crd/js/activation_handler.js',
336 'webapp/crd/js/app_launcher.js',
337 'webapp/crd/js/background.js',
338 ],
339
340 # All the JavaScript files required by background.html.
341 'remoting_webapp_background_html_all_js_files': [
342 '<@(remoting_webapp_background_html_js_files)',
343 'webapp/base/js/base.js',
344 'webapp/base/js/ipc.js',
345 'webapp/crd/js/client_session.js',
346 'webapp/crd/js/error.js',
347 'webapp/crd/js/host_installer.js',
348 'webapp/crd/js/host_session.js',
349 'webapp/crd/js/identity.js',
350 'webapp/crd/js/it2me_host_facade.js',
351 'webapp/crd/js/l10n.js',
352 'webapp/crd/js/oauth2.js',
353 'webapp/crd/js/oauth2_api.js',
354 'webapp/crd/js/oauth2_api_impl.js',
355 'webapp/crd/js/plugin_settings.js',
356 'webapp/crd/js/typecheck.js',
357 'webapp/crd/js/xhr.js',
358 ],
359
360 #
361 # Webapp wcs_sandbox.html generation files.
362 #
363
364 'remoting_webapp_template_wcs_sandbox':
365 '<(DEPTH)/remoting/webapp/base/html/template_wcs_sandbox.html',
366
367 # These JS files are specific to the WCS sandbox page and are not part of
368 # the main JS files.
369 'remoting_webapp_wcs_sandbox_html_js_files': [
370 'webapp/crd/js/wcs.js',
371 'webapp/crd/js/wcs_loader.js',
372 'webapp/crd/js/wcs_sandbox_content.js',
373 'webapp/crd/js/xhr_proxy.js',
374 ],
375
376 # All the JavaScript files required by wcs_sandbox.html.
377 'remoting_webapp_wcs_sandbox_html_all_js_files': [
378 '<@(remoting_webapp_wcs_sandbox_html_js_files)',
379 'webapp/crd/js/error.js',
380 'webapp/crd/js/plugin_settings.js',
381 ],
382
383 #
384 # Webapp message_window.html generation files.
385 #
386
387 'remoting_webapp_template_message_window':
388 '<(DEPTH)/remoting/webapp/base/html/template_message_window.html',
389
390 # These JS files are specific to the message window page and are not part of
391 # the main JS files.
392 'remoting_webapp_message_window_html_js_files': [
393 'webapp/base/js/message_window.js',
394 ],
395
396 # All the JavaScript files required by message_window.html.
397 'remoting_webapp_message_window_html_all_js_files': [
398 '<@(remoting_webapp_message_window_html_js_files)',
399 'webapp/base/js/base.js',
400 ],
401
402 #
403 # Complete webapp JS and resource files.
404 #
405
406 # All the JavaScript files that are shared by webapps.
407 'remoting_webapp_shared_js_files': [
408 '<@(remoting_webapp_shared_main_html_js_files)',
409 '<@(remoting_webapp_background_html_js_files)',
410 '<@(remoting_webapp_message_window_html_js_files)',
411 '<@(remoting_webapp_wcs_sandbox_html_js_files)',
412 # JS files referenced in manifest.json.
413 '<@(remoting_webapp_js_auth_v1_files)',
414 ],
415
416 # All the JavaScript files required by DesktopRemoting.
417 'remoting_webapp_crd_js_files': [
418 '<@(remoting_webapp_shared_js_files)',
419 '<@(remoting_webapp_crd_main_html_all_js_files)',
420 ],
421
422 'remoting_webapp_info_files': [
423 'resources/chromoting16.webp',
424 'resources/chromoting48.webp',
425 'resources/chromoting128.webp',
426 ],
427
428 # All the resource files required by DesktopRemoting.
429 'remoting_webapp_resource_files': [
430 'resources/disclosure_arrow_down.webp',
431 'resources/disclosure_arrow_right.webp',
432 'resources/drag.webp',
433 'resources/host_setup_instructions.webp',
434 'resources/icon_close.webp',
435 'resources/icon_cross.webp',
436 'resources/icon_disconnect.webp',
437 'resources/icon_fullscreen.webp',
438 'resources/icon_help.webp',
439 'resources/icon_host.webp',
440 'resources/icon_maximize_restore.webp',
441 'resources/icon_minimize.webp',
442 'resources/icon_options.webp',
443 'resources/icon_pencil.webp',
444 'resources/icon_warning.webp',
445 'resources/infographic_my_computers.webp',
446 'resources/infographic_remote_assistance.webp',
447 'resources/plus.webp',
448 'resources/reload.webp',
449 'resources/tick.webp',
450 'webapp/base/html/connection_stats.css',
451 'webapp/base/html/main.css',
452 'webapp/base/html/message_window.css',
453 'webapp/base/resources/open_sans.css',
454 'webapp/base/resources/open_sans.woff',
455 'webapp/base/resources/spinner.gif',
456 'webapp/crd/html/butter_bar.css',
457 'webapp/crd/html/toolbar.css',
458 'webapp/crd/html/menu_button.css',
459 'webapp/crd/html/window_frame.css',
460 'webapp/crd/resources/scale-to-fit.webp',
461 ],
462
463 'remoting_webapp_crd_files': [
464 '<@(remoting_webapp_info_files)',
465 '<@(remoting_webapp_crd_js_files)',
466 '<@(remoting_webapp_resource_files)',
467 ],
468
garykac9ab9df492015-01-27 16:21:01469 # Files that contain localizable strings.
470 'desktop_remoting_webapp_localizable_files': [
471 'webapp/crd/manifest.json.jinja2',
garykac9ab9df492015-01-27 16:21:01472 '<(remoting_webapp_template_background)',
garykac9547d1f2015-03-06 19:42:55473 '<(remoting_webapp_template_main)',
474 '<(remoting_webapp_template_message_window)',
475 '<(remoting_webapp_template_wcs_sandbox)',
garykac9ab9df492015-01-27 16:21:01476 '<@(remoting_webapp_template_files)',
477 '<@(remoting_webapp_crd_js_files)',
478 ],
479
[email protected]af2d58182014-01-25 01:21:42480 },
481}