DescriptionGN: Put static libs next to .ninja files in output dir
This puts static libraries on mac next to their ninja files, i.e. in
locations like out/Debug/obj/base/libbase_static.a instead of directly
in the output directory. This matches what we do on other platforms and
avoids the need to give every static library a unique name in the GN
build. https://codereview.chromium.org/376773002/ has some discussion
of the history of why this is different in GYP.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282156
Patch Set 1 #
Messages
Total messages: 9 (0 generated)
|