Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Unified Diff: remoting/webapp/build_template.gni

Issue 2117653002: Add the ability to pass arguments to runner.jar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@enable-chrome-pass
Patch Set: merge Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/compile_js.gypi ('k') | third_party/closure_compiler/closure_args.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
}
« no previous file with comments | « remoting/compile_js.gypi ('k') | third_party/closure_compiler/closure_args.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698