1# 80 --------------------------------------------------------------------------- 2if (true) { 3 # The JavaScript files required by main.html. 4 remoting_webapp_main_html_js_files = 5 # Include the core files first as it is required by the other files. 6 # Otherwise, Jscompile will complain. 7 remoting_webapp_js_core_files + 8 remoting_webapp_js_auth_client2host_files + 9 remoting_webapp_js_auth_google_files + 10 remoting_webapp_js_client_files + 11 remoting_webapp_js_gnubby_auth_files + 12 remoting_webapp_js_cast_extension_files + 13 remoting_webapp_js_host_files + 14 remoting_webapp_js_logging_files + 15 remoting_webapp_js_ui_files + 16 remoting_webapp_js_ui_host_control_files + 17 remoting_webapp_js_ui_host_display_files + 18 remoting_webapp_js_wcs_container_files 19 # Uncomment this line to include browser test files in the web app 20 # to expedite debugging or local development. 21 #+ remoting_webapp_js_browser_test_files 22} 23