Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index fd2fc1a27f7bb20afbcd70d6f3005e8589444e64..4bd04a62f77c596b57c8f65e2804acf519c71190 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -4492,7 +4492,7 @@ |
| ], |
| 'conditions': [ |
| # TODO(thestig): Enable this for disabled cases. |
| - [ 'buildtype!="Official" and chromeos==0 and asan==0 and lsan==0 and tsan==0 and msan==0 and ubsan==0 and ubsan_vptr==0', { |
| + [ 'buildtype!="Official" and chromeos==0 and release_valgrind_build==1 and asan==0 and lsan==0 and tsan==0 and msan==0 and ubsan==0 and ubsan_vptr==0', { |
|
Nico
2015/03/09 03:25:38
!= 1 though?
|
| 'ldflags': [ |
| '-Wl,--detect-odr-violations', |
| ], |