Remove libcpp_is_static

This change makes libc++ a shared_library iff is_component_build=true, just like
all other components.  This has the advantage that the RPATH doesn't need to be
set in sanitizer (non-component) builds just so binaries can find libc++.so.

Needed for src CL:
https://chromium-review.googlesource.com/c/chromium/src/+/1119098

R=thakis
BUG=850682
Change-Id: Ic59cb002f33f3d6b030b27000ff8a7e34228a6ee
2 files changed