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

Unified Diff: base/base.gyp

Issue 296173006: Link the contents of tools/valgrind/tsan_v2/suppressions.txt into TSan binaries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix the 80-column limit Created 6 years, 7 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 | base/debug/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 710c229050bc5fd51dad272ce5cd7cc33ab4480c..cf00752ea2c7b23d972b17016eb87dac550fb93f 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -1000,6 +1000,11 @@
'../third_party/libc++/libc++.gyp:libcxx_proxy',
],
}],
+ ['tsan==1', {
+ 'sources': [
+ 'debug/tsan_suppressions.cc',
+ ],
+ }],
],
'cflags!': [
'-fsanitize=address',
« no previous file with comments | « no previous file | base/debug/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698