Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2447)

Unified Diff: build/sanitizers/BUILD.gn

Issue 2059843002: gn: Add chromium_builder_asan target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cros Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 = [
« BUILD.gn ('K') | « build/all.gyp ('k') | build/sanitizers/sanitizers.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698