Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 27de0576926fbd294120aa0a3150399f1db28749..8033862cb738fbedda30081cd2e648bbae3a06cc 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -3306,6 +3306,8 @@ |
| ], |
| 'defines': [ |
| 'LEAK_SANITIZER', |
| + 'WTF_USE_LEAK_ANNOTATIONS=1', |
|
earthdok
2013/09/04 13:32:27
Do you really need a separate define for this?
|
| + 'WTF_USE_LEAK_SANITIZER=1', |
| ], |
| }], |
| ], |