diff options
author | scroggo <scroggo@google.com> | 2015-03-17 05:25:54 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-17 05:25:54 -0700 |
commit | cdeca446197329de91d87d12ad689d03d7e4d261 (patch) | |
tree | 14784df8eb591511d7a3580ebec89636e4d16710 /gyp | |
parent | 493c1ce1cd406ef28683203146274154783452ce (diff) |
Revert "Indexed PNG decoding: Ensure color table is large enough that the bit depth of the image will not allow reads beyond its end."
This reverts commit 493c1ce1cd406ef28683203146274154783452ce.
NOTRY=true
NOTREECHECKS=true
TBR=egdaniel@google.com,dml@google.com
BUG=skia:
Review URL: https://codereview.chromium.org/1014553003
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/tests.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gyp/tests.gypi b/gyp/tests.gypi index f03488d95e..d4ca3af476 100644 --- a/gyp/tests.gypi +++ b/gyp/tests.gypi @@ -126,7 +126,6 @@ '../tests/ImageGeneratorTest.cpp', '../tests/ImageIsOpaqueTest.cpp', '../tests/ImageNewShaderTest.cpp', - '../tests/IndexedPngOverflowTest.cpp', '../tests/InfRectTest.cpp', '../tests/InterpolatorTest.cpp', '../tests/InvalidIndexedPngTest.cpp', |