Chromium Code Reviews| Index: build/sanitizers/BUILD.gn |
| diff --git a/build/sanitizers/BUILD.gn b/build/sanitizers/BUILD.gn |
| index 4f81f3ebadd0b5071c2dce7322af16251c1739bc..40ffcb7469d052abf6581f3732c6a1a7a21e5351 100644 |
| --- a/build/sanitizers/BUILD.gn |
| +++ b/build/sanitizers/BUILD.gn |
| @@ -2,8 +2,7 @@ |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| -if (is_linux && !is_chromeos) { |
| - # TODO(GYP): Figure out which of these work and are needed on other platforms. |
| +if (is_clang) { |
|
Dirk Pranke
2016/06/10 17:47:09
So this'll exist in every checkout that uses clang
Nico
2016/06/10 17:50:45
Yes, it's part of the clang prebuilt bundle.
(I g
|
| copy("copy_llvm_symbolizer") { |
| if (is_win) { |
| sources = [ |