Index: build/sanitizers/BUILD.gn |
diff --git a/build/sanitizers/BUILD.gn b/build/sanitizers/BUILD.gn |
index 4f81f3ebadd0b5071c2dce7322af16251c1739bc..1158b461ae6cedc2f4fe977344cf52870688edcb 100644 |
--- a/build/sanitizers/BUILD.gn |
+++ b/build/sanitizers/BUILD.gn |
@@ -2,7 +2,9 @@ |
# 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) { |
+import("//build/config/features.gni") |
+ |
+if (is_linux && !use_cros_fe) { |
# TODO(GYP): Figure out which of these work and are needed on other platforms. |
copy("copy_llvm_symbolizer") { |
if (is_win) { |