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

Unified Diff: remoting/webapp/build_template.gni

Issue 2913073002: Stops accumulating performance statistics on the Chrome App. (Closed)
Patch Set: Created 3 years, 7 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/webapp/base/js/stats_accumulator.js ('k') | remoting/webapp/files.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 e3c03393a9c772db554ddf48f42efc091d5509a9..28b4c91b18f51afc4034a4c3ce6c1fd2f77e5463 100644
--- a/remoting/webapp/build_template.gni
+++ b/remoting/webapp/build_template.gni
@@ -83,7 +83,7 @@ template("build_webapp_html") {
"--out_file",
rebase_path(target_jscompile_stamp, root_build_dir),
"--closure_args",
- ] + closure_args + extra_closure_args
+ ] + default_closure_args + extra_closure_args
args += [ "--externs" ] + rebase_path(externs, root_build_dir)
}
}
« no previous file with comments | « remoting/webapp/base/js/stats_accumulator.js ('k') | remoting/webapp/files.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698