DescriptionMove c++ configs from buildtools to build/config/c++ [buildtools-side change]
This CL moves //buildtools/third_party/libc++:no_libstdcpp and part of
/buildtools/third_party/libc++:config into //build/config/c++/c++.
This has several advantages:
* Users can remove libc++ config if they want since it's added in
BUILDCONFIG.gn
* Allows removal of libcxx_proxy
* libc++-specific configs are in buildtools and non-libc++ configs are
in build/config
* Allows changing c++ flags without having to roll buildtools
* Removes a bit of duplicated build configuration
src-side change:
https://codereview.chromium.org/2964243002
BUG=593874
R=thakis@chromium.org
Committed: b43e28d067fa6f13bacebd4ca9d6052db1bef346
Patch Set 1 #
Total comments: 3
Patch Set 2 : Remove visibility restriction #Messages
Total messages: 13 (4 generated)
|