Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index f41a58cc8a966b45cd6df021e38d2621e4c11768..4999eb3d8381ae100be55e8673182a4c7e0eae84 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -3543,7 +3543,7 @@ |
}, |
}], |
# TODO(thakis): Enable this everywhere. http://crbug.com/371125 |
- ['(OS=="linux" or OS=="android") and asan==0 and msan==0 and tsan==0 and ubsan==0 and ubsan_vptr==0 and use_ozone!=1', { |
+ ['(OS=="linux" or OS=="android") and asan==0 and msan==0 and tsan==0 and ubsan==0 and ubsan_vptr==0', { |
'target_defaults': { |
'ldflags': [ |
'-Wl,-z,defs', |