1if (true) { 2 args += [ "--template" ] + 3 rebase_path(remoting_webapp_template_files, template_rel_dir) 4 args += [ 5 "--dir-for-templates", 6 rebase_path(template_rel_dir, root_build_dir), 7 ] 8 args += [ "--js" ] + rebase_path(remoting_webapp_main_html_js_files, 9 template_rel_dir_and_some_more) 10} 11