GN: 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. Review URL: https://codereview.chromium.org/378123002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282156 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment