Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: build/common.gypi

Issue 23460014: [chromium]: Annotate StringImpl::createStatic leak for LeakSanitizer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: First patch in set of patch to annotate known leaks in blink. Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « AUTHORS ('k') | tools/lsan/suppressions.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
}],
],
« no previous file with comments | « AUTHORS ('k') | tools/lsan/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698