blob: c9db232607c9ef3cdb504c1066e36905308afffd [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',
wez0f929882015-03-12 16:19:1985 'webapp/base/js/ipc_unittest.js',
kelvinp25f89e582015-04-08 01:20:5086 'webapp/base/js/protocol_extension_manager_unittest.js',
garykac828a33d2015-04-27 16:23:5087 'webapp/base/js/viewport_unittest.js',
wez0f929882015-03-12 16:19:1988 'webapp/crd/js/apps_v2_migration_unittest.js',
kelvinp2128aa32015-04-23 02:24:0789 'webapp/crd/js/client_session_unittest.js',
kelvinp2c5de342015-04-20 18:52:0190 'webapp/crd/js/client_session_factory_unittest.js',
wez0f929882015-03-12 16:19:1991 'webapp/crd/js/dns_blackhole_checker_unittest.js',
jrw745e53b2015-03-16 21:26:1392 'webapp/crd/js/error_unittest.js',
wez0f929882015-03-12 16:19:1993 'webapp/crd/js/fallback_signal_strategy_unittest.js',
jrw12e3cb32015-03-31 00:58:1494 'webapp/crd/js/gcd_client_unittest.js',
jrw58e816f02015-04-07 19:59:1295 'webapp/crd/js/gcd_client_with_mock_xhr_unittest.js',
jrwf326e5a2015-04-09 20:20:4996 'webapp/crd/js/host_controller_unittest.js',
jrw133be792015-04-08 01:12:2897 'webapp/crd/js/host_daemon_facade_unittest.js',
jrw300af592015-04-18 02:10:2898 'webapp/crd/js/host_list_api_impl_unittest.js',
wez0f929882015-03-12 16:19:1999 'webapp/crd/js/host_table_entry_unittest.js',
jamiewalch21196522015-03-17 02:04:26100 'webapp/crd/js/identity_unittest.js',
wez0f929882015-03-12 16:19:19101 'webapp/crd/js/l10n_unittest.js',
102 'webapp/crd/js/menu_button_unittest.js',
jrw58e816f02015-04-07 19:59:12103 'webapp/crd/js/mock_xhr_unittest.js',
jrwb814ba02015-03-19 20:08:45104 'webapp/crd/js/typecheck_unittest.js',
wez0f929882015-03-12 16:19:19105 'webapp/crd/js/xhr_unittest.js',
106 'webapp/crd/js/xmpp_connection_unittest.js',
107 'webapp/crd/js/xmpp_login_handler_unittest.js',
108 'webapp/crd/js/xmpp_stream_parser_unittest.js',
garykacb70d4632015-02-19 02:58:52109 ],
wez0f929882015-03-12 16:19:19110 'remoting_webapp_unittests_js_mock_files': [
garykac818c8012015-03-02 18:37:47111 # Some proto files can be repurposed as simple mocks for the unittests.
112 # Note that some defs in chrome_proto are overwritten by chrome_mocks.
kelvinp2c5de342015-04-20 18:52:01113 'webapp/crd/js/mock_client_plugin.js',
jrwf326e5a2015-04-09 20:20:49114 'webapp/crd/js/mock_host_daemon_facade.js',
jrw300af592015-04-18 02:10:28115 'webapp/crd/js/mock_host_list_api.js',
116 'webapp/crd/js/mock_identity.js',
wez0f929882015-03-12 16:19:19117 'webapp/crd/js/mock_signal_strategy.js',
garykac818c8012015-03-02 18:37:47118 'webapp/js_proto/chrome_proto.js',
wez0f929882015-03-12 16:19:19119 'webapp/js_proto/chrome_mocks.js',
garykac818c8012015-03-02 18:37:47120 'webapp/unittests/sinon_helpers.js',
jrw58e816f02015-04-07 19:59:12121 'webapp/crd/js/mock_xhr.js',
garykac818c8012015-03-02 18:37:47122 ],
123 # Prototypes for objects that are not mocked.
wez0f929882015-03-12 16:19:19124 'remoting_webapp_unittests_js_proto_files': [
garykac818c8012015-03-02 18:37:47125 'webapp/js_proto/chrome_cast_proto.js',
126 'webapp/js_proto/dom_proto.js',
127 'webapp/js_proto/remoting_proto.js',
128 'webapp/js_proto/qunit_proto.js',
129 'webapp/js_proto/sinon_proto.js',
garykac818c8012015-03-02 18:37:47130 ],
wez0f929882015-03-12 16:19:19131 'remoting_webapp_unittests_all_js_files': [
132 '<@(remoting_webapp_unittests_js_files)',
133 '<@(remoting_webapp_unittests_js_mock_files)',
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 #
144 # Webapp JavaScript file groups.
145 #
146
[email protected]cb896cc2014-02-20 00:35:31147 # Auth (apps v1) JavaScript files.
148 # These files aren't included directly from main.html. They are
149 # referenced from the manifest.json file (appsv1 only).
150 'remoting_webapp_js_auth_v1_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07151 'webapp/crd/js/cs_third_party_auth_trampoline.js', # client to host
152 'webapp/crd/js/cs_oauth2_trampoline.js', # Google account
[email protected]cb896cc2014-02-20 00:35:31153 ],
[email protected]af2d58182014-01-25 01:21:42154 # Auth (client to host) JavaScript files.
155 'remoting_webapp_js_auth_client2host_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07156 'webapp/crd/js/third_party_host_permissions.js',
157 'webapp/crd/js/third_party_token_fetcher.js',
[email protected]af2d58182014-01-25 01:21:42158 ],
159 # Auth (Google account) JavaScript files.
160 'remoting_webapp_js_auth_google_files': [
garykac7b15ac052014-12-02 03:12:37161 'webapp/base/js/auth_init.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07162 'webapp/crd/js/identity.js',
163 'webapp/crd/js/oauth2.js',
164 'webapp/crd/js/oauth2_api.js',
jamiewalch499b99a2015-01-09 23:19:07165 'webapp/crd/js/oauth2_api_impl.js',
[email protected]af2d58182014-01-25 01:21:42166 ],
garykacb70d4632015-02-19 02:58:52167 # Cast extension handler JavaScript files.
168 'remoting_webapp_js_cast_extension_files': [
169 'webapp/crd/js/cast_extension_handler.js',
170 ],
[email protected]fd1468352014-02-06 10:38:47171 # Client JavaScript files.
[email protected]af2d58182014-01-25 01:21:42172 'remoting_webapp_js_client_files': [
kelvinp4a6581f2015-04-15 02:25:03173 'webapp/crd/js/activity.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07174 'webapp/crd/js/client_plugin.js',
175 'webapp/crd/js/client_plugin_impl.js',
kelvinp87368c72015-02-20 00:17:42176 'webapp/crd/js/client_plugin_host_desktop_impl.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07177 'webapp/crd/js/client_session.js',
kelvinp2c5de342015-04-20 18:52:01178 'webapp/crd/js/client_session_factory.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07179 'webapp/crd/js/clipboard.js',
kelvinp9ba1fff02015-03-12 01:15:32180 'webapp/crd/js/connected_view.js',
kelvinp0d9f28d2015-03-16 23:05:11181 'webapp/crd/js/connection_info.js',
kelvinpa656e722015-03-02 21:40:47182 'webapp/crd/js/credentials_provider.js',
kelvinp87368c72015-02-20 00:17:42183 'webapp/crd/js/host_desktop.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07184 'webapp/crd/js/smart_reconnector.js',
185 'webapp/crd/js/video_frame_recorder.js',
[email protected]af2d58182014-01-25 01:21:42186 ],
187 # Remoting core JavaScript files.
188 'remoting_webapp_js_core_files': [
garykac12564e82015-02-03 21:45:20189 'webapp/base/js/app_capabilities.js',
garykacccb1b862014-12-06 03:46:44190 'webapp/base/js/application.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07191 'webapp/base/js/base.js',
kelvinp6f290c22015-01-28 23:29:29192 'webapp/base/js/ipc.js',
kelvinpe474a7822015-04-08 20:53:18193 'webapp/base/js/modal_dialogs.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07194 'webapp/base/js/platform.js',
kelvinp25f89e582015-04-08 01:20:50195 'webapp/base/js/protocol_extension_manager.js',
garykaccd415d02015-03-13 20:38:11196 'webapp/base/js/protocol_extension.js',
kelvinpef56d872015-01-22 03:13:36197 'webapp/crd/js/apps_v2_migration.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07198 'webapp/crd/js/error.js',
199 'webapp/crd/js/event_handlers.js',
200 'webapp/crd/js/plugin_settings.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07201 'webapp/crd/js/typecheck.js',
202 'webapp/crd/js/xhr.js',
jrw12e3cb32015-03-31 00:58:14203 'webapp/crd/js/gcd_client.js',
[email protected]af2d58182014-01-25 01:21:42204 ],
garykacb70d4632015-02-19 02:58:52205 # Gnubby authentication JavaScript files.
206 'remoting_webapp_js_gnubby_auth_files': [
207 'webapp/crd/js/gnubby_auth_handler.js',
208 ],
[email protected]af2d58182014-01-25 01:21:42209 # Host JavaScript files.
[email protected]af2d58182014-01-25 01:21:42210 'remoting_webapp_js_host_files': [
garykac846c7c72014-12-19 23:36:14211 'webapp/crd/js/host.js',
212 'webapp/crd/js/host_settings.js',
213 ],
214 # Files for controlling the local machine as a host.
215 # Includes both it2me and me2me files.
216 'remoting_webapp_js_host_control_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07217 'webapp/crd/js/host_controller.js',
218 'webapp/crd/js/host_daemon_facade.js',
garykac846c7c72014-12-19 23:36:14219 'webapp/crd/js/host_screen.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07220 'webapp/crd/js/host_session.js',
garykac846c7c72014-12-19 23:36:14221 'webapp/crd/js/host_setup_dialog.js',
222 'webapp/crd/js/host_install_dialog.js',
223 'webapp/crd/js/host_installer.js',
224 'webapp/crd/js/it2me_host_facade.js',
225 'webapp/crd/js/paired_client_manager.js',
226 ],
227 # Files for displaying (in the client) info about available hosts.
228 'remoting_webapp_js_host_display_files': [
229 'webapp/crd/js/host_list.js',
jamiewalchb8749522015-01-05 20:00:49230 'webapp/crd/js/host_list_api.js',
jrw0ffae32702015-04-27 20:08:32231 'webapp/crd/js/host_list_api_gcd_impl.js',
jamiewalch499b99a2015-01-09 23:19:07232 'webapp/crd/js/host_list_api_impl.js',
garykac846c7c72014-12-19 23:36:14233 'webapp/crd/js/host_table_entry.js',
kelvinpf95677a2015-03-04 08:57:51234 'webapp/crd/js/local_host_section.js',
[email protected]af2d58182014-01-25 01:21:42235 ],
236 # Logging and stats JavaScript files.
237 'remoting_webapp_js_logging_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07238 'webapp/crd/js/format_iq.js',
239 'webapp/crd/js/log_to_server.js',
240 'webapp/crd/js/server_log_entry.js',
241 'webapp/crd/js/stats_accumulator.js',
[email protected]af2d58182014-01-25 01:21:42242 ],
garykacb70d4632015-02-19 02:58:52243 # Remoting signaling files.
244 'remoting_webapp_js_signaling_files': [
245 'webapp/crd/js/dns_blackhole_checker.js',
246 'webapp/crd/js/fallback_signal_strategy.js',
247 'webapp/crd/js/signal_strategy.js',
sergeyu749305d2015-03-11 23:05:34248 'webapp/crd/js/tcp_socket.js',
garykacb70d4632015-02-19 02:58:52249 'webapp/crd/js/wcs_adapter.js',
250 'webapp/crd/js/wcs_sandbox_container.js',
251 'webapp/crd/js/xmpp_connection.js',
252 'webapp/crd/js/xmpp_login_handler.js',
253 'webapp/crd/js/xmpp_stream_parser.js',
254 ],
garykac5b228c892015-04-28 01:03:07255 # Shared UI JavaScript files.
[email protected]af2d58182014-01-25 01:21:42256 'remoting_webapp_js_ui_files': [
garykac828a33d2015-04-27 16:23:50257 'webapp/base/js/viewport.js',
garykac701a99c2014-11-17 18:10:52258 'webapp/base/js/window_shape.js',
garykac5b228c892015-04-28 01:03:07259 'webapp/crd/js/connection_stats.js',
260 'webapp/crd/js/feedback.js',
261 'webapp/crd/js/l10n.js',
262 'webapp/crd/js/ui_mode.js',
263 ],
264
265 #
266 # DesktopRemoting-specific JS files.
267 #
268
269 # The CRD-specific JavaScript files required by main.html.
270 'remoting_webapp_crd_js_ui_files': [
kelvinp1e259c472015-02-24 01:03:04271 'webapp/crd/js/bump_scroller.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07272 'webapp/crd/js/butter_bar.js',
garykac5b228c892015-04-28 01:03:07273 'webapp/crd/js/crd_auth_dialog.js',
274 'webapp/crd/js/crd_event_handlers.js',
275 'webapp/crd/js/crd_experimental.js',
276 'webapp/crd/js/desktop_connected_view.js',
277 'webapp/crd/js/desktop_remoting.js',
278 'webapp/crd/js/desktop_remoting_activity.js',
kelvinp1e259c472015-02-24 01:03:04279 'webapp/crd/js/desktop_viewport.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07280 'webapp/crd/js/fullscreen.js',
281 'webapp/crd/js/fullscreen_v1.js',
282 'webapp/crd/js/fullscreen_v2.js',
garykac5b228c892015-04-28 01:03:07283 'webapp/crd/js/it2me_activity.js',
284 'webapp/crd/js/me2me_activity.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07285 'webapp/crd/js/menu_button.js',
286 'webapp/crd/js/options_menu.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07287 'webapp/crd/js/toolbar.js',
288 'webapp/crd/js/window_frame.js',
[email protected]af2d58182014-01-25 01:21:42289 ],
garykac9547d1f2015-03-06 19:42:55290
291 #
292 # DesktopRemoting main.html generation files.
293 #
294
295 'remoting_webapp_template_main':
296 '<(DEPTH)/remoting/webapp/crd/html/template_main.html',
[email protected]78485562014-06-23 21:12:45297
garykac7b15ac052014-12-02 03:12:37298 # The shared JavaScript files required by main.html.
299 'remoting_webapp_shared_main_html_js_files': [
[email protected]f8881a72014-04-25 08:55:18300 # Include the core files first as it is required by the other files.
301 # Otherwise, Jscompile will complain.
302 '<@(remoting_webapp_js_core_files)',
[email protected]af2d58182014-01-25 01:21:42303 '<@(remoting_webapp_js_auth_client2host_files)',
304 '<@(remoting_webapp_js_auth_google_files)',
305 '<@(remoting_webapp_js_client_files)',
[email protected]de101e12014-02-27 04:12:08306 '<@(remoting_webapp_js_gnubby_auth_files)',
[email protected]2f4e73e2014-08-16 08:35:47307 '<@(remoting_webapp_js_cast_extension_files)',
[email protected]af2d58182014-01-25 01:21:42308 '<@(remoting_webapp_js_host_files)',
garykac846c7c72014-12-19 23:36:14309 '<@(remoting_webapp_js_host_control_files)',
310 '<@(remoting_webapp_js_host_display_files)',
[email protected]af2d58182014-01-25 01:21:42311 '<@(remoting_webapp_js_logging_files)',
312 '<@(remoting_webapp_js_ui_files)',
sergeyu30975b82014-09-04 06:37:18313 '<@(remoting_webapp_js_signaling_files)',
[email protected]f34acc692014-08-12 22:47:14314 ],
315
garykac5b228c892015-04-28 01:03:07316 # The JS files required by unittest.html.
317 'remoting_webapp_unittest_html_all_js_files': [
318 '<@(remoting_webapp_shared_main_html_js_files)',
319 '<@(remoting_webapp_crd_js_ui_files)',
320 ],
321
garykac7b15ac052014-12-02 03:12:37322 # The CRD-specific JavaScript files required by main.html.
garykac9547d1f2015-03-06 19:42:55323 'remoting_webapp_crd_main_html_all_js_files': [
324 '<@(remoting_webapp_shared_main_html_js_files)',
garykac5b228c892015-04-28 01:03:07325 '<@(remoting_webapp_crd_js_ui_files)',
garykac7b15ac052014-12-02 03:12:37326 'webapp/crd/js/crd_main.js',
327 ],
328
garykac9547d1f2015-03-06 19:42:55329 # These template files are used to construct main.html.
[email protected]cb896cc2014-02-20 00:35:31330 'remoting_webapp_template_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07331 'webapp/base/html/client_plugin.html',
Gary Kacmarcikac6b679f2014-11-13 20:52:17332 'webapp/crd/html/butter_bar.html',
jamiewalchd0bb0df2015-03-24 00:37:32333 'webapp/crd/html/dialog_auth.html',
Gary Kacmarcik6110f4b2014-10-23 00:20:07334 'webapp/crd/html/dialog_client_connect_failed.html',
335 'webapp/crd/html/dialog_client_connecting.html',
336 'webapp/crd/html/dialog_client_host_needs_upgrade.html',
337 'webapp/crd/html/dialog_client_pin_prompt.html',
338 'webapp/crd/html/dialog_client_session_finished.html',
339 'webapp/crd/html/dialog_client_third_party_auth.html',
340 'webapp/crd/html/dialog_client_unconnected.html',
341 'webapp/crd/html/dialog_confirm_host_delete.html',
342 'webapp/crd/html/dialog_connection_history.html',
343 'webapp/crd/html/dialog_host.html',
344 'webapp/crd/html/dialog_host_install.html',
345 'webapp/crd/html/dialog_host_setup.html',
346 'webapp/crd/html/dialog_manage_pairings.html',
347 'webapp/crd/html/dialog_token_refresh_failed.html',
348 'webapp/crd/html/toolbar.html',
349 'webapp/crd/html/ui_header.html',
350 'webapp/crd/html/ui_it2me.html',
351 'webapp/crd/html/ui_me2me.html',
352 'webapp/crd/html/window_frame.html',
[email protected]cb896cc2014-02-20 00:35:31353 ],
354
garykac9547d1f2015-03-06 19:42:55355 #
356 # Webapp background.html generation files.
357 #
358
359 'remoting_webapp_template_background':
360 '<(DEPTH)/remoting/webapp/crd/html/template_background.html',
361
362 # These JS files are specific to the background page and are not part of
363 # the main JS files.
364 'remoting_webapp_background_html_js_files': [
365 'webapp/base/js/message_window_helper.js',
366 'webapp/base/js/message_window_manager.js',
367 'webapp/crd/js/activation_handler.js',
368 'webapp/crd/js/app_launcher.js',
369 'webapp/crd/js/background.js',
370 ],
371
372 # All the JavaScript files required by background.html.
373 'remoting_webapp_background_html_all_js_files': [
374 '<@(remoting_webapp_background_html_js_files)',
375 'webapp/base/js/base.js',
376 'webapp/base/js/ipc.js',
377 'webapp/crd/js/client_session.js',
378 'webapp/crd/js/error.js',
379 'webapp/crd/js/host_installer.js',
380 'webapp/crd/js/host_session.js',
381 'webapp/crd/js/identity.js',
382 'webapp/crd/js/it2me_host_facade.js',
383 'webapp/crd/js/l10n.js',
384 'webapp/crd/js/oauth2.js',
385 'webapp/crd/js/oauth2_api.js',
386 'webapp/crd/js/oauth2_api_impl.js',
387 'webapp/crd/js/plugin_settings.js',
388 'webapp/crd/js/typecheck.js',
389 'webapp/crd/js/xhr.js',
390 ],
391
392 #
393 # Webapp wcs_sandbox.html generation files.
394 #
395
396 'remoting_webapp_template_wcs_sandbox':
397 '<(DEPTH)/remoting/webapp/base/html/template_wcs_sandbox.html',
398
399 # These JS files are specific to the WCS sandbox page and are not part of
400 # the main JS files.
401 'remoting_webapp_wcs_sandbox_html_js_files': [
402 'webapp/crd/js/wcs.js',
403 'webapp/crd/js/wcs_loader.js',
404 'webapp/crd/js/wcs_sandbox_content.js',
405 'webapp/crd/js/xhr_proxy.js',
406 ],
407
408 # All the JavaScript files required by wcs_sandbox.html.
409 'remoting_webapp_wcs_sandbox_html_all_js_files': [
410 '<@(remoting_webapp_wcs_sandbox_html_js_files)',
411 'webapp/crd/js/error.js',
412 'webapp/crd/js/plugin_settings.js',
413 ],
414
415 #
416 # Webapp message_window.html generation files.
417 #
418
419 'remoting_webapp_template_message_window':
420 '<(DEPTH)/remoting/webapp/base/html/template_message_window.html',
421
422 # These JS files are specific to the message window page and are not part of
423 # the main JS files.
424 'remoting_webapp_message_window_html_js_files': [
425 'webapp/base/js/message_window.js',
426 ],
427
428 # All the JavaScript files required by message_window.html.
429 'remoting_webapp_message_window_html_all_js_files': [
430 '<@(remoting_webapp_message_window_html_js_files)',
431 'webapp/base/js/base.js',
432 ],
433
434 #
435 # Complete webapp JS and resource files.
436 #
437
438 # All the JavaScript files that are shared by webapps.
439 'remoting_webapp_shared_js_files': [
440 '<@(remoting_webapp_shared_main_html_js_files)',
441 '<@(remoting_webapp_background_html_js_files)',
442 '<@(remoting_webapp_message_window_html_js_files)',
443 '<@(remoting_webapp_wcs_sandbox_html_js_files)',
444 # JS files referenced in manifest.json.
445 '<@(remoting_webapp_js_auth_v1_files)',
446 ],
447
448 # All the JavaScript files required by DesktopRemoting.
449 'remoting_webapp_crd_js_files': [
450 '<@(remoting_webapp_shared_js_files)',
451 '<@(remoting_webapp_crd_main_html_all_js_files)',
452 ],
453
454 'remoting_webapp_info_files': [
455 'resources/chromoting16.webp',
456 'resources/chromoting48.webp',
457 'resources/chromoting128.webp',
458 ],
459
460 # All the resource files required by DesktopRemoting.
461 'remoting_webapp_resource_files': [
462 'resources/disclosure_arrow_down.webp',
463 'resources/disclosure_arrow_right.webp',
464 'resources/drag.webp',
465 'resources/host_setup_instructions.webp',
466 'resources/icon_close.webp',
467 'resources/icon_cross.webp',
468 'resources/icon_disconnect.webp',
469 'resources/icon_fullscreen.webp',
470 'resources/icon_help.webp',
471 'resources/icon_host.webp',
472 'resources/icon_maximize_restore.webp',
473 'resources/icon_minimize.webp',
474 'resources/icon_options.webp',
475 'resources/icon_pencil.webp',
476 'resources/icon_warning.webp',
477 'resources/infographic_my_computers.webp',
478 'resources/infographic_remote_assistance.webp',
479 'resources/plus.webp',
480 'resources/reload.webp',
481 'resources/tick.webp',
482 'webapp/base/html/connection_stats.css',
483 'webapp/base/html/main.css',
484 'webapp/base/html/message_window.css',
485 'webapp/base/resources/open_sans.css',
486 'webapp/base/resources/open_sans.woff',
487 'webapp/base/resources/spinner.gif',
488 'webapp/crd/html/butter_bar.css',
489 'webapp/crd/html/toolbar.css',
490 'webapp/crd/html/menu_button.css',
491 'webapp/crd/html/window_frame.css',
492 'webapp/crd/resources/scale-to-fit.webp',
493 ],
494
495 'remoting_webapp_crd_files': [
496 '<@(remoting_webapp_info_files)',
497 '<@(remoting_webapp_crd_js_files)',
498 '<@(remoting_webapp_resource_files)',
499 ],
500
garykac9ab9df492015-01-27 16:21:01501 # Files that contain localizable strings.
502 'desktop_remoting_webapp_localizable_files': [
503 'webapp/crd/manifest.json.jinja2',
garykac9ab9df492015-01-27 16:21:01504 '<(remoting_webapp_template_background)',
garykac9547d1f2015-03-06 19:42:55505 '<(remoting_webapp_template_main)',
506 '<(remoting_webapp_template_message_window)',
507 '<(remoting_webapp_template_wcs_sandbox)',
garykac9ab9df492015-01-27 16:21:01508 '<@(remoting_webapp_template_files)',
509 '<@(remoting_webapp_crd_js_files)',
510 ],
511
[email protected]af2d58182014-01-25 01:21:42512 },
513}