| 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) {
|
| copy("copy_llvm_symbolizer") {
|
| if (is_win) {
|
| sources = [
|
|
|