| Index: build/config/sanitizers/BUILD.gn
|
| diff --git a/build/config/sanitizers/BUILD.gn b/build/config/sanitizers/BUILD.gn
|
| index 845d992d6edd1c4e44c713fa1c9234f29179f79e..9cc40f4a9b2ba94a4d8c970593a404b17ce35954 100644
|
| --- a/build/config/sanitizers/BUILD.gn
|
| +++ b/build/config/sanitizers/BUILD.gn
|
| @@ -84,6 +84,10 @@ group("deps_no_options") {
|
| public_deps += [ ":asan_runtime_bundle_data" ]
|
| }
|
| }
|
| +
|
| + if (is_mac) {
|
| + public_deps = [ "//buildtools/third_party/libc++:libc++_static" ]
|
| + }
|
| }
|
|
|
| if ((is_mac || is_win || (is_ios && !use_xcode_clang)) && using_sanitizer) {
|
|
|