blob: 60d7b4bca05f2435f2fb0ccaf62bc27677601997 [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
garykac3eddb5b2015-04-17 23:16:385# Keep in sync with remoting/webapp/files.gni.
6
[email protected]af2d58182014-01-25 01:21:427{
8 'variables': {
[email protected]af2d58182014-01-25 01:21:429
[email protected]cbc8bb02014-01-28 18:01:5310 # Jscompile proto files.
11 # These provide type information for jscompile.
12 'remoting_webapp_js_proto_files': [
13 'webapp/js_proto/chrome_proto.js',
garykac818c8012015-03-02 18:37:4714 'webapp/js_proto/chrome_cast_proto.js',
15 'webapp/js_proto/chrome_event_proto.js',
[email protected]cbc8bb02014-01-28 18:01:5316 'webapp/js_proto/dom_proto.js',
17 'webapp/js_proto/remoting_proto.js',
18 ],
19
garykacb70d4632015-02-19 02:58:5220 #
garykac818c8012015-03-02 18:37:4721 # Webapp browsertest JavaScript files.
garykacb70d4632015-02-19 02:58:5222 #
23
garykacb70d4632015-02-19 02:58:5224 # Browser test files.
25 'remoting_webapp_browsertest_js_files': [
26 'webapp/browser_test/browser_test.js',
27 'webapp/browser_test/bump_scroll_browser_test.js',
28 'webapp/browser_test/cancel_pin_browser_test.js',
29 'webapp/browser_test/invalid_pin_browser_test.js',
30 'webapp/browser_test/it2me_browser_test.js',
garykacb70d4632015-02-19 02:58:5231 'webapp/browser_test/scrollbar_browser_test.js',
32 'webapp/browser_test/timeout_waiter.js',
33 'webapp/browser_test/unauthenticated_browser_test.js',
34 'webapp/browser_test/update_pin_browser_test.js',
35 ],
garykac818c8012015-03-02 18:37:4736 # Browser test files.
37 'remoting_webapp_browsertest_js_mock_files': [
wez0f929882015-03-12 16:19:1938 'webapp/crd/js/mock_client_plugin.js',
39 'webapp/crd/js/mock_host_list_api.js',
40 'webapp/crd/js/mock_identity.js',
41 'webapp/crd/js/mock_oauth2_api.js',
wez0f929882015-03-12 16:19:1942 'webapp/crd/js/mock_signal_strategy.js',
garykac818c8012015-03-02 18:37:4743 ],
44 'remoting_webapp_browsertest_js_proto_files': [
45 'webapp/js_proto/sinon_proto.js',
46 'webapp/js_proto/test_proto.js',
47 '<@(remoting_webapp_js_proto_files)',
48 ],
garykacb70d4632015-02-19 02:58:5249 'remoting_webapp_browsertest_all_js_files': [
50 '<@(remoting_webapp_browsertest_js_files)',
garykac818c8012015-03-02 18:37:4751 '<@(remoting_webapp_browsertest_js_mock_files)',
garykacb70d4632015-02-19 02:58:5252 ],
53
garykac818c8012015-03-02 18:37:4754 #
55 # Webapp unittest JavaScript files.
56 #
57
garykacb70d4632015-02-19 02:58:5258 # These product files are excluded from our JavaScript unittest
wez0f929882015-03-12 16:19:1959 'remoting_webapp_unittests_exclude_js_files': [
garykacb70d4632015-02-19 02:58:5260 # background.js is where the onLoad handler is defined, which
61 # makes it the entry point of the background page.
62 'webapp/crd/js/background.js',
63 ],
64 # The unit test cases for the webapp
wez0f929882015-03-12 16:19:1965 'remoting_webapp_unittests_js_files': [
jrw7829d552015-03-14 00:16:3866 # TODO(jrw): Move spy_promise to base.
67 'webapp/unittests/spy_promise.js',
68 'webapp/unittests/spy_promise_unittest.js',
wez0f929882015-03-12 16:19:1969 'webapp/base/js/base_unittest.js',
70 'webapp/base/js/base_event_hook_unittest.js',
kelvinp718f4e82015-03-20 23:19:4771 'webapp/base/js/base_inherits_unittest.js',
wez0f929882015-03-12 16:19:1972 'webapp/base/js/ipc_unittest.js',
kelvinp25f89e582015-04-08 01:20:5073 'webapp/base/js/protocol_extension_manager_unittest.js',
garykac828a33d2015-04-27 16:23:5074 'webapp/base/js/viewport_unittest.js',
wez0f929882015-03-12 16:19:1975 'webapp/crd/js/apps_v2_migration_unittest.js',
kelvinp2128aa32015-04-23 02:24:0776 'webapp/crd/js/client_session_unittest.js',
kelvinp2c5de342015-04-20 18:52:0177 'webapp/crd/js/client_session_factory_unittest.js',
wez0f929882015-03-12 16:19:1978 'webapp/crd/js/dns_blackhole_checker_unittest.js',
jrw745e53b2015-03-16 21:26:1379 'webapp/crd/js/error_unittest.js',
wez0f929882015-03-12 16:19:1980 'webapp/crd/js/fallback_signal_strategy_unittest.js',
jrw12e3cb32015-03-31 00:58:1481 'webapp/crd/js/gcd_client_unittest.js',
jrw58e816f02015-04-07 19:59:1282 'webapp/crd/js/gcd_client_with_mock_xhr_unittest.js',
jrwf326e5a2015-04-09 20:20:4983 'webapp/crd/js/host_controller_unittest.js',
jrw133be792015-04-08 01:12:2884 'webapp/crd/js/host_daemon_facade_unittest.js',
jrw300af592015-04-18 02:10:2885 'webapp/crd/js/host_list_api_impl_unittest.js',
wez0f929882015-03-12 16:19:1986 'webapp/crd/js/host_table_entry_unittest.js',
jamiewalch21196522015-03-17 02:04:2687 'webapp/crd/js/identity_unittest.js',
wez0f929882015-03-12 16:19:1988 'webapp/crd/js/l10n_unittest.js',
89 'webapp/crd/js/menu_button_unittest.js',
jrw58e816f02015-04-07 19:59:1290 'webapp/crd/js/mock_xhr_unittest.js',
jrwb814ba02015-03-19 20:08:4591 'webapp/crd/js/typecheck_unittest.js',
wez0f929882015-03-12 16:19:1992 'webapp/crd/js/xhr_unittest.js',
93 'webapp/crd/js/xmpp_connection_unittest.js',
94 'webapp/crd/js/xmpp_login_handler_unittest.js',
95 'webapp/crd/js/xmpp_stream_parser_unittest.js',
garykacb70d4632015-02-19 02:58:5296 ],
wez0f929882015-03-12 16:19:1997 'remoting_webapp_unittests_js_mock_files': [
garykac818c8012015-03-02 18:37:4798 # Some proto files can be repurposed as simple mocks for the unittests.
99 # Note that some defs in chrome_proto are overwritten by chrome_mocks.
kelvinp2c5de342015-04-20 18:52:01100 'webapp/crd/js/mock_client_plugin.js',
jrwf326e5a2015-04-09 20:20:49101 'webapp/crd/js/mock_host_daemon_facade.js',
jrw300af592015-04-18 02:10:28102 'webapp/crd/js/mock_host_list_api.js',
103 'webapp/crd/js/mock_identity.js',
wez0f929882015-03-12 16:19:19104 'webapp/crd/js/mock_signal_strategy.js',
garykac818c8012015-03-02 18:37:47105 'webapp/js_proto/chrome_proto.js',
wez0f929882015-03-12 16:19:19106 'webapp/js_proto/chrome_mocks.js',
garykac818c8012015-03-02 18:37:47107 'webapp/unittests/sinon_helpers.js',
jrw58e816f02015-04-07 19:59:12108 'webapp/crd/js/mock_xhr.js',
garykac818c8012015-03-02 18:37:47109 ],
110 # Prototypes for objects that are not mocked.
wez0f929882015-03-12 16:19:19111 'remoting_webapp_unittests_js_proto_files': [
garykac818c8012015-03-02 18:37:47112 'webapp/js_proto/chrome_cast_proto.js',
113 'webapp/js_proto/dom_proto.js',
114 'webapp/js_proto/remoting_proto.js',
115 'webapp/js_proto/qunit_proto.js',
116 'webapp/js_proto/sinon_proto.js',
garykac818c8012015-03-02 18:37:47117 ],
wez0f929882015-03-12 16:19:19118 'remoting_webapp_unittests_all_js_files': [
119 '<@(remoting_webapp_unittests_js_files)',
120 '<@(remoting_webapp_unittests_js_mock_files)',
garykacb70d4632015-02-19 02:58:52121 ],
garykac818c8012015-03-02 18:37:47122 # All the files needed to run the unittests.
wez0f929882015-03-12 16:19:19123 'remoting_webapp_unittests_all_files': [
garykacb70d4632015-02-19 02:58:52124 'webapp/crd/html/menu_button.css',
wez0f929882015-03-12 16:19:19125 '<@(remoting_webapp_unittests_all_js_files)',
garykacb70d4632015-02-19 02:58:52126 ],
wez0f929882015-03-12 16:19:19127 'remoting_webapp_unittests_template_main':
128 'webapp/crd/html/template_unittests.html',
garykacb70d4632015-02-19 02:58:52129
130 #
131 # Webapp JavaScript file groups.
132 #
133
[email protected]cb896cc2014-02-20 00:35:31134 # Auth (apps v1) JavaScript files.
135 # These files aren't included directly from main.html. They are
136 # referenced from the manifest.json file (appsv1 only).
137 'remoting_webapp_js_auth_v1_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07138 'webapp/crd/js/cs_third_party_auth_trampoline.js', # client to host
139 'webapp/crd/js/cs_oauth2_trampoline.js', # Google account
[email protected]cb896cc2014-02-20 00:35:31140 ],
[email protected]af2d58182014-01-25 01:21:42141 # Auth (client to host) JavaScript files.
142 'remoting_webapp_js_auth_client2host_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07143 'webapp/crd/js/third_party_host_permissions.js',
144 'webapp/crd/js/third_party_token_fetcher.js',
[email protected]af2d58182014-01-25 01:21:42145 ],
146 # Auth (Google account) JavaScript files.
147 'remoting_webapp_js_auth_google_files': [
garykac7b15ac052014-12-02 03:12:37148 'webapp/base/js/auth_init.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07149 'webapp/crd/js/identity.js',
150 'webapp/crd/js/oauth2.js',
151 'webapp/crd/js/oauth2_api.js',
jamiewalch499b99a2015-01-09 23:19:07152 'webapp/crd/js/oauth2_api_impl.js',
[email protected]af2d58182014-01-25 01:21:42153 ],
garykacb70d4632015-02-19 02:58:52154 # Cast extension handler JavaScript files.
155 'remoting_webapp_js_cast_extension_files': [
156 'webapp/crd/js/cast_extension_handler.js',
157 ],
[email protected]fd1468352014-02-06 10:38:47158 # Client JavaScript files.
[email protected]af2d58182014-01-25 01:21:42159 'remoting_webapp_js_client_files': [
kelvinp4a6581f2015-04-15 02:25:03160 'webapp/crd/js/activity.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07161 'webapp/crd/js/client_plugin.js',
162 'webapp/crd/js/client_plugin_impl.js',
kelvinp87368c72015-02-20 00:17:42163 'webapp/crd/js/client_plugin_host_desktop_impl.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07164 'webapp/crd/js/client_session.js',
kelvinp2c5de342015-04-20 18:52:01165 'webapp/crd/js/client_session_factory.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07166 'webapp/crd/js/clipboard.js',
kelvinp9ba1fff02015-03-12 01:15:32167 'webapp/crd/js/connected_view.js',
kelvinp0d9f28d2015-03-16 23:05:11168 'webapp/crd/js/connection_info.js',
kelvinpa656e722015-03-02 21:40:47169 'webapp/crd/js/credentials_provider.js',
kelvinp87368c72015-02-20 00:17:42170 'webapp/crd/js/host_desktop.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07171 'webapp/crd/js/smart_reconnector.js',
172 'webapp/crd/js/video_frame_recorder.js',
[email protected]af2d58182014-01-25 01:21:42173 ],
174 # Remoting core JavaScript files.
175 'remoting_webapp_js_core_files': [
garykac12564e82015-02-03 21:45:20176 'webapp/base/js/app_capabilities.js',
garykacccb1b862014-12-06 03:46:44177 'webapp/base/js/application.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07178 'webapp/base/js/base.js',
kelvinp6f290c22015-01-28 23:29:29179 'webapp/base/js/ipc.js',
kelvinpe474a7822015-04-08 20:53:18180 'webapp/base/js/modal_dialogs.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07181 'webapp/base/js/platform.js',
kelvinp25f89e582015-04-08 01:20:50182 'webapp/base/js/protocol_extension_manager.js',
garykaccd415d02015-03-13 20:38:11183 'webapp/base/js/protocol_extension.js',
kelvinpef56d872015-01-22 03:13:36184 'webapp/crd/js/apps_v2_migration.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07185 'webapp/crd/js/error.js',
186 'webapp/crd/js/event_handlers.js',
187 'webapp/crd/js/plugin_settings.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07188 'webapp/crd/js/typecheck.js',
189 'webapp/crd/js/xhr.js',
jrw12e3cb32015-03-31 00:58:14190 'webapp/crd/js/gcd_client.js',
[email protected]af2d58182014-01-25 01:21:42191 ],
garykacb70d4632015-02-19 02:58:52192 # Gnubby authentication JavaScript files.
193 'remoting_webapp_js_gnubby_auth_files': [
194 'webapp/crd/js/gnubby_auth_handler.js',
195 ],
[email protected]af2d58182014-01-25 01:21:42196 # Host JavaScript files.
[email protected]af2d58182014-01-25 01:21:42197 'remoting_webapp_js_host_files': [
garykac846c7c72014-12-19 23:36:14198 'webapp/crd/js/host.js',
199 'webapp/crd/js/host_settings.js',
200 ],
201 # Files for controlling the local machine as a host.
202 # Includes both it2me and me2me files.
203 'remoting_webapp_js_host_control_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07204 'webapp/crd/js/host_controller.js',
205 'webapp/crd/js/host_daemon_facade.js',
garykac846c7c72014-12-19 23:36:14206 'webapp/crd/js/host_screen.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07207 'webapp/crd/js/host_session.js',
garykac846c7c72014-12-19 23:36:14208 'webapp/crd/js/host_setup_dialog.js',
209 'webapp/crd/js/host_install_dialog.js',
210 'webapp/crd/js/host_installer.js',
211 'webapp/crd/js/it2me_host_facade.js',
212 'webapp/crd/js/paired_client_manager.js',
213 ],
214 # Files for displaying (in the client) info about available hosts.
215 'remoting_webapp_js_host_display_files': [
216 'webapp/crd/js/host_list.js',
jamiewalchb8749522015-01-05 20:00:49217 'webapp/crd/js/host_list_api.js',
jrw0ffae32702015-04-27 20:08:32218 'webapp/crd/js/host_list_api_gcd_impl.js',
jamiewalch499b99a2015-01-09 23:19:07219 'webapp/crd/js/host_list_api_impl.js',
garykac846c7c72014-12-19 23:36:14220 'webapp/crd/js/host_table_entry.js',
kelvinpf95677a2015-03-04 08:57:51221 'webapp/crd/js/local_host_section.js',
[email protected]af2d58182014-01-25 01:21:42222 ],
223 # Logging and stats JavaScript files.
224 'remoting_webapp_js_logging_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07225 'webapp/crd/js/format_iq.js',
226 'webapp/crd/js/log_to_server.js',
227 'webapp/crd/js/server_log_entry.js',
228 'webapp/crd/js/stats_accumulator.js',
[email protected]af2d58182014-01-25 01:21:42229 ],
garykacb70d4632015-02-19 02:58:52230 # Remoting signaling files.
231 'remoting_webapp_js_signaling_files': [
232 'webapp/crd/js/dns_blackhole_checker.js',
233 'webapp/crd/js/fallback_signal_strategy.js',
234 'webapp/crd/js/signal_strategy.js',
sergeyu749305d2015-03-11 23:05:34235 'webapp/crd/js/tcp_socket.js',
garykacb70d4632015-02-19 02:58:52236 'webapp/crd/js/wcs_adapter.js',
237 'webapp/crd/js/wcs_sandbox_container.js',
238 'webapp/crd/js/xmpp_connection.js',
239 'webapp/crd/js/xmpp_login_handler.js',
240 'webapp/crd/js/xmpp_stream_parser.js',
241 ],
garykac5b228c892015-04-28 01:03:07242 # Shared UI JavaScript files.
[email protected]af2d58182014-01-25 01:21:42243 'remoting_webapp_js_ui_files': [
garykac828a33d2015-04-27 16:23:50244 'webapp/base/js/viewport.js',
garykac701a99c2014-11-17 18:10:52245 'webapp/base/js/window_shape.js',
garykac5b228c892015-04-28 01:03:07246 'webapp/crd/js/connection_stats.js',
247 'webapp/crd/js/feedback.js',
248 'webapp/crd/js/l10n.js',
249 'webapp/crd/js/ui_mode.js',
250 ],
251
252 #
253 # DesktopRemoting-specific JS files.
254 #
255
256 # The CRD-specific JavaScript files required by main.html.
257 'remoting_webapp_crd_js_ui_files': [
kelvinp1e259c472015-02-24 01:03:04258 'webapp/crd/js/bump_scroller.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07259 'webapp/crd/js/butter_bar.js',
garykac5b228c892015-04-28 01:03:07260 'webapp/crd/js/crd_auth_dialog.js',
261 'webapp/crd/js/crd_event_handlers.js',
262 'webapp/crd/js/crd_experimental.js',
263 'webapp/crd/js/desktop_connected_view.js',
264 'webapp/crd/js/desktop_remoting.js',
265 'webapp/crd/js/desktop_remoting_activity.js',
kelvinp1e259c472015-02-24 01:03:04266 'webapp/crd/js/desktop_viewport.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07267 'webapp/crd/js/fullscreen.js',
268 'webapp/crd/js/fullscreen_v1.js',
269 'webapp/crd/js/fullscreen_v2.js',
garykac5b228c892015-04-28 01:03:07270 'webapp/crd/js/it2me_activity.js',
271 'webapp/crd/js/me2me_activity.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07272 'webapp/crd/js/menu_button.js',
273 'webapp/crd/js/options_menu.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07274 'webapp/crd/js/toolbar.js',
275 'webapp/crd/js/window_frame.js',
[email protected]af2d58182014-01-25 01:21:42276 ],
garykac9547d1f2015-03-06 19:42:55277
278 #
279 # DesktopRemoting main.html generation files.
280 #
281
282 'remoting_webapp_template_main':
283 '<(DEPTH)/remoting/webapp/crd/html/template_main.html',
[email protected]78485562014-06-23 21:12:45284
garykac7b15ac052014-12-02 03:12:37285 # The shared JavaScript files required by main.html.
286 'remoting_webapp_shared_main_html_js_files': [
[email protected]f8881a72014-04-25 08:55:18287 # Include the core files first as it is required by the other files.
288 # Otherwise, Jscompile will complain.
289 '<@(remoting_webapp_js_core_files)',
[email protected]af2d58182014-01-25 01:21:42290 '<@(remoting_webapp_js_auth_client2host_files)',
291 '<@(remoting_webapp_js_auth_google_files)',
292 '<@(remoting_webapp_js_client_files)',
[email protected]de101e12014-02-27 04:12:08293 '<@(remoting_webapp_js_gnubby_auth_files)',
[email protected]2f4e73e2014-08-16 08:35:47294 '<@(remoting_webapp_js_cast_extension_files)',
[email protected]af2d58182014-01-25 01:21:42295 '<@(remoting_webapp_js_host_files)',
garykac846c7c72014-12-19 23:36:14296 '<@(remoting_webapp_js_host_control_files)',
297 '<@(remoting_webapp_js_host_display_files)',
[email protected]af2d58182014-01-25 01:21:42298 '<@(remoting_webapp_js_logging_files)',
299 '<@(remoting_webapp_js_ui_files)',
sergeyu30975b82014-09-04 06:37:18300 '<@(remoting_webapp_js_signaling_files)',
garykacb70d4632015-02-19 02:58:52301 # Uncomment this line to include browser test files in the web app
[email protected]4eacd672014-05-09 06:58:23302 # to expedite debugging or local development.
garykacb70d4632015-02-19 02:58:52303 #'<@(remoting_webapp_browsertest_all_js_files)',
[email protected]f34acc692014-08-12 22:47:14304 ],
305
garykac5b228c892015-04-28 01:03:07306 # The JS files required by unittest.html.
307 'remoting_webapp_unittest_html_all_js_files': [
308 '<@(remoting_webapp_shared_main_html_js_files)',
309 '<@(remoting_webapp_crd_js_ui_files)',
310 ],
311
garykac7b15ac052014-12-02 03:12:37312 # The CRD-specific JavaScript files required by main.html.
garykac9547d1f2015-03-06 19:42:55313 'remoting_webapp_crd_main_html_all_js_files': [
314 '<@(remoting_webapp_shared_main_html_js_files)',
garykac5b228c892015-04-28 01:03:07315 '<@(remoting_webapp_crd_js_ui_files)',
garykac7b15ac052014-12-02 03:12:37316 'webapp/crd/js/crd_main.js',
garykac7b15ac052014-12-02 03:12:37317 ],
318
garykac9547d1f2015-03-06 19:42:55319 # These template files are used to construct main.html.
[email protected]cb896cc2014-02-20 00:35:31320 'remoting_webapp_template_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07321 'webapp/base/html/client_plugin.html',
Gary Kacmarcikac6b679f2014-11-13 20:52:17322 'webapp/crd/html/butter_bar.html',
jamiewalchd0bb0df2015-03-24 00:37:32323 'webapp/crd/html/dialog_auth.html',
Gary Kacmarcik6110f4b2014-10-23 00:20:07324 'webapp/crd/html/dialog_client_connect_failed.html',
325 'webapp/crd/html/dialog_client_connecting.html',
326 'webapp/crd/html/dialog_client_host_needs_upgrade.html',
327 'webapp/crd/html/dialog_client_pin_prompt.html',
328 'webapp/crd/html/dialog_client_session_finished.html',
329 'webapp/crd/html/dialog_client_third_party_auth.html',
330 'webapp/crd/html/dialog_client_unconnected.html',
331 'webapp/crd/html/dialog_confirm_host_delete.html',
332 'webapp/crd/html/dialog_connection_history.html',
333 'webapp/crd/html/dialog_host.html',
334 'webapp/crd/html/dialog_host_install.html',
335 'webapp/crd/html/dialog_host_setup.html',
336 'webapp/crd/html/dialog_manage_pairings.html',
337 'webapp/crd/html/dialog_token_refresh_failed.html',
338 'webapp/crd/html/toolbar.html',
339 'webapp/crd/html/ui_header.html',
340 'webapp/crd/html/ui_it2me.html',
341 'webapp/crd/html/ui_me2me.html',
342 'webapp/crd/html/window_frame.html',
[email protected]cb896cc2014-02-20 00:35:31343 ],
344
garykac9547d1f2015-03-06 19:42:55345 #
346 # Webapp background.html generation files.
347 #
348
349 'remoting_webapp_template_background':
350 '<(DEPTH)/remoting/webapp/crd/html/template_background.html',
351
352 # These JS files are specific to the background page and are not part of
353 # the main JS files.
354 'remoting_webapp_background_html_js_files': [
355 'webapp/base/js/message_window_helper.js',
356 'webapp/base/js/message_window_manager.js',
357 'webapp/crd/js/activation_handler.js',
358 'webapp/crd/js/app_launcher.js',
359 'webapp/crd/js/background.js',
360 ],
361
362 # All the JavaScript files required by background.html.
363 'remoting_webapp_background_html_all_js_files': [
364 '<@(remoting_webapp_background_html_js_files)',
365 'webapp/base/js/base.js',
366 'webapp/base/js/ipc.js',
367 'webapp/crd/js/client_session.js',
368 'webapp/crd/js/error.js',
369 'webapp/crd/js/host_installer.js',
370 'webapp/crd/js/host_session.js',
371 'webapp/crd/js/identity.js',
372 'webapp/crd/js/it2me_host_facade.js',
373 'webapp/crd/js/l10n.js',
374 'webapp/crd/js/oauth2.js',
375 'webapp/crd/js/oauth2_api.js',
376 'webapp/crd/js/oauth2_api_impl.js',
377 'webapp/crd/js/plugin_settings.js',
378 'webapp/crd/js/typecheck.js',
379 'webapp/crd/js/xhr.js',
380 ],
381
382 #
383 # Webapp wcs_sandbox.html generation files.
384 #
385
386 'remoting_webapp_template_wcs_sandbox':
387 '<(DEPTH)/remoting/webapp/base/html/template_wcs_sandbox.html',
388
389 # These JS files are specific to the WCS sandbox page and are not part of
390 # the main JS files.
391 'remoting_webapp_wcs_sandbox_html_js_files': [
392 'webapp/crd/js/wcs.js',
393 'webapp/crd/js/wcs_loader.js',
394 'webapp/crd/js/wcs_sandbox_content.js',
395 'webapp/crd/js/xhr_proxy.js',
396 ],
397
398 # All the JavaScript files required by wcs_sandbox.html.
399 'remoting_webapp_wcs_sandbox_html_all_js_files': [
400 '<@(remoting_webapp_wcs_sandbox_html_js_files)',
401 'webapp/crd/js/error.js',
402 'webapp/crd/js/plugin_settings.js',
403 ],
404
405 #
406 # Webapp message_window.html generation files.
407 #
408
409 'remoting_webapp_template_message_window':
410 '<(DEPTH)/remoting/webapp/base/html/template_message_window.html',
411
412 # These JS files are specific to the message window page and are not part of
413 # the main JS files.
414 'remoting_webapp_message_window_html_js_files': [
415 'webapp/base/js/message_window.js',
416 ],
417
418 # All the JavaScript files required by message_window.html.
419 'remoting_webapp_message_window_html_all_js_files': [
420 '<@(remoting_webapp_message_window_html_js_files)',
421 'webapp/base/js/base.js',
422 ],
423
424 #
425 # Complete webapp JS and resource files.
426 #
427
428 # All the JavaScript files that are shared by webapps.
429 'remoting_webapp_shared_js_files': [
430 '<@(remoting_webapp_shared_main_html_js_files)',
431 '<@(remoting_webapp_background_html_js_files)',
432 '<@(remoting_webapp_message_window_html_js_files)',
433 '<@(remoting_webapp_wcs_sandbox_html_js_files)',
434 # JS files referenced in manifest.json.
435 '<@(remoting_webapp_js_auth_v1_files)',
436 ],
437
438 # All the JavaScript files required by DesktopRemoting.
439 'remoting_webapp_crd_js_files': [
440 '<@(remoting_webapp_shared_js_files)',
441 '<@(remoting_webapp_crd_main_html_all_js_files)',
442 ],
443
444 'remoting_webapp_info_files': [
445 'resources/chromoting16.webp',
446 'resources/chromoting48.webp',
447 'resources/chromoting128.webp',
448 ],
449
450 # All the resource files required by DesktopRemoting.
451 'remoting_webapp_resource_files': [
452 'resources/disclosure_arrow_down.webp',
453 'resources/disclosure_arrow_right.webp',
454 'resources/drag.webp',
455 'resources/host_setup_instructions.webp',
456 'resources/icon_close.webp',
457 'resources/icon_cross.webp',
458 'resources/icon_disconnect.webp',
459 'resources/icon_fullscreen.webp',
460 'resources/icon_help.webp',
461 'resources/icon_host.webp',
462 'resources/icon_maximize_restore.webp',
463 'resources/icon_minimize.webp',
464 'resources/icon_options.webp',
465 'resources/icon_pencil.webp',
466 'resources/icon_warning.webp',
467 'resources/infographic_my_computers.webp',
468 'resources/infographic_remote_assistance.webp',
469 'resources/plus.webp',
470 'resources/reload.webp',
471 'resources/tick.webp',
472 'webapp/base/html/connection_stats.css',
473 'webapp/base/html/main.css',
474 'webapp/base/html/message_window.css',
475 'webapp/base/resources/open_sans.css',
476 'webapp/base/resources/open_sans.woff',
477 'webapp/base/resources/spinner.gif',
478 'webapp/crd/html/butter_bar.css',
479 'webapp/crd/html/toolbar.css',
480 'webapp/crd/html/menu_button.css',
481 'webapp/crd/html/window_frame.css',
482 'webapp/crd/resources/scale-to-fit.webp',
483 ],
484
485 'remoting_webapp_crd_files': [
486 '<@(remoting_webapp_info_files)',
487 '<@(remoting_webapp_crd_js_files)',
488 '<@(remoting_webapp_resource_files)',
489 ],
490
garykac9ab9df492015-01-27 16:21:01491 # Files that contain localizable strings.
492 'desktop_remoting_webapp_localizable_files': [
493 'webapp/crd/manifest.json.jinja2',
garykac9ab9df492015-01-27 16:21:01494 '<(remoting_webapp_template_background)',
garykac9547d1f2015-03-06 19:42:55495 '<(remoting_webapp_template_main)',
496 '<(remoting_webapp_template_message_window)',
497 '<(remoting_webapp_template_wcs_sandbox)',
garykac9ab9df492015-01-27 16:21:01498 '<@(remoting_webapp_template_files)',
499 '<@(remoting_webapp_crd_js_files)',
500 ],
501
[email protected]af2d58182014-01-25 01:21:42502 },
503}