| Index: remoting/webapp/build_template.gni
|
| diff --git a/remoting/webapp/build_template.gni b/remoting/webapp/build_template.gni
|
| index df443fb5c0c1b156e7881ecdbff8fa4664a9ef4e..1c893570bcbd21ac71458ab9bc4265f9bab95692 100644
|
| --- a/remoting/webapp/build_template.gni
|
| +++ b/remoting/webapp/build_template.gni
|
| @@ -78,10 +78,10 @@ template("build_webapp_html") {
|
|
|
| args = rebase_path(js_files, root_build_dir)
|
| args += [
|
| - "--no-single-file",
|
| - "--out-file",
|
| + "--no_single_file",
|
| + "--out_file",
|
| rebase_path(target_jscompile_stamp, root_build_dir),
|
| - "--closure-args",
|
| + "--closure_args",
|
| ] + closure_args + extra_closure_args
|
| args += [ "--externs" ] + rebase_path(externs, root_build_dir)
|
| }
|
|
|