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

Unified Diff: gyp/tests.gypi

Issue 951663002: Fix a memory leak when decoding corrupted indexed PNGs. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Disable test on platforms that don't use libpng Created 5 years, 9 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 | « no previous file | src/images/SkImageDecoder_libpng.cpp » ('j') | tests/InvalidIndexedPngTest.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/tests.gypi
diff --git a/gyp/tests.gypi b/gyp/tests.gypi
index 3acb825da49a0a770f75d395e43d98ce865b3686..d4ca3af476472cae096908104e64613a675dd0b1 100644
--- a/gyp/tests.gypi
+++ b/gyp/tests.gypi
@@ -128,6 +128,7 @@
'../tests/ImageNewShaderTest.cpp',
'../tests/InfRectTest.cpp',
'../tests/InterpolatorTest.cpp',
+ '../tests/InvalidIndexedPngTest.cpp',
'../tests/JpegTest.cpp',
'../tests/KtxTest.cpp',
'../tests/LListTest.cpp',
« no previous file with comments | « no previous file | src/images/SkImageDecoder_libpng.cpp » ('j') | tests/InvalidIndexedPngTest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698