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

Unified Diff: build/toolchain/gcc_toolchain.gni

Issue 2454703004: GN: Format more gn files (Closed)
Patch Set: Created 4 years, 2 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 | « build/config/templates/templates.gni ('k') | sdk/lib/rules.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/toolchain/gcc_toolchain.gni
diff --git a/build/toolchain/gcc_toolchain.gni b/build/toolchain/gcc_toolchain.gni
index ecdad866f46e3c41b31c695a79b7b5578e93ebf0..11753343accb33652dba166c83363c7899ce86ae 100644
--- a/build/toolchain/gcc_toolchain.gni
+++ b/build/toolchain/gcc_toolchain.gni
@@ -201,7 +201,8 @@ template("gcc_toolchain") {
command = "$ld {{ldflags}} -o $unstripped_outfile -Wl,--start-group @$rspfile {{solibs}} -Wl,--end-group $libs_section_prefix {{libs}} $libs_section_postfix"
if (defined(invoker.strip)) {
strip = invoker.strip
- strip_command = "${strip} --strip-unneeded -o $outfile $unstripped_outfile"
+ strip_command =
+ "${strip} --strip-unneeded -o $outfile $unstripped_outfile"
command += " && " + strip_command
}
if (defined(invoker.postlink)) {
« no previous file with comments | « build/config/templates/templates.gni ('k') | sdk/lib/rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698