• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1if (true) {
2  args += [ "--template" ] +
3      rebase_path(remoting_webapp_template_files, template_rel_dir)
4  args += [ "--dir-for-templates",
5            rebase_path(template_rel_dir, root_build_dir) ]
6  args += ["--js"] + rebase_path(remoting_webapp_main_html_js_files, template_rel_dir_and_some_more)
7}
8