| Index: remoting/remoting_webapp_files.gypi
|
| diff --git a/remoting/remoting_webapp_files.gypi b/remoting/remoting_webapp_files.gypi
|
| index 5e90ca7019b92bc27a0a6236589f9b07a0787d07..a080136e0e31c9cc9e0a4305097121e258c127a9 100644
|
| --- a/remoting/remoting_webapp_files.gypi
|
| +++ b/remoting/remoting_webapp_files.gypi
|
| @@ -288,6 +288,17 @@
|
| 'webapp/crd/js/native_message_host_log_message_handler.js',
|
| 'webapp/crd/js/paired_client_manager.js',
|
| ],
|
| + # Files for controlling the local it2me host.
|
| + # Included by public_session.html.
|
| + 'remoting_webapp_js_it2me_host_control_files': [
|
| + 'webapp/crd/js/buffered_signal_strategy.js',
|
| + 'webapp/crd/js/host_screen.js',
|
| + 'webapp/crd/js/host_session.js',
|
| + 'webapp/crd/js/host_install_dialog.js',
|
| + 'webapp/crd/js/host_installer.js',
|
| + 'webapp/crd/js/it2me_host_facade.js',
|
| + 'webapp/crd/js/native_message_host_log_message_handler.js',
|
| + ],
|
| # Files for displaying (in the client) info about available hosts.
|
| 'remoting_webapp_js_host_display_files': [
|
| 'webapp/crd/js/host_list.js',
|
| @@ -353,6 +364,27 @@
|
| '<@(remoting_webapp_js_host_display_files)',
|
| ],
|
|
|
| + 'remoting_webapp_template_public_session':
|
| + '<(DEPTH)/remoting/webapp/crd/html/template_public_session.html',
|
| +
|
| + # The shared JavaScript files required by public_session.html.
|
| + 'remoting_webapp_public_session_html_all_js_files': [
|
| + '<@(remoting_webapp_shared_js_core_files)',
|
| + '<@(remoting_webapp_shared_js_auth_google_files)',
|
| + '<@(remoting_webapp_shared_js_client_files)',
|
| + '<@(remoting_webapp_shared_js_host_files)',
|
| + '<@(remoting_webapp_shared_js_logging_files)',
|
| + '<@(remoting_webapp_shared_js_signaling_files)',
|
| + '<@(remoting_webapp_shared_js_ui_files)',
|
| + '<@(remoting_webapp_js_it2me_host_control_files)',
|
| + 'webapp/crd/js/public_session_main.js',
|
| + ],
|
| +
|
| + # These template files are used to construct public_session.html.
|
| + 'remoting_webapp_public_session_template_files': [
|
| + 'webapp/crd/html/dialog_host.html',
|
| + ],
|
| +
|
| # The JS files required by unittest.html.
|
| 'remoting_webapp_unittest_html_all_js_files': [
|
| '<@(remoting_webapp_shared_main_html_js_files)',
|
| @@ -498,6 +530,7 @@
|
| '<@(remoting_webapp_shared_js_files)',
|
| '<@(remoting_webapp_crd_main_html_all_js_files)',
|
| '<@(remoting_webapp_credits_html_all_js_files)',
|
| + '<@(remoting_webapp_public_session_html_all_js_files)',
|
| ],
|
|
|
| 'remoting_webapp_info_files': [
|
| @@ -538,6 +571,7 @@
|
| 'webapp/crd/html/crd_main.css',
|
| 'webapp/crd/html/toolbar.css',
|
| 'webapp/crd/html/menu_button.css',
|
| + 'webapp/crd/html/public_session.css',
|
| 'webapp/crd/html/window_frame.css',
|
| 'webapp/crd/resources/scale-to-fit.webp',
|
| ],
|
|
|