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

Unified Diff: remoting/webapp/build_template.gni

Issue 1432603003: GN: Avoid nontrivial shell commands in gcc_toolchain tool("link") (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add comment Created 5 years, 1 month 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 | « build/toolchain/nacl_toolchain.gni ('k') | no next file » | 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 3b8d9509f2ccb89951fc5f2f8caa3114315cec46..4216095287fbb10c8358d8e8bb45c32996fcb6cc 100644
--- a/remoting/webapp/build_template.gni
+++ b/remoting/webapp/build_template.gni
@@ -203,7 +203,8 @@ template("desktop_remoting_webapp") {
extra_files += [ "$pexe_dir/remoting_client_plugin_newlib.pexe" ]
if (is_debug) {
- extra_files += [ "$pexe_dir/remoting_client_plugin_newlib.pexe.debug" ]
+ extra_files +=
+ [ "$pexe_dir/exe.unstripped/remoting_client_plugin_newlib.pexe" ]
Sergey Ulanov 2015/11/04 07:36:23 The build-webapp.py just copies all files into the
Roland McGrath 2015/11/04 20:26:47 I think it's best that the toolchain rule use the
}
}
« no previous file with comments | « build/toolchain/nacl_toolchain.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698