Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index f4927dfdd4413fe40c7283580d448ea8def0762a..105fb28aef22c28b74b33a7dd04d8f58cd24271c 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -3531,7 +3531,7 @@ |
| }, |
| }], |
| # TODO(thakis): Enable this everywhere. http://crbug.com/371125 |
| - ['(OS=="linux" or OS=="android") and asan==0 and tsan==0 and use_ozone!=1 and buildtype!="Official"', { |
| + ['(OS=="linux" or OS=="android") and asan==0 and msan==0 and tsan==0 and use_ozone!=1 and buildtype!="Official"', { |
| 'target_defaults': { |
| 'ldflags': [ |
| '-Wl,-z,defs', |