| Index: build/config/sanitizers/BUILD.gn
|
| diff --git a/build/config/sanitizers/BUILD.gn b/build/config/sanitizers/BUILD.gn
|
| index d853950b2911a10d85f455e8cb4525817deee0d0..5a11c363bf63fecbda28e7fcb10dccaa9e1f0f55 100644
|
| --- a/build/config/sanitizers/BUILD.gn
|
| +++ b/build/config/sanitizers/BUILD.gn
|
| @@ -187,8 +187,6 @@ config("asan_flags") {
|
| "-mllvm",
|
| "-asan-globals=0",
|
| ]
|
| - libs = [ "clang_rt.asan_osx_dynamic" ]
|
| -
|
| # TODO(GYP): deal with mac_bundles.
|
| } else if (is_win) {
|
| assert(target_cpu == "x86", "WinASan is 32-bit only currently")
|
|
|