blob: b0d9f7ecc487ef1700496048e983d10307b772b8 [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
garykaced09d9af2015-04-28 22:28:145# `7MM"""Mq. `7MM
6# MM `MM. MM
7# MM ,M9 .gP"Ya ,6"Yb. ,M""bMM `7MMpMMMb.pMMMb. .gP"Ya
8# MMmmdM9 ,M' Yb 8) MM ,AP MM MM MM MM ,M' Yb
9# MM YM. 8M"""""" ,pm9MM 8MI MM MM MM MM 8M""""""
10# MM `Mb.YM. , 8M MM `Mb MM MM MM MM YM. ,
11# .JMML. .JMM.`Mbmmd' `Moo9^Yo.`Wbmd"MML..JMML JMML JMML.`Mbmmd'
12#
13# Please keep this file in sync with remoting/webapp/files.gni.
garykac3eddb5b2015-04-17 23:16:3814
[email protected]af2d58182014-01-25 01:21:4215{
16 'variables': {
[email protected]af2d58182014-01-25 01:21:4217
[email protected]cbc8bb02014-01-28 18:01:5318 # Jscompile proto files.
19 # These provide type information for jscompile.
20 'remoting_webapp_js_proto_files': [
21 'webapp/js_proto/chrome_proto.js',
garykac818c8012015-03-02 18:37:4722 'webapp/js_proto/chrome_cast_proto.js',
23 'webapp/js_proto/chrome_event_proto.js',
[email protected]cbc8bb02014-01-28 18:01:5324 'webapp/js_proto/dom_proto.js',
25 'webapp/js_proto/remoting_proto.js',
26 ],
27
garykacb70d4632015-02-19 02:58:5228 #
garykac818c8012015-03-02 18:37:4729 # Webapp browsertest JavaScript files.
garykacb70d4632015-02-19 02:58:5230 #
31
garykacb70d4632015-02-19 02:58:5232 # Browser test files.
33 'remoting_webapp_browsertest_js_files': [
34 'webapp/browser_test/browser_test.js',
35 'webapp/browser_test/bump_scroll_browser_test.js',
36 'webapp/browser_test/cancel_pin_browser_test.js',
37 'webapp/browser_test/invalid_pin_browser_test.js',
38 'webapp/browser_test/it2me_browser_test.js',
kelvinpbbaef9c22015-05-07 02:11:3539 'webapp/browser_test/me2me_browser_test.js',
garykacb70d4632015-02-19 02:58:5240 'webapp/browser_test/scrollbar_browser_test.js',
41 'webapp/browser_test/timeout_waiter.js',
42 'webapp/browser_test/unauthenticated_browser_test.js',
43 'webapp/browser_test/update_pin_browser_test.js',
44 ],
garykac818c8012015-03-02 18:37:4745 # Browser test files.
46 'remoting_webapp_browsertest_js_mock_files': [
wez0f929882015-03-12 16:19:1947 'webapp/crd/js/mock_client_plugin.js',
48 'webapp/crd/js/mock_host_list_api.js',
49 'webapp/crd/js/mock_identity.js',
50 'webapp/crd/js/mock_oauth2_api.js',
wez0f929882015-03-12 16:19:1951 'webapp/crd/js/mock_signal_strategy.js',
garykac818c8012015-03-02 18:37:4752 ],
53 'remoting_webapp_browsertest_js_proto_files': [
54 'webapp/js_proto/sinon_proto.js',
55 'webapp/js_proto/test_proto.js',
56 '<@(remoting_webapp_js_proto_files)',
57 ],
garykacb70d4632015-02-19 02:58:5258 'remoting_webapp_browsertest_all_js_files': [
59 '<@(remoting_webapp_browsertest_js_files)',
garykac818c8012015-03-02 18:37:4760 '<@(remoting_webapp_browsertest_js_mock_files)',
garykacb70d4632015-02-19 02:58:5261 ],
kelvinp14c59712015-04-29 05:20:4362 'remoting_webapp_browsertest_main_html_extra_files': [
63 '<@(remoting_webapp_browsertest_all_js_files)',
64 '../third_party/sinonjs/src/sinon.js',
65 ],
garykacb70d4632015-02-19 02:58:5266
garykac818c8012015-03-02 18:37:4767 #
68 # Webapp unittest JavaScript files.
69 #
70
garykacb70d4632015-02-19 02:58:5271 # These product files are excluded from our JavaScript unittest
wez0f929882015-03-12 16:19:1972 'remoting_webapp_unittests_exclude_js_files': [
garykacb70d4632015-02-19 02:58:5273 # background.js is where the onLoad handler is defined, which
74 # makes it the entry point of the background page.
75 'webapp/crd/js/background.js',
76 ],
77 # The unit test cases for the webapp
wez0f929882015-03-12 16:19:1978 'remoting_webapp_unittests_js_files': [
jrw7829d552015-03-14 00:16:3879 # TODO(jrw): Move spy_promise to base.
80 'webapp/unittests/spy_promise.js',
81 'webapp/unittests/spy_promise_unittest.js',
wez0f929882015-03-12 16:19:1982 'webapp/base/js/base_unittest.js',
83 'webapp/base/js/base_event_hook_unittest.js',
kelvinp718f4e82015-03-20 23:19:4784 'webapp/base/js/base_inherits_unittest.js',
garykac43a567e2015-05-11 17:48:3385 'webapp/base/js/client_session_unittest.js',
86 'webapp/base/js/client_session_factory_unittest.js',
87 'webapp/base/js/dns_blackhole_checker_unittest.js',
88 'webapp/base/js/error_unittest.js',
89 'webapp/base/js/fallback_signal_strategy_unittest.js',
90 'webapp/base/js/identity_unittest.js',
wez0f929882015-03-12 16:19:1991 'webapp/base/js/ipc_unittest.js',
garykac43a567e2015-05-11 17:48:3392 'webapp/base/js/l10n_unittest.js',
kelvinp25f89e582015-04-08 01:20:5093 'webapp/base/js/protocol_extension_manager_unittest.js',
garykac43a567e2015-05-11 17:48:3394 'webapp/base/js/typecheck_unittest.js',
garykac828a33d2015-04-27 16:23:5095 'webapp/base/js/viewport_unittest.js',
kelvinp41b04f32015-05-19 18:51:3296 'webapp/base/js/window_shape_unittest.js',
garykac43a567e2015-05-11 17:48:3397 'webapp/base/js/xhr_unittest.js',
98 'webapp/base/js/xmpp_connection_unittest.js',
99 'webapp/base/js/xmpp_login_handler_unittest.js',
100 'webapp/base/js/xmpp_stream_parser_unittest.js',
wez0f929882015-03-12 16:19:19101 'webapp/crd/js/apps_v2_migration_unittest.js',
jrw12e3cb32015-03-31 00:58:14102 'webapp/crd/js/gcd_client_unittest.js',
jrw58e816f02015-04-07 19:59:12103 'webapp/crd/js/gcd_client_with_mock_xhr_unittest.js',
jrwf326e5a2015-04-09 20:20:49104 'webapp/crd/js/host_controller_unittest.js',
jrw133be792015-04-08 01:12:28105 'webapp/crd/js/host_daemon_facade_unittest.js',
jrw300af592015-04-18 02:10:28106 'webapp/crd/js/host_list_api_impl_unittest.js',
wez0f929882015-03-12 16:19:19107 'webapp/crd/js/host_table_entry_unittest.js',
wez0f929882015-03-12 16:19:19108 'webapp/crd/js/menu_button_unittest.js',
jrw58e816f02015-04-07 19:59:12109 'webapp/crd/js/mock_xhr_unittest.js',
garykacb70d4632015-02-19 02:58:52110 ],
wez0f929882015-03-12 16:19:19111 'remoting_webapp_unittests_js_mock_files': [
kelvinp2c5de342015-04-20 18:52:01112 'webapp/crd/js/mock_client_plugin.js',
jrwf326e5a2015-04-09 20:20:49113 'webapp/crd/js/mock_host_daemon_facade.js',
jrw300af592015-04-18 02:10:28114 'webapp/crd/js/mock_host_list_api.js',
115 'webapp/crd/js/mock_identity.js',
wez0f929882015-03-12 16:19:19116 'webapp/crd/js/mock_signal_strategy.js',
wez0f929882015-03-12 16:19:19117 'webapp/js_proto/chrome_mocks.js',
garykac818c8012015-03-02 18:37:47118 'webapp/unittests/sinon_helpers.js',
jrw58e816f02015-04-07 19:59:12119 'webapp/crd/js/mock_xhr.js',
garykac818c8012015-03-02 18:37:47120 ],
121 # Prototypes for objects that are not mocked.
wez0f929882015-03-12 16:19:19122 'remoting_webapp_unittests_js_proto_files': [
garykac818c8012015-03-02 18:37:47123 'webapp/js_proto/chrome_cast_proto.js',
kelvinp1a8d5b22015-05-26 21:32:52124 'webapp/js_proto/chrome_proto.js',
garykac818c8012015-03-02 18:37:47125 'webapp/js_proto/dom_proto.js',
126 'webapp/js_proto/remoting_proto.js',
127 'webapp/js_proto/qunit_proto.js',
128 'webapp/js_proto/sinon_proto.js',
garykac818c8012015-03-02 18:37:47129 ],
wez0f929882015-03-12 16:19:19130 'remoting_webapp_unittests_all_js_files': [
131 '<@(remoting_webapp_unittests_js_files)',
132 '<@(remoting_webapp_unittests_js_mock_files)',
kelvinp1a8d5b22015-05-26 21:32:52133 'webapp/unittests/qunit_callbacks.js',
garykacb70d4632015-02-19 02:58:52134 ],
garykac818c8012015-03-02 18:37:47135 # All the files needed to run the unittests.
wez0f929882015-03-12 16:19:19136 'remoting_webapp_unittests_all_files': [
garykacb70d4632015-02-19 02:58:52137 'webapp/crd/html/menu_button.css',
wez0f929882015-03-12 16:19:19138 '<@(remoting_webapp_unittests_all_js_files)',
garykacb70d4632015-02-19 02:58:52139 ],
wez0f929882015-03-12 16:19:19140 'remoting_webapp_unittests_template_main':
141 'webapp/crd/html/template_unittests.html',
garykacb70d4632015-02-19 02:58:52142
143 #
garykac43a567e2015-05-11 17:48:33144 # Shared webapp JavaScript file groups.
145 #
146
147 # Auth (Google account) JavaScript files.
148 'remoting_webapp_shared_js_auth_google_files': [
149 'webapp/base/js/auth_init.js',
150 'webapp/base/js/identity.js',
151 'webapp/base/js/oauth2.js',
152 'webapp/base/js/oauth2_api.js',
153 'webapp/base/js/oauth2_api_impl.js',
154 ],
155 # Client JavaScript files.
156 'remoting_webapp_shared_js_client_files': [
157 'webapp/base/js/activity.js',
158 'webapp/base/js/client_plugin.js',
159 'webapp/base/js/client_plugin_host_desktop_impl.js',
160 'webapp/base/js/client_plugin_impl.js',
161 'webapp/base/js/client_session.js',
162 'webapp/base/js/client_session_factory.js',
163 'webapp/base/js/clipboard.js',
164 'webapp/base/js/connected_view.js',
165 'webapp/base/js/connection_info.js',
166 'webapp/base/js/credentials_provider.js',
167 'webapp/base/js/host_desktop.js',
168 'webapp/base/js/smart_reconnector.js',
169 ],
170 # Remoting core JavaScript files.
171 'remoting_webapp_shared_js_core_files': [
172 'webapp/base/js/app_capabilities.js',
173 'webapp/base/js/application.js',
174 'webapp/base/js/base.js',
175 'webapp/base/js/ipc.js',
176 'webapp/base/js/modal_dialogs.js',
177 'webapp/base/js/platform.js',
178 'webapp/base/js/protocol_extension_manager.js',
179 'webapp/base/js/protocol_extension.js',
180 'webapp/base/js/error.js',
181 'webapp/base/js/plugin_settings.js',
kelvinp2a8128f2015-05-27 00:54:01182 'webapp/base/js/suspend_detector.js',
garykac43a567e2015-05-11 17:48:33183 'webapp/base/js/typecheck.js',
184 'webapp/base/js/xhr.js',
185 ],
186 # Host JavaScript files.
187 'remoting_webapp_shared_js_host_files': [
188 'webapp/base/js/host.js',
189 'webapp/base/js/host_settings.js',
190 ],
191 # Logging and stats JavaScript files.
192 'remoting_webapp_shared_js_logging_files': [
193 'webapp/base/js/format_iq.js',
194 'webapp/base/js/log_to_server.js',
195 'webapp/base/js/server_log_entry.js',
196 'webapp/base/js/stats_accumulator.js',
197 ],
198 # Remoting signaling files.
199 'remoting_webapp_shared_js_signaling_files': [
200 'webapp/base/js/dns_blackhole_checker.js',
201 'webapp/base/js/fallback_signal_strategy.js',
202 'webapp/base/js/signal_strategy.js',
203 'webapp/base/js/tcp_socket.js',
204 'webapp/base/js/wcs_adapter.js',
205 'webapp/base/js/wcs_sandbox_container.js',
206 'webapp/base/js/xmpp_connection.js',
207 'webapp/base/js/xmpp_login_handler.js',
208 'webapp/base/js/xmpp_stream_parser.js',
209 ],
210 # Shared UI JavaScript files.
211 'remoting_webapp_shared_js_ui_files': [
kelvinpc1be5112015-05-27 21:39:25212 'webapp/base/js/connection_dropped_dialog.js',
garykac43a567e2015-05-11 17:48:33213 'webapp/base/js/connection_stats.js',
214 'webapp/base/js/l10n.js',
215 'webapp/base/js/ui_mode.js',
216 'webapp/base/js/viewport.js',
217 'webapp/base/js/window_shape.js',
218 ],
219
220 #
221 # DesktopRemoting webapp JavaScript file groups.
garykacb70d4632015-02-19 02:58:52222 #
223
[email protected]cb896cc2014-02-20 00:35:31224 # Auth (apps v1) JavaScript files.
225 # These files aren't included directly from main.html. They are
226 # referenced from the manifest.json file (appsv1 only).
227 'remoting_webapp_js_auth_v1_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07228 'webapp/crd/js/cs_third_party_auth_trampoline.js', # client to host
229 'webapp/crd/js/cs_oauth2_trampoline.js', # Google account
[email protected]cb896cc2014-02-20 00:35:31230 ],
[email protected]af2d58182014-01-25 01:21:42231 # Auth (client to host) JavaScript files.
232 'remoting_webapp_js_auth_client2host_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07233 'webapp/crd/js/third_party_host_permissions.js',
234 'webapp/crd/js/third_party_token_fetcher.js',
[email protected]af2d58182014-01-25 01:21:42235 ],
garykacb70d4632015-02-19 02:58:52236 # Cast extension handler JavaScript files.
237 'remoting_webapp_js_cast_extension_files': [
238 'webapp/crd/js/cast_extension_handler.js',
239 ],
[email protected]fd1468352014-02-06 10:38:47240 # Client JavaScript files.
[email protected]af2d58182014-01-25 01:21:42241 'remoting_webapp_js_client_files': [
kelvinpef56d872015-01-22 03:13:36242 'webapp/crd/js/apps_v2_migration.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07243 'webapp/crd/js/event_handlers.js',
jrw12e3cb32015-03-31 00:58:14244 'webapp/crd/js/gcd_client.js',
garykac43a567e2015-05-11 17:48:33245 'webapp/crd/js/video_frame_recorder.js',
[email protected]af2d58182014-01-25 01:21:42246 ],
garykacb70d4632015-02-19 02:58:52247 # Gnubby authentication JavaScript files.
248 'remoting_webapp_js_gnubby_auth_files': [
249 'webapp/crd/js/gnubby_auth_handler.js',
250 ],
garykac846c7c72014-12-19 23:36:14251 # Files for controlling the local machine as a host.
252 # Includes both it2me and me2me files.
253 'remoting_webapp_js_host_control_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07254 'webapp/crd/js/host_controller.js',
255 'webapp/crd/js/host_daemon_facade.js',
garykac846c7c72014-12-19 23:36:14256 'webapp/crd/js/host_screen.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07257 'webapp/crd/js/host_session.js',
garykac846c7c72014-12-19 23:36:14258 'webapp/crd/js/host_setup_dialog.js',
259 'webapp/crd/js/host_install_dialog.js',
260 'webapp/crd/js/host_installer.js',
261 'webapp/crd/js/it2me_host_facade.js',
262 'webapp/crd/js/paired_client_manager.js',
263 ],
264 # Files for displaying (in the client) info about available hosts.
265 'remoting_webapp_js_host_display_files': [
266 'webapp/crd/js/host_list.js',
jamiewalchb8749522015-01-05 20:00:49267 'webapp/crd/js/host_list_api.js',
jrw0ffae32702015-04-27 20:08:32268 'webapp/crd/js/host_list_api_gcd_impl.js',
jamiewalch499b99a2015-01-09 23:19:07269 'webapp/crd/js/host_list_api_impl.js',
garykac846c7c72014-12-19 23:36:14270 'webapp/crd/js/host_table_entry.js',
kelvinpf95677a2015-03-04 08:57:51271 'webapp/crd/js/local_host_section.js',
[email protected]af2d58182014-01-25 01:21:42272 ],
garykac5b228c892015-04-28 01:03:07273 # The CRD-specific JavaScript files required by main.html.
274 'remoting_webapp_crd_js_ui_files': [
kelvinp1e259c472015-02-24 01:03:04275 'webapp/crd/js/bump_scroller.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07276 'webapp/crd/js/butter_bar.js',
garykac5b228c892015-04-28 01:03:07277 'webapp/crd/js/crd_auth_dialog.js',
278 'webapp/crd/js/crd_event_handlers.js',
279 'webapp/crd/js/crd_experimental.js',
280 'webapp/crd/js/desktop_connected_view.js',
281 'webapp/crd/js/desktop_remoting.js',
282 'webapp/crd/js/desktop_remoting_activity.js',
kelvinp1e259c472015-02-24 01:03:04283 'webapp/crd/js/desktop_viewport.js',
garykac43a567e2015-05-11 17:48:33284 'webapp/crd/js/feedback.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07285 'webapp/crd/js/fullscreen.js',
286 'webapp/crd/js/fullscreen_v1.js',
287 'webapp/crd/js/fullscreen_v2.js',
garykac5b228c892015-04-28 01:03:07288 'webapp/crd/js/it2me_activity.js',
289 'webapp/crd/js/me2me_activity.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07290 'webapp/crd/js/menu_button.js',
291 'webapp/crd/js/options_menu.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07292 'webapp/crd/js/toolbar.js',
293 'webapp/crd/js/window_frame.js',
[email protected]af2d58182014-01-25 01:21:42294 ],
garykac9547d1f2015-03-06 19:42:55295
296 #
297 # DesktopRemoting main.html generation files.
298 #
299
300 'remoting_webapp_template_main':
301 '<(DEPTH)/remoting/webapp/crd/html/template_main.html',
[email protected]78485562014-06-23 21:12:45302
garykac7b15ac052014-12-02 03:12:37303 # The shared JavaScript files required by main.html.
garykac43a567e2015-05-11 17:48:33304 # These files are shared with the unittest target.
garykac7b15ac052014-12-02 03:12:37305 'remoting_webapp_shared_main_html_js_files': [
[email protected]f8881a72014-04-25 08:55:18306 # Include the core files first as it is required by the other files.
307 # Otherwise, Jscompile will complain.
garykac43a567e2015-05-11 17:48:33308 '<@(remoting_webapp_shared_js_core_files)',
309 '<@(remoting_webapp_shared_js_auth_google_files)',
310 '<@(remoting_webapp_shared_js_client_files)',
311 '<@(remoting_webapp_shared_js_host_files)',
312 '<@(remoting_webapp_shared_js_logging_files)',
313 '<@(remoting_webapp_shared_js_signaling_files)',
314 '<@(remoting_webapp_shared_js_ui_files)',
[email protected]af2d58182014-01-25 01:21:42315 '<@(remoting_webapp_js_auth_client2host_files)',
[email protected]af2d58182014-01-25 01:21:42316 '<@(remoting_webapp_js_client_files)',
[email protected]de101e12014-02-27 04:12:08317 '<@(remoting_webapp_js_gnubby_auth_files)',
[email protected]2f4e73e2014-08-16 08:35:47318 '<@(remoting_webapp_js_cast_extension_files)',
garykac846c7c72014-12-19 23:36:14319 '<@(remoting_webapp_js_host_control_files)',
320 '<@(remoting_webapp_js_host_display_files)',
[email protected]f34acc692014-08-12 22:47:14321 ],
322
garykac5b228c892015-04-28 01:03:07323 # The JS files required by unittest.html.
324 'remoting_webapp_unittest_html_all_js_files': [
325 '<@(remoting_webapp_shared_main_html_js_files)',
326 '<@(remoting_webapp_crd_js_ui_files)',
327 ],
328
garykac7b15ac052014-12-02 03:12:37329 # The CRD-specific JavaScript files required by main.html.
garykac9547d1f2015-03-06 19:42:55330 'remoting_webapp_crd_main_html_all_js_files': [
331 '<@(remoting_webapp_shared_main_html_js_files)',
garykac5b228c892015-04-28 01:03:07332 '<@(remoting_webapp_crd_js_ui_files)',
garykac7b15ac052014-12-02 03:12:37333 'webapp/crd/js/crd_main.js',
334 ],
335
garykac9547d1f2015-03-06 19:42:55336 # These template files are used to construct main.html.
[email protected]cb896cc2014-02-20 00:35:31337 'remoting_webapp_template_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07338 'webapp/base/html/client_plugin.html',
Gary Kacmarcikac6b679f2014-11-13 20:52:17339 'webapp/crd/html/butter_bar.html',
jamiewalchd0bb0df2015-03-24 00:37:32340 'webapp/crd/html/dialog_auth.html',
Gary Kacmarcik6110f4b2014-10-23 00:20:07341 'webapp/crd/html/dialog_client_connect_failed.html',
342 'webapp/crd/html/dialog_client_connecting.html',
343 'webapp/crd/html/dialog_client_host_needs_upgrade.html',
344 'webapp/crd/html/dialog_client_pin_prompt.html',
345 'webapp/crd/html/dialog_client_session_finished.html',
346 'webapp/crd/html/dialog_client_third_party_auth.html',
347 'webapp/crd/html/dialog_client_unconnected.html',
348 'webapp/crd/html/dialog_confirm_host_delete.html',
349 'webapp/crd/html/dialog_connection_history.html',
350 'webapp/crd/html/dialog_host.html',
351 'webapp/crd/html/dialog_host_install.html',
352 'webapp/crd/html/dialog_host_setup.html',
353 'webapp/crd/html/dialog_manage_pairings.html',
354 'webapp/crd/html/dialog_token_refresh_failed.html',
355 'webapp/crd/html/toolbar.html',
356 'webapp/crd/html/ui_header.html',
357 'webapp/crd/html/ui_it2me.html',
358 'webapp/crd/html/ui_me2me.html',
359 'webapp/crd/html/window_frame.html',
[email protected]cb896cc2014-02-20 00:35:31360 ],
361
garykac9547d1f2015-03-06 19:42:55362 #
363 # Webapp background.html generation files.
364 #
365
366 'remoting_webapp_template_background':
367 '<(DEPTH)/remoting/webapp/crd/html/template_background.html',
368
369 # These JS files are specific to the background page and are not part of
370 # the main JS files.
371 'remoting_webapp_background_html_js_files': [
372 'webapp/base/js/message_window_helper.js',
373 'webapp/base/js/message_window_manager.js',
374 'webapp/crd/js/activation_handler.js',
375 'webapp/crd/js/app_launcher.js',
376 'webapp/crd/js/background.js',
377 ],
378
379 # All the JavaScript files required by background.html.
380 'remoting_webapp_background_html_all_js_files': [
381 '<@(remoting_webapp_background_html_js_files)',
382 'webapp/base/js/base.js',
garykac43a567e2015-05-11 17:48:33383 'webapp/base/js/client_session.js',
384 'webapp/base/js/error.js',
385 'webapp/base/js/identity.js',
garykac9547d1f2015-03-06 19:42:55386 'webapp/base/js/ipc.js',
garykac43a567e2015-05-11 17:48:33387 'webapp/base/js/l10n.js',
388 'webapp/base/js/oauth2.js',
389 'webapp/base/js/oauth2_api.js',
390 'webapp/base/js/oauth2_api_impl.js',
391 'webapp/base/js/plugin_settings.js',
392 'webapp/base/js/typecheck.js',
393 'webapp/base/js/xhr.js',
garykac9547d1f2015-03-06 19:42:55394 'webapp/crd/js/host_installer.js',
395 'webapp/crd/js/host_session.js',
garykac9547d1f2015-03-06 19:42:55396 'webapp/crd/js/it2me_host_facade.js',
garykac9547d1f2015-03-06 19:42:55397 ],
398
399 #
400 # Webapp wcs_sandbox.html generation files.
401 #
402
403 'remoting_webapp_template_wcs_sandbox':
404 '<(DEPTH)/remoting/webapp/base/html/template_wcs_sandbox.html',
405
406 # These JS files are specific to the WCS sandbox page and are not part of
407 # the main JS files.
408 'remoting_webapp_wcs_sandbox_html_js_files': [
409 'webapp/crd/js/wcs.js',
410 'webapp/crd/js/wcs_loader.js',
411 'webapp/crd/js/wcs_sandbox_content.js',
412 'webapp/crd/js/xhr_proxy.js',
413 ],
414
415 # All the JavaScript files required by wcs_sandbox.html.
416 'remoting_webapp_wcs_sandbox_html_all_js_files': [
417 '<@(remoting_webapp_wcs_sandbox_html_js_files)',
garykac43a567e2015-05-11 17:48:33418 'webapp/base/js/error.js',
419 'webapp/base/js/plugin_settings.js',
garykac9547d1f2015-03-06 19:42:55420 ],
421
422 #
423 # Webapp message_window.html generation files.
424 #
425
426 'remoting_webapp_template_message_window':
427 '<(DEPTH)/remoting/webapp/base/html/template_message_window.html',
428
429 # These JS files are specific to the message window page and are not part of
430 # the main JS files.
431 'remoting_webapp_message_window_html_js_files': [
432 'webapp/base/js/message_window.js',
433 ],
434
435 # All the JavaScript files required by message_window.html.
436 'remoting_webapp_message_window_html_all_js_files': [
437 '<@(remoting_webapp_message_window_html_js_files)',
438 'webapp/base/js/base.js',
439 ],
440
441 #
442 # Complete webapp JS and resource files.
443 #
444
445 # All the JavaScript files that are shared by webapps.
446 'remoting_webapp_shared_js_files': [
447 '<@(remoting_webapp_shared_main_html_js_files)',
448 '<@(remoting_webapp_background_html_js_files)',
449 '<@(remoting_webapp_message_window_html_js_files)',
450 '<@(remoting_webapp_wcs_sandbox_html_js_files)',
451 # JS files referenced in manifest.json.
452 '<@(remoting_webapp_js_auth_v1_files)',
453 ],
454
455 # All the JavaScript files required by DesktopRemoting.
456 'remoting_webapp_crd_js_files': [
457 '<@(remoting_webapp_shared_js_files)',
458 '<@(remoting_webapp_crd_main_html_all_js_files)',
459 ],
460
461 'remoting_webapp_info_files': [
462 'resources/chromoting16.webp',
463 'resources/chromoting48.webp',
464 'resources/chromoting128.webp',
465 ],
466
467 # All the resource files required by DesktopRemoting.
468 'remoting_webapp_resource_files': [
469 'resources/disclosure_arrow_down.webp',
470 'resources/disclosure_arrow_right.webp',
471 'resources/drag.webp',
472 'resources/host_setup_instructions.webp',
473 'resources/icon_close.webp',
474 'resources/icon_cross.webp',
475 'resources/icon_disconnect.webp',
476 'resources/icon_fullscreen.webp',
477 'resources/icon_help.webp',
478 'resources/icon_host.webp',
479 'resources/icon_maximize_restore.webp',
480 'resources/icon_minimize.webp',
481 'resources/icon_options.webp',
482 'resources/icon_pencil.webp',
483 'resources/icon_warning.webp',
484 'resources/infographic_my_computers.webp',
485 'resources/infographic_remote_assistance.webp',
486 'resources/plus.webp',
487 'resources/reload.webp',
488 'resources/tick.webp',
489 'webapp/base/html/connection_stats.css',
490 'webapp/base/html/main.css',
491 'webapp/base/html/message_window.css',
492 'webapp/base/resources/open_sans.css',
493 'webapp/base/resources/open_sans.woff',
494 'webapp/base/resources/spinner.gif',
495 'webapp/crd/html/butter_bar.css',
496 'webapp/crd/html/toolbar.css',
497 'webapp/crd/html/menu_button.css',
498 'webapp/crd/html/window_frame.css',
499 'webapp/crd/resources/scale-to-fit.webp',
500 ],
501
502 'remoting_webapp_crd_files': [
503 '<@(remoting_webapp_info_files)',
504 '<@(remoting_webapp_crd_js_files)',
505 '<@(remoting_webapp_resource_files)',
506 ],
507
garykac9ab9df492015-01-27 16:21:01508 # Files that contain localizable strings.
509 'desktop_remoting_webapp_localizable_files': [
510 'webapp/crd/manifest.json.jinja2',
garykac9ab9df492015-01-27 16:21:01511 '<(remoting_webapp_template_background)',
garykac9547d1f2015-03-06 19:42:55512 '<(remoting_webapp_template_main)',
513 '<(remoting_webapp_template_message_window)',
514 '<(remoting_webapp_template_wcs_sandbox)',
garykac9ab9df492015-01-27 16:21:01515 '<@(remoting_webapp_template_files)',
516 '<@(remoting_webapp_crd_js_files)',
517 ],
518
[email protected]af2d58182014-01-25 01:21:42519 },
520}