blob: aec26ca7a244ecc9bb1000b1d16f9cae9228433d [file] [log] [blame]
[email protected]af2d58182014-01-25 01:21:421# Copyright 2014 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5{
6 'variables': {
[email protected]af2d58182014-01-25 01:21:427
[email protected]cbc8bb02014-01-28 18:01:538 # Jscompile proto files.
9 # These provide type information for jscompile.
10 'remoting_webapp_js_proto_files': [
11 'webapp/js_proto/chrome_proto.js',
garykac818c8012015-03-02 18:37:4712 'webapp/js_proto/chrome_cast_proto.js',
13 'webapp/js_proto/chrome_event_proto.js',
[email protected]cbc8bb02014-01-28 18:01:5314 'webapp/js_proto/dom_proto.js',
15 'webapp/js_proto/remoting_proto.js',
16 ],
17
garykacb70d4632015-02-19 02:58:5218 #
garykac818c8012015-03-02 18:37:4719 # Webapp browsertest JavaScript files.
garykacb70d4632015-02-19 02:58:5220 #
21
garykacb70d4632015-02-19 02:58:5222 # Browser test files.
23 'remoting_webapp_browsertest_js_files': [
24 'webapp/browser_test/browser_test.js',
25 'webapp/browser_test/bump_scroll_browser_test.js',
26 'webapp/browser_test/cancel_pin_browser_test.js',
27 'webapp/browser_test/invalid_pin_browser_test.js',
28 'webapp/browser_test/it2me_browser_test.js',
garykacb70d4632015-02-19 02:58:5229 'webapp/browser_test/scrollbar_browser_test.js',
30 'webapp/browser_test/timeout_waiter.js',
31 'webapp/browser_test/unauthenticated_browser_test.js',
32 'webapp/browser_test/update_pin_browser_test.js',
33 ],
garykac818c8012015-03-02 18:37:4734 # Browser test files.
35 'remoting_webapp_browsertest_js_mock_files': [
wez0f929882015-03-12 16:19:1936 'webapp/crd/js/mock_client_plugin.js',
37 'webapp/crd/js/mock_host_list_api.js',
38 'webapp/crd/js/mock_identity.js',
39 'webapp/crd/js/mock_oauth2_api.js',
40 'webapp/crd/js/mock_session_connector.js',
41 'webapp/crd/js/mock_signal_strategy.js',
garykac818c8012015-03-02 18:37:4742 ],
43 'remoting_webapp_browsertest_js_proto_files': [
44 'webapp/js_proto/sinon_proto.js',
45 'webapp/js_proto/test_proto.js',
46 '<@(remoting_webapp_js_proto_files)',
47 ],
garykacb70d4632015-02-19 02:58:5248 'remoting_webapp_browsertest_all_js_files': [
49 '<@(remoting_webapp_browsertest_js_files)',
garykac818c8012015-03-02 18:37:4750 '<@(remoting_webapp_browsertest_js_mock_files)',
garykacb70d4632015-02-19 02:58:5251 ],
52
garykac818c8012015-03-02 18:37:4753 #
54 # Webapp unittest JavaScript files.
55 #
56
garykacb70d4632015-02-19 02:58:5257 # These product files are excluded from our JavaScript unittest
wez0f929882015-03-12 16:19:1958 'remoting_webapp_unittests_exclude_js_files': [
garykacb70d4632015-02-19 02:58:5259 # background.js is where the onLoad handler is defined, which
60 # makes it the entry point of the background page.
61 'webapp/crd/js/background.js',
62 ],
63 # The unit test cases for the webapp
wez0f929882015-03-12 16:19:1964 'remoting_webapp_unittests_js_files': [
jrw7829d552015-03-14 00:16:3865 # TODO(jrw): Move spy_promise to base.
66 'webapp/unittests/spy_promise.js',
67 'webapp/unittests/spy_promise_unittest.js',
wez0f929882015-03-12 16:19:1968 'webapp/base/js/base_unittest.js',
69 'webapp/base/js/base_event_hook_unittest.js',
70 'webapp/base/js/ipc_unittest.js',
71 'webapp/crd/js/apps_v2_migration_unittest.js',
72 'webapp/crd/js/desktop_viewport_unittest.js',
73 'webapp/crd/js/dns_blackhole_checker_unittest.js',
jrw745e53b2015-03-16 21:26:1374 'webapp/crd/js/error_unittest.js',
wez0f929882015-03-12 16:19:1975 'webapp/crd/js/fallback_signal_strategy_unittest.js',
76 'webapp/crd/js/host_table_entry_unittest.js',
77 'webapp/crd/js/l10n_unittest.js',
78 'webapp/crd/js/menu_button_unittest.js',
79 'webapp/crd/js/xhr_unittest.js',
80 'webapp/crd/js/xmpp_connection_unittest.js',
81 'webapp/crd/js/xmpp_login_handler_unittest.js',
82 'webapp/crd/js/xmpp_stream_parser_unittest.js',
garykacb70d4632015-02-19 02:58:5283 ],
wez0f929882015-03-12 16:19:1984 'remoting_webapp_unittests_js_mock_files': [
garykac818c8012015-03-02 18:37:4785 # Some proto files can be repurposed as simple mocks for the unittests.
86 # Note that some defs in chrome_proto are overwritten by chrome_mocks.
wez0f929882015-03-12 16:19:1987 'webapp/crd/js/mock_signal_strategy.js',
garykac818c8012015-03-02 18:37:4788 'webapp/js_proto/chrome_proto.js',
wez0f929882015-03-12 16:19:1989 'webapp/js_proto/chrome_mocks.js',
garykac818c8012015-03-02 18:37:4790 'webapp/unittests/sinon_helpers.js',
garykac818c8012015-03-02 18:37:4791 ],
92 # Prototypes for objects that are not mocked.
wez0f929882015-03-12 16:19:1993 'remoting_webapp_unittests_js_proto_files': [
garykac818c8012015-03-02 18:37:4794 'webapp/js_proto/chrome_cast_proto.js',
95 'webapp/js_proto/dom_proto.js',
96 'webapp/js_proto/remoting_proto.js',
97 'webapp/js_proto/qunit_proto.js',
98 'webapp/js_proto/sinon_proto.js',
garykac818c8012015-03-02 18:37:4799 ],
wez0f929882015-03-12 16:19:19100 'remoting_webapp_unittests_all_js_files': [
101 '<@(remoting_webapp_unittests_js_files)',
102 '<@(remoting_webapp_unittests_js_mock_files)',
garykacb70d4632015-02-19 02:58:52103 ],
garykac818c8012015-03-02 18:37:47104 # All the files needed to run the unittests.
wez0f929882015-03-12 16:19:19105 'remoting_webapp_unittests_all_files': [
garykacb70d4632015-02-19 02:58:52106 'webapp/crd/html/menu_button.css',
wez0f929882015-03-12 16:19:19107 '<@(remoting_webapp_unittests_all_js_files)',
garykacb70d4632015-02-19 02:58:52108 ],
wez0f929882015-03-12 16:19:19109 'remoting_webapp_unittests_template_main':
110 'webapp/crd/html/template_unittests.html',
garykacb70d4632015-02-19 02:58:52111
112 #
113 # Webapp JavaScript file groups.
114 #
115
[email protected]cb896cc2014-02-20 00:35:31116 # Auth (apps v1) JavaScript files.
117 # These files aren't included directly from main.html. They are
118 # referenced from the manifest.json file (appsv1 only).
119 'remoting_webapp_js_auth_v1_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07120 'webapp/crd/js/cs_third_party_auth_trampoline.js', # client to host
121 'webapp/crd/js/cs_oauth2_trampoline.js', # Google account
[email protected]cb896cc2014-02-20 00:35:31122 ],
[email protected]af2d58182014-01-25 01:21:42123 # Auth (client to host) JavaScript files.
124 'remoting_webapp_js_auth_client2host_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07125 'webapp/crd/js/third_party_host_permissions.js',
126 'webapp/crd/js/third_party_token_fetcher.js',
[email protected]af2d58182014-01-25 01:21:42127 ],
128 # Auth (Google account) JavaScript files.
129 'remoting_webapp_js_auth_google_files': [
Gary Kacmarcik22eb37f12014-11-18 22:35:25130 'webapp/base/js/auth_dialog.js',
garykac7b15ac052014-12-02 03:12:37131 'webapp/base/js/auth_init.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07132 'webapp/crd/js/identity.js',
133 'webapp/crd/js/oauth2.js',
134 'webapp/crd/js/oauth2_api.js',
jamiewalch499b99a2015-01-09 23:19:07135 'webapp/crd/js/oauth2_api_impl.js',
[email protected]af2d58182014-01-25 01:21:42136 ],
garykacb70d4632015-02-19 02:58:52137 # Cast extension handler JavaScript files.
138 'remoting_webapp_js_cast_extension_files': [
139 'webapp/crd/js/cast_extension_handler.js',
140 ],
[email protected]fd1468352014-02-06 10:38:47141 # Client JavaScript files.
[email protected]af2d58182014-01-25 01:21:42142 'remoting_webapp_js_client_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07143 'webapp/crd/js/client_plugin.js',
144 'webapp/crd/js/client_plugin_impl.js',
kelvinp87368c72015-02-20 00:17:42145 'webapp/crd/js/client_plugin_host_desktop_impl.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07146 'webapp/crd/js/client_session.js',
147 'webapp/crd/js/clipboard.js',
kelvinp9ba1fff02015-03-12 01:15:32148 'webapp/crd/js/connected_view.js',
kelvinp0d9f28d2015-03-16 23:05:11149 'webapp/crd/js/connection_info.js',
kelvinpa656e722015-03-02 21:40:47150 'webapp/crd/js/credentials_provider.js',
garykacf6377ee2015-02-13 03:08:04151 'webapp/crd/js/desktop_connected_view.js',
kelvinp87368c72015-02-20 00:17:42152 'webapp/crd/js/host_desktop.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07153 'webapp/crd/js/session_connector.js',
154 'webapp/crd/js/session_connector_impl.js',
155 'webapp/crd/js/smart_reconnector.js',
156 'webapp/crd/js/video_frame_recorder.js',
[email protected]af2d58182014-01-25 01:21:42157 ],
158 # Remoting core JavaScript files.
159 'remoting_webapp_js_core_files': [
garykac12564e82015-02-03 21:45:20160 'webapp/base/js/app_capabilities.js',
garykacccb1b862014-12-06 03:46:44161 'webapp/base/js/application.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07162 'webapp/base/js/base.js',
kelvinp6f290c22015-01-28 23:29:29163 'webapp/base/js/ipc.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07164 'webapp/base/js/platform.js',
garykaccd415d02015-03-13 20:38:11165 'webapp/base/js/protocol_extension.js',
kelvinpef56d872015-01-22 03:13:36166 'webapp/crd/js/apps_v2_migration.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07167 'webapp/crd/js/error.js',
168 'webapp/crd/js/event_handlers.js',
169 'webapp/crd/js/plugin_settings.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07170 'webapp/crd/js/remoting.js',
171 'webapp/crd/js/typecheck.js',
172 'webapp/crd/js/xhr.js',
[email protected]af2d58182014-01-25 01:21:42173 ],
garykacb70d4632015-02-19 02:58:52174 # Gnubby authentication JavaScript files.
175 'remoting_webapp_js_gnubby_auth_files': [
176 'webapp/crd/js/gnubby_auth_handler.js',
177 ],
[email protected]af2d58182014-01-25 01:21:42178 # Host JavaScript files.
[email protected]af2d58182014-01-25 01:21:42179 'remoting_webapp_js_host_files': [
garykac846c7c72014-12-19 23:36:14180 'webapp/crd/js/host.js',
181 'webapp/crd/js/host_settings.js',
182 ],
183 # Files for controlling the local machine as a host.
184 # Includes both it2me and me2me files.
185 'remoting_webapp_js_host_control_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07186 'webapp/crd/js/host_controller.js',
187 'webapp/crd/js/host_daemon_facade.js',
garykac846c7c72014-12-19 23:36:14188 'webapp/crd/js/host_screen.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07189 'webapp/crd/js/host_session.js',
garykac846c7c72014-12-19 23:36:14190 'webapp/crd/js/host_setup_dialog.js',
191 'webapp/crd/js/host_install_dialog.js',
192 'webapp/crd/js/host_installer.js',
193 'webapp/crd/js/it2me_host_facade.js',
194 'webapp/crd/js/paired_client_manager.js',
195 ],
196 # Files for displaying (in the client) info about available hosts.
197 'remoting_webapp_js_host_display_files': [
198 'webapp/crd/js/host_list.js',
jamiewalchb8749522015-01-05 20:00:49199 'webapp/crd/js/host_list_api.js',
jamiewalch499b99a2015-01-09 23:19:07200 'webapp/crd/js/host_list_api_impl.js',
garykac846c7c72014-12-19 23:36:14201 'webapp/crd/js/host_table_entry.js',
kelvinpf95677a2015-03-04 08:57:51202 'webapp/crd/js/local_host_section.js',
[email protected]af2d58182014-01-25 01:21:42203 ],
204 # Logging and stats JavaScript files.
205 'remoting_webapp_js_logging_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07206 'webapp/crd/js/format_iq.js',
207 'webapp/crd/js/log_to_server.js',
208 'webapp/crd/js/server_log_entry.js',
209 'webapp/crd/js/stats_accumulator.js',
[email protected]af2d58182014-01-25 01:21:42210 ],
garykacb70d4632015-02-19 02:58:52211 # Remoting signaling files.
212 'remoting_webapp_js_signaling_files': [
213 'webapp/crd/js/dns_blackhole_checker.js',
214 'webapp/crd/js/fallback_signal_strategy.js',
215 'webapp/crd/js/signal_strategy.js',
sergeyu749305d2015-03-11 23:05:34216 'webapp/crd/js/tcp_socket.js',
garykacb70d4632015-02-19 02:58:52217 'webapp/crd/js/wcs_adapter.js',
218 'webapp/crd/js/wcs_sandbox_container.js',
219 'webapp/crd/js/xmpp_connection.js',
220 'webapp/crd/js/xmpp_login_handler.js',
221 'webapp/crd/js/xmpp_stream_parser.js',
222 ],
[email protected]af2d58182014-01-25 01:21:42223 # UI JavaScript files.
224 'remoting_webapp_js_ui_files': [
garykac701a99c2014-11-17 18:10:52225 'webapp/base/js/window_shape.js',
kelvinp1e259c472015-02-24 01:03:04226 'webapp/crd/js/bump_scroller.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07227 'webapp/crd/js/butter_bar.js',
228 'webapp/crd/js/connection_stats.js',
kelvinp1e259c472015-02-24 01:03:04229 'webapp/crd/js/desktop_viewport.js',
Gary Kacmarcik6110f4b2014-10-23 00:20:07230 'webapp/crd/js/feedback.js',
231 'webapp/crd/js/fullscreen.js',
232 'webapp/crd/js/fullscreen_v1.js',
233 'webapp/crd/js/fullscreen_v2.js',
234 'webapp/crd/js/l10n.js',
235 'webapp/crd/js/menu_button.js',
236 'webapp/crd/js/options_menu.js',
237 'webapp/crd/js/ui_mode.js',
238 'webapp/crd/js/toolbar.js',
239 'webapp/crd/js/window_frame.js',
[email protected]af2d58182014-01-25 01:21:42240 ],
garykac9547d1f2015-03-06 19:42:55241
242 #
243 # DesktopRemoting main.html generation files.
244 #
245
246 'remoting_webapp_template_main':
247 '<(DEPTH)/remoting/webapp/crd/html/template_main.html',
[email protected]78485562014-06-23 21:12:45248
garykac7b15ac052014-12-02 03:12:37249 # The shared JavaScript files required by main.html.
250 'remoting_webapp_shared_main_html_js_files': [
[email protected]f8881a72014-04-25 08:55:18251 # Include the core files first as it is required by the other files.
252 # Otherwise, Jscompile will complain.
253 '<@(remoting_webapp_js_core_files)',
[email protected]af2d58182014-01-25 01:21:42254 '<@(remoting_webapp_js_auth_client2host_files)',
255 '<@(remoting_webapp_js_auth_google_files)',
256 '<@(remoting_webapp_js_client_files)',
[email protected]de101e12014-02-27 04:12:08257 '<@(remoting_webapp_js_gnubby_auth_files)',
[email protected]2f4e73e2014-08-16 08:35:47258 '<@(remoting_webapp_js_cast_extension_files)',
[email protected]af2d58182014-01-25 01:21:42259 '<@(remoting_webapp_js_host_files)',
garykac846c7c72014-12-19 23:36:14260 '<@(remoting_webapp_js_host_control_files)',
261 '<@(remoting_webapp_js_host_display_files)',
[email protected]af2d58182014-01-25 01:21:42262 '<@(remoting_webapp_js_logging_files)',
263 '<@(remoting_webapp_js_ui_files)',
sergeyu30975b82014-09-04 06:37:18264 '<@(remoting_webapp_js_signaling_files)',
garykacb70d4632015-02-19 02:58:52265 # Uncomment this line to include browser test files in the web app
[email protected]4eacd672014-05-09 06:58:23266 # to expedite debugging or local development.
garykacb70d4632015-02-19 02:58:52267 #'<@(remoting_webapp_browsertest_all_js_files)',
[email protected]f34acc692014-08-12 22:47:14268 ],
269
garykac7b15ac052014-12-02 03:12:37270 # The CRD-specific JavaScript files required by main.html.
garykac9547d1f2015-03-06 19:42:55271 'remoting_webapp_crd_main_html_all_js_files': [
272 '<@(remoting_webapp_shared_main_html_js_files)',
garykac846c7c72014-12-19 23:36:14273 'webapp/crd/js/crd_connect.js',
274 'webapp/crd/js/crd_event_handlers.js',
garykac7b15ac052014-12-02 03:12:37275 'webapp/crd/js/crd_main.js',
garykacccb1b862014-12-06 03:46:44276 'webapp/crd/js/desktop_remoting.js',
kelvinpa78cad42015-03-07 03:48:53277 'webapp/crd/js/it2me_connect_flow.js',
kelvinp101c3e22015-03-12 05:40:43278 'webapp/crd/js/me2me_connect_flow.js',
garykac7b15ac052014-12-02 03:12:37279 ],
280
garykac9547d1f2015-03-06 19:42:55281 # These template files are used to construct main.html.
[email protected]cb896cc2014-02-20 00:35:31282 'remoting_webapp_template_files': [
Gary Kacmarcik6110f4b2014-10-23 00:20:07283 'webapp/base/html/client_plugin.html',
284 'webapp/base/html/dialog_auth.html',
Gary Kacmarcikac6b679f2014-11-13 20:52:17285 'webapp/crd/html/butter_bar.html',
Gary Kacmarcik6110f4b2014-10-23 00:20:07286 'webapp/crd/html/dialog_client_connect_failed.html',
287 'webapp/crd/html/dialog_client_connecting.html',
288 'webapp/crd/html/dialog_client_host_needs_upgrade.html',
289 'webapp/crd/html/dialog_client_pin_prompt.html',
290 'webapp/crd/html/dialog_client_session_finished.html',
291 'webapp/crd/html/dialog_client_third_party_auth.html',
292 'webapp/crd/html/dialog_client_unconnected.html',
293 'webapp/crd/html/dialog_confirm_host_delete.html',
294 'webapp/crd/html/dialog_connection_history.html',
295 'webapp/crd/html/dialog_host.html',
296 'webapp/crd/html/dialog_host_install.html',
297 'webapp/crd/html/dialog_host_setup.html',
298 'webapp/crd/html/dialog_manage_pairings.html',
299 'webapp/crd/html/dialog_token_refresh_failed.html',
300 'webapp/crd/html/toolbar.html',
301 'webapp/crd/html/ui_header.html',
302 'webapp/crd/html/ui_it2me.html',
303 'webapp/crd/html/ui_me2me.html',
304 'webapp/crd/html/window_frame.html',
[email protected]cb896cc2014-02-20 00:35:31305 ],
306
garykac9547d1f2015-03-06 19:42:55307 #
308 # Webapp background.html generation files.
309 #
310
311 'remoting_webapp_template_background':
312 '<(DEPTH)/remoting/webapp/crd/html/template_background.html',
313
314 # These JS files are specific to the background page and are not part of
315 # the main JS files.
316 'remoting_webapp_background_html_js_files': [
317 'webapp/base/js/message_window_helper.js',
318 'webapp/base/js/message_window_manager.js',
319 'webapp/crd/js/activation_handler.js',
320 'webapp/crd/js/app_launcher.js',
321 'webapp/crd/js/background.js',
322 ],
323
324 # All the JavaScript files required by background.html.
325 'remoting_webapp_background_html_all_js_files': [
326 '<@(remoting_webapp_background_html_js_files)',
327 'webapp/base/js/base.js',
328 'webapp/base/js/ipc.js',
329 'webapp/crd/js/client_session.js',
330 'webapp/crd/js/error.js',
331 'webapp/crd/js/host_installer.js',
332 'webapp/crd/js/host_session.js',
333 'webapp/crd/js/identity.js',
334 'webapp/crd/js/it2me_host_facade.js',
335 'webapp/crd/js/l10n.js',
336 'webapp/crd/js/oauth2.js',
337 'webapp/crd/js/oauth2_api.js',
338 'webapp/crd/js/oauth2_api_impl.js',
339 'webapp/crd/js/plugin_settings.js',
340 'webapp/crd/js/typecheck.js',
341 'webapp/crd/js/xhr.js',
342 ],
343
344 #
345 # Webapp wcs_sandbox.html generation files.
346 #
347
348 'remoting_webapp_template_wcs_sandbox':
349 '<(DEPTH)/remoting/webapp/base/html/template_wcs_sandbox.html',
350
351 # These JS files are specific to the WCS sandbox page and are not part of
352 # the main JS files.
353 'remoting_webapp_wcs_sandbox_html_js_files': [
354 'webapp/crd/js/wcs.js',
355 'webapp/crd/js/wcs_loader.js',
356 'webapp/crd/js/wcs_sandbox_content.js',
357 'webapp/crd/js/xhr_proxy.js',
358 ],
359
360 # All the JavaScript files required by wcs_sandbox.html.
361 'remoting_webapp_wcs_sandbox_html_all_js_files': [
362 '<@(remoting_webapp_wcs_sandbox_html_js_files)',
363 'webapp/crd/js/error.js',
364 'webapp/crd/js/plugin_settings.js',
365 ],
366
367 #
368 # Webapp message_window.html generation files.
369 #
370
371 'remoting_webapp_template_message_window':
372 '<(DEPTH)/remoting/webapp/base/html/template_message_window.html',
373
374 # These JS files are specific to the message window page and are not part of
375 # the main JS files.
376 'remoting_webapp_message_window_html_js_files': [
377 'webapp/base/js/message_window.js',
378 ],
379
380 # All the JavaScript files required by message_window.html.
381 'remoting_webapp_message_window_html_all_js_files': [
382 '<@(remoting_webapp_message_window_html_js_files)',
383 'webapp/base/js/base.js',
384 ],
385
386 #
387 # Complete webapp JS and resource files.
388 #
389
390 # All the JavaScript files that are shared by webapps.
391 'remoting_webapp_shared_js_files': [
392 '<@(remoting_webapp_shared_main_html_js_files)',
393 '<@(remoting_webapp_background_html_js_files)',
394 '<@(remoting_webapp_message_window_html_js_files)',
395 '<@(remoting_webapp_wcs_sandbox_html_js_files)',
396 # JS files referenced in manifest.json.
397 '<@(remoting_webapp_js_auth_v1_files)',
398 ],
399
400 # All the JavaScript files required by DesktopRemoting.
401 'remoting_webapp_crd_js_files': [
402 '<@(remoting_webapp_shared_js_files)',
403 '<@(remoting_webapp_crd_main_html_all_js_files)',
404 ],
405
406 'remoting_webapp_info_files': [
407 'resources/chromoting16.webp',
408 'resources/chromoting48.webp',
409 'resources/chromoting128.webp',
410 ],
411
412 # All the resource files required by DesktopRemoting.
413 'remoting_webapp_resource_files': [
414 'resources/disclosure_arrow_down.webp',
415 'resources/disclosure_arrow_right.webp',
416 'resources/drag.webp',
417 'resources/host_setup_instructions.webp',
418 'resources/icon_close.webp',
419 'resources/icon_cross.webp',
420 'resources/icon_disconnect.webp',
421 'resources/icon_fullscreen.webp',
422 'resources/icon_help.webp',
423 'resources/icon_host.webp',
424 'resources/icon_maximize_restore.webp',
425 'resources/icon_minimize.webp',
426 'resources/icon_options.webp',
427 'resources/icon_pencil.webp',
428 'resources/icon_warning.webp',
429 'resources/infographic_my_computers.webp',
430 'resources/infographic_remote_assistance.webp',
431 'resources/plus.webp',
432 'resources/reload.webp',
433 'resources/tick.webp',
434 'webapp/base/html/connection_stats.css',
435 'webapp/base/html/main.css',
436 'webapp/base/html/message_window.css',
437 'webapp/base/resources/open_sans.css',
438 'webapp/base/resources/open_sans.woff',
439 'webapp/base/resources/spinner.gif',
440 'webapp/crd/html/butter_bar.css',
441 'webapp/crd/html/toolbar.css',
442 'webapp/crd/html/menu_button.css',
443 'webapp/crd/html/window_frame.css',
444 'webapp/crd/resources/scale-to-fit.webp',
445 ],
446
447 'remoting_webapp_crd_files': [
448 '<@(remoting_webapp_info_files)',
449 '<@(remoting_webapp_crd_js_files)',
450 '<@(remoting_webapp_resource_files)',
451 ],
452
garykac9ab9df492015-01-27 16:21:01453 # Files that contain localizable strings.
454 'desktop_remoting_webapp_localizable_files': [
455 'webapp/crd/manifest.json.jinja2',
garykac9ab9df492015-01-27 16:21:01456 '<(remoting_webapp_template_background)',
garykac9547d1f2015-03-06 19:42:55457 '<(remoting_webapp_template_main)',
458 '<(remoting_webapp_template_message_window)',
459 '<(remoting_webapp_template_wcs_sandbox)',
garykac9ab9df492015-01-27 16:21:01460 '<@(remoting_webapp_template_files)',
461 '<@(remoting_webapp_crd_js_files)',
462 ],
463
[email protected]af2d58182014-01-25 01:21:42464 },
465}