| Index: build/sanitizers/BUILD.gn
|
| diff --git a/build/sanitizers/BUILD.gn b/build/sanitizers/BUILD.gn
|
| index c4afd024e6d355c32b371339869b9789a381e4e1..6744e73e8e669a510a971c275e74ad1ccb5c6068 100644
|
| --- a/build/sanitizers/BUILD.gn
|
| +++ b/build/sanitizers/BUILD.gn
|
| @@ -2,7 +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) {
|
| +if (is_linux) {
|
| # TODO(GYP): Figure out which of these work and are needed on other platforms.
|
| copy("copy_llvm_symbolizer") {
|
| sources = [
|
|
|