blob: 117107dbfde5d3a1a09c9e93fe69a79418d189f6 [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',
garykacb70d4632015-02-19 02:58:5239 'webapp/browser_test/scrollbar_browser_test.js',
40 'webapp/browser_test/timeout_waiter.js',
41 'webapp/browser_test/unauthenticated_browser_test.js',
42 'webapp/browser_test/update_pin_browser_test.js',
43 ],
garykac818c8012015-03-02 18:37:4744 # Browser test files.
45 'remoting_webapp_browsertest_js_mock_files': [
wez0f929882015-03-12 16:19:1946 'webapp/crd/js/mock_client_plugin.js',
47 'webapp/crd/js/mock_host_list_api.js',
48 'webapp/crd/js/mock_identity.js',
49 'webapp/crd/js/mock_oauth2_api.js',
wez0f929882015-03-12 16:19:1950 'webapp/crd/js/mock_signal_strategy.js',
garykac818c8012015-03-02 18:37:4751 ],
52 'remoting_webapp_browsertest_js_proto_files': [
53 'webapp/js_proto/sinon_proto.js',
54 'webapp/js_proto/test_proto.js',
55 '<@(remoting_webapp_js_proto_files)',
56 ],
garykacb70d4632015-02-19 02:58:5257 'remoting_webapp_browsertest_all_js_files': [
58 '<@(remoting_webapp_browsertest_js_files)',
garykac818c8012015-03-02 18:37:4759 '<@(remoting_webapp_browsertest_js_mock_files)',
garykacb70d4632015-02-19 02:58:5260 ],
kelvinp14c59712015-04-29 05:20:4361 'remoting_webapp_browsertest_main_html_extra_files': [
62 '<@(remoting_webapp_browsertest_all_js_files)',
63 '../third_party/sinonjs/src/sinon.js',
64 ],
garykacb70d4632015-02-19 02:58:5265
garykac818c8012015-03-02 18:37:4766 #
67 # Webapp unittest JavaScript files.
68 #
69
garykacb70d4632015-02-19 02:58:5270 # These product files are excluded from our JavaScript unittest
wez0f929882015-03-12 16:19:1971 'remoting_webapp_unittests_exclude_js_files': [
garykacb70d4632015-02-19 02:58:5272 # background.js is where the onLoad handler is defined, which
73 # makes it the entry point of the background page.
74 'webapp/crd/js/background.js',
75 ],
76 # The unit test cases for the webapp
wez0f929882015-03-12 16:19:1977 'remoting_webapp_unittests_js_files': [
jrw7829d552015-03-14 00:16:3878 # TODO(jrw): Move spy_promise to base.
79 'webapp/unittests/spy_promise.js',
80 'webapp/unittests/spy_promise_unittest.js',
wez0f929882015-03-12 16:19:1981 'webapp/base/js/base_unittest.js',
82 'webapp/base/js/base_event_hook_unittest.js',
kelvinp718f4e82015-03-20 23:19:4783 'webapp/base/js/base_inherits_unittest.js',
wez0f929882015-03-12 16:19:1984 'webapp/base/js/ipc_unittest.js',
kelvinp25f89e582015-04-08 01:20:5085 'webapp/base/js/protocol_extension_manager_unittest.js',
garykac828a33d2015-04-27 16:23:5086 'webapp/base/js/viewport_unittest.js',
wez0f929882015-03-12 16:19:1987 'webapp/crd/js/apps_v2_migration_unittest.js',
kelvinp2128aa32015-04-23 02:24:0788 'webapp/crd/js/client_session_unittest.js',
kelvinp2c5de342015-04-20 18:52:0189 'webapp/crd/js/client_session_factory_unittest.js',
wez0f929882015-03-12 16:19:1990 'webapp/crd/js/dns_blackhole_checker_unittest.js',
jrw745e53b2015-03-16 21:26:1391 'webapp/crd/js/error_unittest.js',
wez0f929882015-03-12 16:19:1992 'webapp/crd/js/fallback_signal_strategy_unittest.js',
jrw12e3cb32015-03-31 00:58:1493 'webapp/crd/js/gcd_client_unittest.js',
jrw58e816f02015-04-07 19:59:1294 'webapp/crd/js/gcd_client_with_mock_xhr_unittest.js',
jrwf326e5a2015-04-09 20:20:4995 'webapp/crd/js/host_controller_unittest.js',
jrw133be792015-04-08 01:12:2896 'webapp/crd/js/host_daemon_facade_unittest.js',
jrw300af592015-04-18 02:10:2897 'webapp/crd/js/host_list_api_impl_unittest.js',
wez0f929882015-03-12 16:19:1998 'webapp/crd/js/host_table_entry_unittest.js',
jamiewalch21196522015-03-17 02:04:2699 'webapp/crd/js/identity_unittest.js',
wez0f929882015-03-12 16:19:19100 'webapp/crd/js/l10n_unittest.js',
101 'webapp/crd/js/menu_button_unittest.js',
jrw58e816f02015-04-07 19:59:12102 'webapp/crd/js/mock_xhr_unittest.js',
jrwb814ba02015-03-19 20:08:45103 'webapp/crd/js/typecheck_unittest.js',
wez0f929882015-03-12 16:19:19104 'webapp/crd/js/xhr_unittest.js',
105 'webapp/crd/js/xmpp_connection_unittest.js',
106 'webapp/crd/js/xmpp_login_handler_unittest.js',
107 'webapp/crd/js/xmpp_stream_parser_unittest.js',
garykacb70d4632015-02-19 02:58:52108 ],
wez0f929882015-03-12 16:19:19109 'remoting_webapp_unittests_js_mock_files': [
garykac818c8012015-03-02 18:37:47110 # Some proto files can be repurposed as simple mocks for the unittests.
111 # Note that some defs in chrome_proto are overwritten by chrome_mocks.
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',
garykac818c8012015-03-02 18:37:47117 'webapp/js_proto/chrome_proto.js',
wez0f929882015-03-12 16:19:19118 'webapp/js_proto/chrome_mocks.js',
garykac818c8012015-03-02 18:37:47119 'webapp/unittests/sinon_helpers.js',
jrw58e816f02015-04-07 19:59:12120 'webapp/crd/js/mock_xhr.js',
garykac818c8012015-03-02 18:37:47121 ],
122 # Prototypes for objects that are not mocked.
wez0f929882015-03-12 16:19:19123 'remoting_webapp_unittests_js_proto_files': [
garykac818c8012015-03-02 18:37:47124 'webapp/js_proto/chrome_cast_proto.js',
125 '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)',
garykacb70d4632015-02-19 02:58:52133 ],
garykac818c8012015-03-02 18:37:47134 # All the files needed to run the unittests.
wez0f929882015-03-12 16:19:19135 'remoting_webapp_unittests_all_files': [
garykacb70d4632015-02-19 02:58:52136 'webapp/crd/html/menu_button.css',
wez0f929882015-03-12 16:19:19137 '<@(remoting_webapp_unittests_all_js_files)',
garykacb70d4632015-02-19 02:58:52138 ],
wez0f929882015-03-12 16:19:19139 'remoting_webapp_unittests_template_main':
140 'webapp/crd/html/template_unittests.html',
garykacb70d4632015-02-19 02:58:52141
142 #
143 # Webapp JavaScript file groups.
144 #
145
[email protected]cb896cc2014-02-20 00:35:31146 # Auth (apps v1) JavaScript files.
147 # These files aren't included directly from main.html. They are
148 # referenced from the manifest.json file (appsv1 only).
149 'remoting_webapp_js_auth_v1_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07150 'webapp/crd/js/cs_third_party_auth_trampoline.js', # client to host
151 'webapp/crd/js/cs_oauth2_trampoline.js', # Google account
[email protected]cb896cc2014-02-20 00:35:31152 ],
[email protected]af2d58182014-01-25 01:21:42153 # Auth (client to host) JavaScript files.
154 'remoting_webapp_js_auth_client2host_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07155 'webapp/crd/js/third_party_host_permissions.js',
156 'webapp/crd/js/third_party_token_fetcher.js',
[email protected]af2d58182014-01-25 01:21:42157 ],
158 # Auth (Google account) JavaScript files.
159 'remoting_webapp_js_auth_google_files': [
garykac7b15ac052014-12-02 03:12:37160 'webapp/base/js/auth_init.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07161 'webapp/crd/js/identity.js',
162 'webapp/crd/js/oauth2.js',
163 'webapp/crd/js/oauth2_api.js',
jamiewalch499b99a2015-01-09 23:19:07164 'webapp/crd/js/oauth2_api_impl.js',
[email protected]af2d58182014-01-25 01:21:42165 ],
garykacb70d4632015-02-19 02:58:52166 # Cast extension handler JavaScript files.
167 'remoting_webapp_js_cast_extension_files': [
168 'webapp/crd/js/cast_extension_handler.js',
169 ],
[email protected]fd1468352014-02-06 10:38:47170 # Client JavaScript files.
[email protected]af2d58182014-01-25 01:21:42171 'remoting_webapp_js_client_files': [
kelvinp4a6581f2015-04-15 02:25:03172 'webapp/crd/js/activity.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07173 'webapp/crd/js/client_plugin.js',
174 'webapp/crd/js/client_plugin_impl.js',
kelvinp87368c72015-02-20 00:17:42175 'webapp/crd/js/client_plugin_host_desktop_impl.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07176 'webapp/crd/js/client_session.js',
kelvinp2c5de342015-04-20 18:52:01177 'webapp/crd/js/client_session_factory.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07178 'webapp/crd/js/clipboard.js',
kelvinp9ba1fff02015-03-12 01:15:32179 'webapp/crd/js/connected_view.js',
kelvinp0d9f28d2015-03-16 23:05:11180 'webapp/crd/js/connection_info.js',
kelvinpa656e722015-03-02 21:40:47181 'webapp/crd/js/credentials_provider.js',
kelvinp87368c72015-02-20 00:17:42182 'webapp/crd/js/host_desktop.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07183 'webapp/crd/js/smart_reconnector.js',
184 'webapp/crd/js/video_frame_recorder.js',
[email protected]af2d58182014-01-25 01:21:42185 ],
186 # Remoting core JavaScript files.
187 'remoting_webapp_js_core_files': [
garykac12564e82015-02-03 21:45:20188 'webapp/base/js/app_capabilities.js',
garykacccb1b862014-12-06 03:46:44189 'webapp/base/js/application.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07190 'webapp/base/js/base.js',
kelvinp6f290c22015-01-28 23:29:29191 'webapp/base/js/ipc.js',
kelvinpe474a7822015-04-08 20:53:18192 'webapp/base/js/modal_dialogs.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07193 'webapp/base/js/platform.js',
kelvinp25f89e582015-04-08 01:20:50194 'webapp/base/js/protocol_extension_manager.js',
garykaccd415d02015-03-13 20:38:11195 'webapp/base/js/protocol_extension.js',
kelvinpef56d872015-01-22 03:13:36196 'webapp/crd/js/apps_v2_migration.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07197 'webapp/crd/js/error.js',
198 'webapp/crd/js/event_handlers.js',
199 'webapp/crd/js/plugin_settings.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07200 'webapp/crd/js/typecheck.js',
201 'webapp/crd/js/xhr.js',
jrw12e3cb32015-03-31 00:58:14202 'webapp/crd/js/gcd_client.js',
[email protected]af2d58182014-01-25 01:21:42203 ],
garykacb70d4632015-02-19 02:58:52204 # Gnubby authentication JavaScript files.
205 'remoting_webapp_js_gnubby_auth_files': [
206 'webapp/crd/js/gnubby_auth_handler.js',
207 ],
[email protected]af2d58182014-01-25 01:21:42208 # Host JavaScript files.
[email protected]af2d58182014-01-25 01:21:42209 'remoting_webapp_js_host_files': [
garykac846c7c72014-12-19 23:36:14210 'webapp/crd/js/host.js',
211 'webapp/crd/js/host_settings.js',
212 ],
213 # Files for controlling the local machine as a host.
214 # Includes both it2me and me2me files.
215 'remoting_webapp_js_host_control_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07216 'webapp/crd/js/host_controller.js',
217 'webapp/crd/js/host_daemon_facade.js',
garykac846c7c72014-12-19 23:36:14218 'webapp/crd/js/host_screen.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07219 'webapp/crd/js/host_session.js',
garykac846c7c72014-12-19 23:36:14220 'webapp/crd/js/host_setup_dialog.js',
221 'webapp/crd/js/host_install_dialog.js',
222 'webapp/crd/js/host_installer.js',
223 'webapp/crd/js/it2me_host_facade.js',
224 'webapp/crd/js/paired_client_manager.js',
225 ],
226 # Files for displaying (in the client) info about available hosts.
227 'remoting_webapp_js_host_display_files': [
228 'webapp/crd/js/host_list.js',
jamiewalchb8749522015-01-05 20:00:49229 'webapp/crd/js/host_list_api.js',
jrw0ffae32702015-04-27 20:08:32230 'webapp/crd/js/host_list_api_gcd_impl.js',
jamiewalch499b99a2015-01-09 23:19:07231 'webapp/crd/js/host_list_api_impl.js',
garykac846c7c72014-12-19 23:36:14232 'webapp/crd/js/host_table_entry.js',
kelvinpf95677a2015-03-04 08:57:51233 'webapp/crd/js/local_host_section.js',
[email protected]af2d58182014-01-25 01:21:42234 ],
235 # Logging and stats JavaScript files.
236 'remoting_webapp_js_logging_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07237 'webapp/crd/js/format_iq.js',
238 'webapp/crd/js/log_to_server.js',
239 'webapp/crd/js/server_log_entry.js',
240 'webapp/crd/js/stats_accumulator.js',
[email protected]af2d58182014-01-25 01:21:42241 ],
garykacb70d4632015-02-19 02:58:52242 # Remoting signaling files.
243 'remoting_webapp_js_signaling_files': [
244 'webapp/crd/js/dns_blackhole_checker.js',
245 'webapp/crd/js/fallback_signal_strategy.js',
246 'webapp/crd/js/signal_strategy.js',
sergeyu749305d2015-03-11 23:05:34247 'webapp/crd/js/tcp_socket.js',
garykacb70d4632015-02-19 02:58:52248 'webapp/crd/js/wcs_adapter.js',
249 'webapp/crd/js/wcs_sandbox_container.js',
250 'webapp/crd/js/xmpp_connection.js',
251 'webapp/crd/js/xmpp_login_handler.js',
252 'webapp/crd/js/xmpp_stream_parser.js',
253 ],
garykac5b228c892015-04-28 01:03:07254 # Shared UI JavaScript files.
[email protected]af2d58182014-01-25 01:21:42255 'remoting_webapp_js_ui_files': [
garykac828a33d2015-04-27 16:23:50256 'webapp/base/js/viewport.js',
garykac701a99c2014-11-17 18:10:52257 'webapp/base/js/window_shape.js',
garykac5b228c892015-04-28 01:03:07258 'webapp/crd/js/connection_stats.js',
259 'webapp/crd/js/feedback.js',
260 'webapp/crd/js/l10n.js',
261 'webapp/crd/js/ui_mode.js',
262 ],
263
264 #
265 # DesktopRemoting-specific JS files.
266 #
267
268 # The CRD-specific JavaScript files required by main.html.
269 'remoting_webapp_crd_js_ui_files': [
kelvinp1e259c472015-02-24 01:03:04270 'webapp/crd/js/bump_scroller.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07271 'webapp/crd/js/butter_bar.js',
garykac5b228c892015-04-28 01:03:07272 'webapp/crd/js/crd_auth_dialog.js',
273 'webapp/crd/js/crd_event_handlers.js',
274 'webapp/crd/js/crd_experimental.js',
275 'webapp/crd/js/desktop_connected_view.js',
276 'webapp/crd/js/desktop_remoting.js',
277 'webapp/crd/js/desktop_remoting_activity.js',
kelvinp1e259c472015-02-24 01:03:04278 'webapp/crd/js/desktop_viewport.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07279 'webapp/crd/js/fullscreen.js',
280 'webapp/crd/js/fullscreen_v1.js',
281 'webapp/crd/js/fullscreen_v2.js',
garykac5b228c892015-04-28 01:03:07282 'webapp/crd/js/it2me_activity.js',
283 'webapp/crd/js/me2me_activity.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07284 'webapp/crd/js/menu_button.js',
285 'webapp/crd/js/options_menu.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07286 'webapp/crd/js/toolbar.js',
287 'webapp/crd/js/window_frame.js',
[email protected]af2d58182014-01-25 01:21:42288 ],
garykac9547d1f2015-03-06 19:42:55289
290 #
291 # DesktopRemoting main.html generation files.
292 #
293
294 'remoting_webapp_template_main':
295 '<(DEPTH)/remoting/webapp/crd/html/template_main.html',
[email protected]78485562014-06-23 21:12:45296
garykac7b15ac052014-12-02 03:12:37297 # The shared JavaScript files required by main.html.
298 'remoting_webapp_shared_main_html_js_files': [
[email protected]f8881a72014-04-25 08:55:18299 # Include the core files first as it is required by the other files.
300 # Otherwise, Jscompile will complain.
301 '<@(remoting_webapp_js_core_files)',
[email protected]af2d58182014-01-25 01:21:42302 '<@(remoting_webapp_js_auth_client2host_files)',
303 '<@(remoting_webapp_js_auth_google_files)',
304 '<@(remoting_webapp_js_client_files)',
[email protected]de101e12014-02-27 04:12:08305 '<@(remoting_webapp_js_gnubby_auth_files)',
[email protected]2f4e73e2014-08-16 08:35:47306 '<@(remoting_webapp_js_cast_extension_files)',
[email protected]af2d58182014-01-25 01:21:42307 '<@(remoting_webapp_js_host_files)',
garykac846c7c72014-12-19 23:36:14308 '<@(remoting_webapp_js_host_control_files)',
309 '<@(remoting_webapp_js_host_display_files)',
[email protected]af2d58182014-01-25 01:21:42310 '<@(remoting_webapp_js_logging_files)',
311 '<@(remoting_webapp_js_ui_files)',
sergeyu30975b82014-09-04 06:37:18312 '<@(remoting_webapp_js_signaling_files)',
[email protected]f34acc692014-08-12 22:47:14313 ],
314
garykac5b228c892015-04-28 01:03:07315 # The JS files required by unittest.html.
316 'remoting_webapp_unittest_html_all_js_files': [
317 '<@(remoting_webapp_shared_main_html_js_files)',
318 '<@(remoting_webapp_crd_js_ui_files)',
319 ],
320
garykac7b15ac052014-12-02 03:12:37321 # The CRD-specific JavaScript files required by main.html.
garykac9547d1f2015-03-06 19:42:55322 'remoting_webapp_crd_main_html_all_js_files': [
323 '<@(remoting_webapp_shared_main_html_js_files)',
garykac5b228c892015-04-28 01:03:07324 '<@(remoting_webapp_crd_js_ui_files)',
garykac7b15ac052014-12-02 03:12:37325 'webapp/crd/js/crd_main.js',
326 ],
327
garykac9547d1f2015-03-06 19:42:55328 # These template files are used to construct main.html.
[email protected]cb896cc2014-02-20 00:35:31329 'remoting_webapp_template_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07330 'webapp/base/html/client_plugin.html',
Gary Kacmarcikac6b679f2014-11-13 20:52:17331 'webapp/crd/html/butter_bar.html',
jamiewalchd0bb0df2015-03-24 00:37:32332 'webapp/crd/html/dialog_auth.html',
Gary Kacmarcik6110f4b2014-10-23 00:20:07333 'webapp/crd/html/dialog_client_connect_failed.html',
334 'webapp/crd/html/dialog_client_connecting.html',
335 'webapp/crd/html/dialog_client_host_needs_upgrade.html',
336 'webapp/crd/html/dialog_client_pin_prompt.html',
337 'webapp/crd/html/dialog_client_session_finished.html',
338 'webapp/crd/html/dialog_client_third_party_auth.html',
339 'webapp/crd/html/dialog_client_unconnected.html',
340 'webapp/crd/html/dialog_confirm_host_delete.html',
341 'webapp/crd/html/dialog_connection_history.html',
342 'webapp/crd/html/dialog_host.html',
343 'webapp/crd/html/dialog_host_install.html',
344 'webapp/crd/html/dialog_host_setup.html',
345 'webapp/crd/html/dialog_manage_pairings.html',
346 'webapp/crd/html/dialog_token_refresh_failed.html',
347 'webapp/crd/html/toolbar.html',
348 'webapp/crd/html/ui_header.html',
349 'webapp/crd/html/ui_it2me.html',
350 'webapp/crd/html/ui_me2me.html',
351 'webapp/crd/html/window_frame.html',
[email protected]cb896cc2014-02-20 00:35:31352 ],
353
garykac9547d1f2015-03-06 19:42:55354 #
355 # Webapp background.html generation files.
356 #
357
358 'remoting_webapp_template_background':
359 '<(DEPTH)/remoting/webapp/crd/html/template_background.html',
360
361 # These JS files are specific to the background page and are not part of
362 # the main JS files.
363 'remoting_webapp_background_html_js_files': [
364 'webapp/base/js/message_window_helper.js',
365 'webapp/base/js/message_window_manager.js',
366 'webapp/crd/js/activation_handler.js',
367 'webapp/crd/js/app_launcher.js',
368 'webapp/crd/js/background.js',
369 ],
370
371 # All the JavaScript files required by background.html.
372 'remoting_webapp_background_html_all_js_files': [
373 '<@(remoting_webapp_background_html_js_files)',
374 'webapp/base/js/base.js',
375 'webapp/base/js/ipc.js',
376 'webapp/crd/js/client_session.js',
377 'webapp/crd/js/error.js',
378 'webapp/crd/js/host_installer.js',
379 'webapp/crd/js/host_session.js',
380 'webapp/crd/js/identity.js',
381 'webapp/crd/js/it2me_host_facade.js',
382 'webapp/crd/js/l10n.js',
383 'webapp/crd/js/oauth2.js',
384 'webapp/crd/js/oauth2_api.js',
385 'webapp/crd/js/oauth2_api_impl.js',
386 'webapp/crd/js/plugin_settings.js',
387 'webapp/crd/js/typecheck.js',
388 'webapp/crd/js/xhr.js',
389 ],
390
391 #
392 # Webapp wcs_sandbox.html generation files.
393 #
394
395 'remoting_webapp_template_wcs_sandbox':
396 '<(DEPTH)/remoting/webapp/base/html/template_wcs_sandbox.html',
397
398 # These JS files are specific to the WCS sandbox page and are not part of
399 # the main JS files.
400 'remoting_webapp_wcs_sandbox_html_js_files': [
401 'webapp/crd/js/wcs.js',
402 'webapp/crd/js/wcs_loader.js',
403 'webapp/crd/js/wcs_sandbox_content.js',
404 'webapp/crd/js/xhr_proxy.js',
405 ],
406
407 # All the JavaScript files required by wcs_sandbox.html.
408 'remoting_webapp_wcs_sandbox_html_all_js_files': [
409 '<@(remoting_webapp_wcs_sandbox_html_js_files)',
410 'webapp/crd/js/error.js',
411 'webapp/crd/js/plugin_settings.js',
412 ],
413
414 #
415 # Webapp message_window.html generation files.
416 #
417
418 'remoting_webapp_template_message_window':
419 '<(DEPTH)/remoting/webapp/base/html/template_message_window.html',
420
421 # These JS files are specific to the message window page and are not part of
422 # the main JS files.
423 'remoting_webapp_message_window_html_js_files': [
424 'webapp/base/js/message_window.js',
425 ],
426
427 # All the JavaScript files required by message_window.html.
428 'remoting_webapp_message_window_html_all_js_files': [
429 '<@(remoting_webapp_message_window_html_js_files)',
430 'webapp/base/js/base.js',
431 ],
432
433 #
434 # Complete webapp JS and resource files.
435 #
436
437 # All the JavaScript files that are shared by webapps.
438 'remoting_webapp_shared_js_files': [
439 '<@(remoting_webapp_shared_main_html_js_files)',
440 '<@(remoting_webapp_background_html_js_files)',
441 '<@(remoting_webapp_message_window_html_js_files)',
442 '<@(remoting_webapp_wcs_sandbox_html_js_files)',
443 # JS files referenced in manifest.json.
444 '<@(remoting_webapp_js_auth_v1_files)',
445 ],
446
447 # All the JavaScript files required by DesktopRemoting.
448 'remoting_webapp_crd_js_files': [
449 '<@(remoting_webapp_shared_js_files)',
450 '<@(remoting_webapp_crd_main_html_all_js_files)',
451 ],
452
453 'remoting_webapp_info_files': [
454 'resources/chromoting16.webp',
455 'resources/chromoting48.webp',
456 'resources/chromoting128.webp',
457 ],
458
459 # All the resource files required by DesktopRemoting.
460 'remoting_webapp_resource_files': [
461 'resources/disclosure_arrow_down.webp',
462 'resources/disclosure_arrow_right.webp',
463 'resources/drag.webp',
464 'resources/host_setup_instructions.webp',
465 'resources/icon_close.webp',
466 'resources/icon_cross.webp',
467 'resources/icon_disconnect.webp',
468 'resources/icon_fullscreen.webp',
469 'resources/icon_help.webp',
470 'resources/icon_host.webp',
471 'resources/icon_maximize_restore.webp',
472 'resources/icon_minimize.webp',
473 'resources/icon_options.webp',
474 'resources/icon_pencil.webp',
475 'resources/icon_warning.webp',
476 'resources/infographic_my_computers.webp',
477 'resources/infographic_remote_assistance.webp',
478 'resources/plus.webp',
479 'resources/reload.webp',
480 'resources/tick.webp',
481 'webapp/base/html/connection_stats.css',
482 'webapp/base/html/main.css',
483 'webapp/base/html/message_window.css',
484 'webapp/base/resources/open_sans.css',
485 'webapp/base/resources/open_sans.woff',
486 'webapp/base/resources/spinner.gif',
487 'webapp/crd/html/butter_bar.css',
488 'webapp/crd/html/toolbar.css',
489 'webapp/crd/html/menu_button.css',
490 'webapp/crd/html/window_frame.css',
491 'webapp/crd/resources/scale-to-fit.webp',
492 ],
493
494 'remoting_webapp_crd_files': [
495 '<@(remoting_webapp_info_files)',
496 '<@(remoting_webapp_crd_js_files)',
497 '<@(remoting_webapp_resource_files)',
498 ],
499
garykac9ab9df492015-01-27 16:21:01500 # Files that contain localizable strings.
501 'desktop_remoting_webapp_localizable_files': [
502 'webapp/crd/manifest.json.jinja2',
garykac9ab9df492015-01-27 16:21:01503 '<(remoting_webapp_template_background)',
garykac9547d1f2015-03-06 19:42:55504 '<(remoting_webapp_template_main)',
505 '<(remoting_webapp_template_message_window)',
506 '<(remoting_webapp_template_wcs_sandbox)',
garykac9ab9df492015-01-27 16:21:01507 '<@(remoting_webapp_template_files)',
508 '<@(remoting_webapp_crd_js_files)',
509 ],
510
[email protected]af2d58182014-01-25 01:21:42511 },
512}