Android Chromoting: Remove exit-fullscreen button.
[chromium-blink-merge.git] / remoting / remoting_webapp_files.gypi
blobca4e1f44b681da46f02a150ed1ced8c3cd45ed6d
1 # 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.
6   'variables': {
8     # Jscompile proto files.
9     # These provide type information for jscompile.
10     'remoting_webapp_js_proto_files': [
11       'webapp/js_proto/chrome_proto.js',
12       'webapp/js_proto/chrome_cast_proto.js',
13       'webapp/js_proto/chrome_event_proto.js',
14       'webapp/js_proto/dom_proto.js',
15       'webapp/js_proto/remoting_proto.js',
16     ],
18     #
19     # Webapp browsertest JavaScript files.
20     #
22     # 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',
29       '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     ],
34     # Browser test files.
35     'remoting_webapp_browsertest_js_mock_files': [
36       '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',
42     ],
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     ],
48     'remoting_webapp_browsertest_all_js_files': [
49       '<@(remoting_webapp_browsertest_js_files)',
50       '<@(remoting_webapp_browsertest_js_mock_files)',
51     ],
53     #
54     # Webapp unittest JavaScript files.
55     #
57     # These product files are excluded from our JavaScript unittest
58     'remoting_webapp_unittests_exclude_js_files': [
59       # 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
64     'remoting_webapp_unittests_js_files': [
65       # TODO(jrw): Move spy_promise to base.
66       'webapp/unittests/spy_promise.js',
67       'webapp/unittests/spy_promise_unittest.js',
68       'webapp/base/js/base_unittest.js',
69       'webapp/base/js/base_event_hook_unittest.js',
70       'webapp/base/js/base_inherits_unittest.js',
71       'webapp/base/js/ipc_unittest.js',
72       'webapp/crd/js/apps_v2_migration_unittest.js',
73       'webapp/crd/js/desktop_viewport_unittest.js',
74       'webapp/crd/js/dns_blackhole_checker_unittest.js',
75       'webapp/crd/js/error_unittest.js',
76       'webapp/crd/js/fallback_signal_strategy_unittest.js',
77       'webapp/crd/js/gcd_client_unittest.js',
78       'webapp/crd/js/host_table_entry_unittest.js',
79       'webapp/crd/js/identity_unittest.js',
80       'webapp/crd/js/l10n_unittest.js',
81       'webapp/crd/js/menu_button_unittest.js',
82       'webapp/crd/js/typecheck_unittest.js',
83       'webapp/crd/js/xhr_unittest.js',
84       'webapp/crd/js/xmpp_connection_unittest.js',
85       'webapp/crd/js/xmpp_login_handler_unittest.js',
86       'webapp/crd/js/xmpp_stream_parser_unittest.js',
87     ],
88     'remoting_webapp_unittests_js_mock_files': [
89       # Some proto files can be repurposed as simple mocks for the unittests.
90       # Note that some defs in chrome_proto are overwritten by chrome_mocks.
91       'webapp/crd/js/mock_signal_strategy.js',
92       'webapp/js_proto/chrome_proto.js',
93       'webapp/js_proto/chrome_mocks.js',
94       'webapp/unittests/sinon_helpers.js',
95     ],
96     # Prototypes for objects that are not mocked.
97     'remoting_webapp_unittests_js_proto_files': [
98       'webapp/js_proto/chrome_cast_proto.js',
99       'webapp/js_proto/dom_proto.js',
100       'webapp/js_proto/remoting_proto.js',
101       'webapp/js_proto/qunit_proto.js',
102       'webapp/js_proto/sinon_proto.js',
103     ],
104     'remoting_webapp_unittests_all_js_files': [
105       '<@(remoting_webapp_unittests_js_files)',
106       '<@(remoting_webapp_unittests_js_mock_files)',
107     ],
108     # All the files needed to run the unittests.
109     'remoting_webapp_unittests_all_files': [
110       'webapp/crd/html/menu_button.css',
111       '<@(remoting_webapp_unittests_all_js_files)',
112     ],
113     'remoting_webapp_unittests_template_main':
114       'webapp/crd/html/template_unittests.html',
116     #
117     # Webapp JavaScript file groups.
118     #
120     # Auth (apps v1) JavaScript files.
121     # These files aren't included directly from main.html. They are
122     # referenced from the manifest.json file (appsv1 only).
123     'remoting_webapp_js_auth_v1_files': [
124       'webapp/crd/js/cs_third_party_auth_trampoline.js',  # client to host
125       'webapp/crd/js/cs_oauth2_trampoline.js',  # Google account
126     ],
127     # Auth (client to host) JavaScript files.
128     'remoting_webapp_js_auth_client2host_files': [
129       'webapp/crd/js/third_party_host_permissions.js',
130       'webapp/crd/js/third_party_token_fetcher.js',
131     ],
132     # Auth (Google account) JavaScript files.
133     'remoting_webapp_js_auth_google_files': [
134       'webapp/base/js/auth_init.js',
135       'webapp/crd/js/identity.js',
136       'webapp/crd/js/oauth2.js',
137       'webapp/crd/js/oauth2_api.js',
138       'webapp/crd/js/oauth2_api_impl.js',
139     ],
140     # Cast extension handler JavaScript files.
141     'remoting_webapp_js_cast_extension_files': [
142       'webapp/crd/js/cast_extension_handler.js',
143     ],
144     # Client JavaScript files.
145     'remoting_webapp_js_client_files': [
146       'webapp/crd/js/client_plugin.js',
147       'webapp/crd/js/client_plugin_impl.js',
148       'webapp/crd/js/client_plugin_host_desktop_impl.js',
149       'webapp/crd/js/client_session.js',
150       'webapp/crd/js/clipboard.js',
151       'webapp/crd/js/connected_view.js',
152       'webapp/crd/js/connection_info.js',
153       'webapp/crd/js/credentials_provider.js',
154       'webapp/crd/js/desktop_connected_view.js',
155       'webapp/crd/js/host_desktop.js',
156       'webapp/crd/js/session_connector.js',
157       'webapp/crd/js/session_connector_impl.js',
158       'webapp/crd/js/smart_reconnector.js',
159       'webapp/crd/js/video_frame_recorder.js',
160     ],
161     # Remoting core JavaScript files.
162     'remoting_webapp_js_core_files': [
163       'webapp/base/js/app_capabilities.js',
164       'webapp/base/js/application.js',
165       'webapp/base/js/base.js',
166       'webapp/base/js/input_dialog.js',
167       'webapp/base/js/ipc.js',
168       'webapp/base/js/platform.js',
169       'webapp/base/js/protocol_extension.js',
170       'webapp/crd/js/apps_v2_migration.js',
171       'webapp/crd/js/error.js',
172       'webapp/crd/js/event_handlers.js',
173       'webapp/crd/js/plugin_settings.js',
174       'webapp/crd/js/remoting.js',
175       'webapp/crd/js/typecheck.js',
176       'webapp/crd/js/xhr.js',
177       'webapp/crd/js/gcd_client.js',
178     ],
179     # Gnubby authentication JavaScript files.
180     'remoting_webapp_js_gnubby_auth_files': [
181       'webapp/crd/js/gnubby_auth_handler.js',
182     ],
183     # Host JavaScript files.
184     'remoting_webapp_js_host_files': [
185       'webapp/crd/js/host.js',
186       'webapp/crd/js/host_settings.js',
187     ],
188     # Files for controlling the local machine as a host.
189     # Includes both it2me and me2me files.
190     'remoting_webapp_js_host_control_files': [
191       'webapp/crd/js/host_controller.js',
192       'webapp/crd/js/host_daemon_facade.js',
193       'webapp/crd/js/host_screen.js',
194       'webapp/crd/js/host_session.js',
195       'webapp/crd/js/host_setup_dialog.js',
196       'webapp/crd/js/host_install_dialog.js',
197       'webapp/crd/js/host_installer.js',
198       'webapp/crd/js/it2me_host_facade.js',
199       'webapp/crd/js/paired_client_manager.js',
200     ],
201     # Files for displaying (in the client) info about available hosts.
202     'remoting_webapp_js_host_display_files': [
203       'webapp/crd/js/host_list.js',
204       'webapp/crd/js/host_list_api.js',
205       'webapp/crd/js/host_list_api_impl.js',
206       'webapp/crd/js/host_table_entry.js',
207       'webapp/crd/js/local_host_section.js',
208     ],
209     # Logging and stats JavaScript files.
210     'remoting_webapp_js_logging_files': [
211       'webapp/crd/js/format_iq.js',
212       'webapp/crd/js/log_to_server.js',
213       'webapp/crd/js/server_log_entry.js',
214       'webapp/crd/js/stats_accumulator.js',
215     ],
216     # Remoting signaling files.
217     'remoting_webapp_js_signaling_files': [
218       'webapp/crd/js/dns_blackhole_checker.js',
219       'webapp/crd/js/fallback_signal_strategy.js',
220       'webapp/crd/js/signal_strategy.js',
221       'webapp/crd/js/tcp_socket.js',
222       'webapp/crd/js/wcs_adapter.js',
223       'webapp/crd/js/wcs_sandbox_container.js',
224       'webapp/crd/js/xmpp_connection.js',
225       'webapp/crd/js/xmpp_login_handler.js',
226       'webapp/crd/js/xmpp_stream_parser.js',
227     ],
228     # UI JavaScript files.
229     'remoting_webapp_js_ui_files': [
230       'webapp/base/js/window_shape.js',
231       'webapp/crd/js/bump_scroller.js',
232       'webapp/crd/js/butter_bar.js',
233       'webapp/crd/js/connection_stats.js',
234       'webapp/crd/js/desktop_viewport.js',
235       'webapp/crd/js/feedback.js',
236       'webapp/crd/js/fullscreen.js',
237       'webapp/crd/js/fullscreen_v1.js',
238       'webapp/crd/js/fullscreen_v2.js',
239       'webapp/crd/js/l10n.js',
240       'webapp/crd/js/menu_button.js',
241       'webapp/crd/js/options_menu.js',
242       'webapp/crd/js/ui_mode.js',
243       'webapp/crd/js/toolbar.js',
244       'webapp/crd/js/window_frame.js',
245     ],
247     #
248     # DesktopRemoting main.html generation files.
249     #
251     'remoting_webapp_template_main':
252       '<(DEPTH)/remoting/webapp/crd/html/template_main.html',
254     # The shared JavaScript files required by main.html.
255     'remoting_webapp_shared_main_html_js_files': [
256       # Include the core files first as it is required by the other files.
257       # Otherwise, Jscompile will complain.
258       '<@(remoting_webapp_js_core_files)',
259       '<@(remoting_webapp_js_auth_client2host_files)',
260       '<@(remoting_webapp_js_auth_google_files)',
261       '<@(remoting_webapp_js_client_files)',
262       '<@(remoting_webapp_js_gnubby_auth_files)',
263       '<@(remoting_webapp_js_cast_extension_files)',
264       '<@(remoting_webapp_js_host_files)',
265       '<@(remoting_webapp_js_host_control_files)',
266       '<@(remoting_webapp_js_host_display_files)',
267       '<@(remoting_webapp_js_logging_files)',
268       '<@(remoting_webapp_js_ui_files)',
269       '<@(remoting_webapp_js_signaling_files)',
270       # Uncomment this line to include browser test files in the web app
271       # to expedite debugging or local development.
272       #'<@(remoting_webapp_browsertest_all_js_files)',
273     ],
275     # The CRD-specific JavaScript files required by main.html.
276     'remoting_webapp_crd_main_html_all_js_files': [
277       '<@(remoting_webapp_shared_main_html_js_files)',
278       'webapp/crd/js/crd_auth_dialog.js',
279       'webapp/crd/js/crd_event_handlers.js',
280       'webapp/crd/js/crd_experimental.js',
281       'webapp/crd/js/crd_main.js',
282       'webapp/crd/js/desktop_remoting.js',
283       'webapp/crd/js/it2me_connect_flow.js',
284       'webapp/crd/js/me2me_connect_flow.js',
285     ],
287     # These template files are used to construct main.html.
288     'remoting_webapp_template_files': [
289       'webapp/base/html/client_plugin.html',
290       'webapp/crd/html/butter_bar.html',
291       'webapp/crd/html/dialog_auth.html',
292       'webapp/crd/html/dialog_client_connect_failed.html',
293       'webapp/crd/html/dialog_client_connecting.html',
294       'webapp/crd/html/dialog_client_host_needs_upgrade.html',
295       'webapp/crd/html/dialog_client_pin_prompt.html',
296       'webapp/crd/html/dialog_client_session_finished.html',
297       'webapp/crd/html/dialog_client_third_party_auth.html',
298       'webapp/crd/html/dialog_client_unconnected.html',
299       'webapp/crd/html/dialog_confirm_host_delete.html',
300       'webapp/crd/html/dialog_connection_history.html',
301       'webapp/crd/html/dialog_host.html',
302       'webapp/crd/html/dialog_host_install.html',
303       'webapp/crd/html/dialog_host_setup.html',
304       'webapp/crd/html/dialog_manage_pairings.html',
305       'webapp/crd/html/dialog_token_refresh_failed.html',
306       'webapp/crd/html/toolbar.html',
307       'webapp/crd/html/ui_header.html',
308       'webapp/crd/html/ui_it2me.html',
309       'webapp/crd/html/ui_me2me.html',
310       'webapp/crd/html/window_frame.html',
311     ],
313     #
314     # Webapp background.html generation files.
315     #
317     'remoting_webapp_template_background':
318       '<(DEPTH)/remoting/webapp/crd/html/template_background.html',
320     # These JS files are specific to the background page and are not part of
321     # the main JS files.
322     'remoting_webapp_background_html_js_files': [
323       'webapp/base/js/message_window_helper.js',
324       'webapp/base/js/message_window_manager.js',
325       'webapp/crd/js/activation_handler.js',
326       'webapp/crd/js/app_launcher.js',
327       'webapp/crd/js/background.js',
328     ],
330     # All the JavaScript files required by background.html.
331     'remoting_webapp_background_html_all_js_files': [
332       '<@(remoting_webapp_background_html_js_files)',
333       'webapp/base/js/base.js',
334       'webapp/base/js/ipc.js',
335       'webapp/crd/js/client_session.js',
336       'webapp/crd/js/error.js',
337       'webapp/crd/js/host_installer.js',
338       'webapp/crd/js/host_session.js',
339       'webapp/crd/js/identity.js',
340       'webapp/crd/js/it2me_host_facade.js',
341       'webapp/crd/js/l10n.js',
342       'webapp/crd/js/oauth2.js',
343       'webapp/crd/js/oauth2_api.js',
344       'webapp/crd/js/oauth2_api_impl.js',
345       'webapp/crd/js/plugin_settings.js',
346       'webapp/crd/js/typecheck.js',
347       'webapp/crd/js/xhr.js',
348     ],
350     #
351     # Webapp wcs_sandbox.html generation files.
352     #
354     'remoting_webapp_template_wcs_sandbox':
355       '<(DEPTH)/remoting/webapp/base/html/template_wcs_sandbox.html',
357     # These JS files are specific to the WCS sandbox page and are not part of
358     # the main JS files.
359     'remoting_webapp_wcs_sandbox_html_js_files': [
360       'webapp/crd/js/wcs.js',
361       'webapp/crd/js/wcs_loader.js',
362       'webapp/crd/js/wcs_sandbox_content.js',
363       'webapp/crd/js/xhr_proxy.js',
364     ],
366     # All the JavaScript files required by wcs_sandbox.html.
367     'remoting_webapp_wcs_sandbox_html_all_js_files': [
368       '<@(remoting_webapp_wcs_sandbox_html_js_files)',
369       'webapp/crd/js/error.js',
370       'webapp/crd/js/plugin_settings.js',
371     ],
373     #
374     # Webapp message_window.html generation files.
375     #
377     'remoting_webapp_template_message_window':
378       '<(DEPTH)/remoting/webapp/base/html/template_message_window.html',
380     # These JS files are specific to the message window page and are not part of
381     # the main JS files.
382     'remoting_webapp_message_window_html_js_files': [
383       'webapp/base/js/message_window.js',
384     ],
386     # All the JavaScript files required by message_window.html.
387     'remoting_webapp_message_window_html_all_js_files': [
388       '<@(remoting_webapp_message_window_html_js_files)',
389       'webapp/base/js/base.js',
390     ],
392     #
393     # Complete webapp JS and resource files.
394     #
396     # All the JavaScript files that are shared by webapps.
397     'remoting_webapp_shared_js_files': [
398       '<@(remoting_webapp_shared_main_html_js_files)',
399       '<@(remoting_webapp_background_html_js_files)',
400       '<@(remoting_webapp_message_window_html_js_files)',
401       '<@(remoting_webapp_wcs_sandbox_html_js_files)',
402       # JS files referenced in manifest.json.
403       '<@(remoting_webapp_js_auth_v1_files)',
404     ],
406     # All the JavaScript files required by DesktopRemoting.
407     'remoting_webapp_crd_js_files': [
408       '<@(remoting_webapp_shared_js_files)',
409       '<@(remoting_webapp_crd_main_html_all_js_files)',
410     ],
412     'remoting_webapp_info_files': [
413       'resources/chromoting16.webp',
414       'resources/chromoting48.webp',
415       'resources/chromoting128.webp',
416     ],
418     # All the resource files required by DesktopRemoting.
419     'remoting_webapp_resource_files': [
420       'resources/disclosure_arrow_down.webp',
421       'resources/disclosure_arrow_right.webp',
422       'resources/drag.webp',
423       'resources/host_setup_instructions.webp',
424       'resources/icon_close.webp',
425       'resources/icon_cross.webp',
426       'resources/icon_disconnect.webp',
427       'resources/icon_fullscreen.webp',
428       'resources/icon_help.webp',
429       'resources/icon_host.webp',
430       'resources/icon_maximize_restore.webp',
431       'resources/icon_minimize.webp',
432       'resources/icon_options.webp',
433       'resources/icon_pencil.webp',
434       'resources/icon_warning.webp',
435       'resources/infographic_my_computers.webp',
436       'resources/infographic_remote_assistance.webp',
437       'resources/plus.webp',
438       'resources/reload.webp',
439       'resources/tick.webp',
440       'webapp/base/html/connection_stats.css',
441       'webapp/base/html/main.css',
442       'webapp/base/html/message_window.css',
443       'webapp/base/resources/open_sans.css',
444       'webapp/base/resources/open_sans.woff',
445       'webapp/base/resources/spinner.gif',
446       'webapp/crd/html/butter_bar.css',
447       'webapp/crd/html/toolbar.css',
448       'webapp/crd/html/menu_button.css',
449       'webapp/crd/html/window_frame.css',
450       'webapp/crd/resources/scale-to-fit.webp',
451     ],
453     'remoting_webapp_crd_files': [
454       '<@(remoting_webapp_info_files)',
455       '<@(remoting_webapp_crd_js_files)',
456       '<@(remoting_webapp_resource_files)',
457     ],
459     # Files that contain localizable strings.
460     'desktop_remoting_webapp_localizable_files': [
461       'webapp/crd/manifest.json.jinja2',
462       '<(remoting_webapp_template_background)',
463       '<(remoting_webapp_template_main)',
464       '<(remoting_webapp_template_message_window)',
465       '<(remoting_webapp_template_wcs_sandbox)',
466       '<@(remoting_webapp_template_files)',
467       '<@(remoting_webapp_crd_js_files)',
468     ],
470   },