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

Unified Diff: gn/BUILD.gn

Issue 2197633002: GN: components as static library instead of source set (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | gn/BUILDCONFIG.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gn/BUILD.gn
diff --git a/gn/BUILD.gn b/gn/BUILD.gn
index e514bc3be4c4f5d154c9665482cb36310b76a6d2..5789aef48b38e0a261e923ab0b5020778e596a50 100644
--- a/gn/BUILD.gn
+++ b/gn/BUILD.gn
@@ -88,7 +88,7 @@ toolchain("gcc_like") {
tool("alink") {
command = "rm -f {{output}} && $ar rcs {{output}} {{inputs}}"
outputs = [
- "{{target_out_dir}}/{{target_output_name}}{{output_extension}}",
+ "{{root_out_dir}}/{{target_output_name}}{{output_extension}}",
]
default_output_extension = ".a"
output_prefix = "lib"
« no previous file with comments | « no previous file | gn/BUILDCONFIG.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698