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

Unified Diff: base/BUILD.gn

Issue 2307103002: Switch to using_sanitizer for archiving llvm-symbolizer. Also, add libFuzzer and AFL explicitly in … (Closed)
Patch Set: Remove incorrent sanitizers.gni change. Created 4 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 3345909fa9244b10e98ee309b03ed145f6b93375..ea69e3b05cd524ffb5a2d70f5bbdb69160cc0639 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1447,7 +1447,7 @@ component("base") {
]
}
- if (is_asan || is_lsan || is_msan || is_tsan) {
+ if (using_sanitizer) {
data += [ "//tools/valgrind/asan/" ]
if (is_win) {
data +=
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698