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

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: Created 5 years, 10 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 53f3555a584c095e17de3239d43dc6f6e538ac4a..280cfa2acc62b2f1469bba5148c7f8d926a0c7e4 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