aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/common_conditions.gypi
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2016-08-30 10:45:17 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-30 10:45:17 -0700
commite6ec16356ec677e582230002bd3ffab46fd14a49 (patch)
treefb4bf7f8f0dfd8c0629e2258e1fc6fec9bdbc51c /gyp/common_conditions.gypi
parentfce190647285423bf36c44bca09db78a6af30f9f (diff)
Detect TSAN instead of relying on #ifdef THREAD_SANITIZER.
And reindent. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2293063002 CQ_INCLUDE_TRYBOTS=master.client.skia:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN-Trybot Review-Url: https://codereview.chromium.org/2293063002
Diffstat (limited to 'gyp/common_conditions.gypi')
-rw-r--r--gyp/common_conditions.gypi3
1 files changed, 0 insertions, 3 deletions
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
index df766b31bd..e1e657a981 100644
--- a/gyp/common_conditions.gypi
+++ b/gyp/common_conditions.gypi
@@ -464,9 +464,6 @@
],
'ldflags': [ '-fsanitize=<(skia_sanitizer)' ],
'conditions' : [
- [ 'skia_sanitizer == "thread"', {
- 'defines': [ 'THREAD_SANITIZER' ],
- }],
[ 'skia_sanitizer == "memory"', {
'cflags': [
'-O1',