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

Unified Diff: gyp/dm.gypi

Issue 2295153003: Build LSAN suppressions into the test binaries. (Closed)
Patch Set: add back __strdup() Created 4 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 | « gyp/bench.gyp ('k') | tools/LsanSuppressions.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/dm.gypi
diff --git a/gyp/dm.gypi b/gyp/dm.gypi
index fab2f917ffe5460a5799770e9017d0b29eb0fc18..bc19ee4ddb88c230791c78208c8f6cbb0df11f86 100644
--- a/gyp/dm.gypi
+++ b/gyp/dm.gypi
@@ -46,12 +46,13 @@
'../gm/gm.cpp',
'../src/utils/SkMultiPictureDocumentReader.cpp',
+ '../tools/LsanSuppressions.cpp',
'../tools/debugger/SkDebugCanvas.cpp',
'../tools/debugger/SkDrawCommand.cpp',
'../tools/debugger/SkJsonWriteBuffer.cpp',
'../tools/debugger/SkObjectParser.cpp',
- '../tools/debugger/SkOverdrawMode.h',
'../tools/debugger/SkOverdrawMode.cpp',
+ '../tools/debugger/SkOverdrawMode.h',
],
'conditions': [
[ 'skia_gpu == 1', {
« no previous file with comments | « gyp/bench.gyp ('k') | tools/LsanSuppressions.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698