Chromium Code Reviews| Index: base/BUILD.gn |
| diff --git a/base/BUILD.gn b/base/BUILD.gn |
| index c5bcc1d619258a710b7457b098470a7f8127ed80..67fac3c88b70e0240abffa7c430ac2343c7b0d20 100644 |
| --- a/base/BUILD.gn |
| +++ b/base/BUILD.gn |
| @@ -1288,11 +1288,6 @@ component("base") { |
| "strings/sys_string_conversions_posix.cc", |
| "threading/platform_thread_internal_posix.cc", |
| ] |
| - |
| - if (is_asan) { |
| - # TODO(GYP) hook up asan on Mac. GYP has this extra dylib: |
| - #data += [ "$root_out_dir/libclang_rt.asan_osx_dynamic.dylib" ] |
| - } |
|
Nico
2016/05/10 21:43:37
I think the reason this was here is probably becau
Robert Sesek
2016/05/12 18:35:45
In GN, the isolate files are built from the data[]
|
| } else { |
| # Non-Mac/ios. |
| sources -= [ |