aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorLeon Scroggins <scroggo@google.com>2018-08-24 21:41:24 +0000
committerSkia Commit-Bot <skia-commit-bot@chromium.org>2018-08-24 21:41:37 +0000
commit83988edfd3256dc822b961362aad7fbc3e0cdabc (patch)
tree095dab15d9349f606011b3f25bc92c4db6ac2601 /BUILD.gn
parent8c8b0462df8b3548d0d2b6c4287134133474e4b4 (diff)
downloadskqp-83988edfd3256dc822b961362aad7fbc3e0cdabc.tar.gz
Revert "Reland "Switch SkCodec to use skcms" plus fixes"
This reverts commit 49894f450fb155f4f236067109abd9017c85096e. Reason for revert: Breaking a CTS test on the Android roll: java.lang.AssertionError: expected:<67043583> but was:<50266367> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:631) at android.graphics.cts.BitmapColorSpaceTest.verifyGetPixel(BitmapColorSpaceTest.java:301) at android.graphics.cts.BitmapColorSpaceTest.inColorSpaceP3ToSRGB(BitmapColorSpaceTest.java:612) Expected: 3FF00FF Actual: 2FF00FF Original change's description: > Reland "Switch SkCodec to use skcms" plus fixes > > This reverts commit 33d5394d08f645a9f612ba96115acb0e8408a97c, > relanding 81886e8f9461c7049751c6a2c194a1df632dd362 as well as > "Fix CMYK handling in JPEG codec" (commit > f8ae5ce20cf6df2dab4149fb2838d9d8dc6bd1af) > > Add a test based on the CTS test that failed in the original commit. > purple-displayprofile.png is the image used in the CTS test, with the > Android license. > > This also adds a fix for SkAndroidCodec, ensuring that we continue to > use a wide gamut SkColorSpace for images that do not have a numerical > transfer function and have a wide gamut. This includes a test, with > wide-gamut.png, which was created with Photoshop and the profile > "sRGB_Calibrated_Homogeneous.icc" from the skcms tree. > > Bug: skia:6839 > Bug: skia:8052 > Bug: skia:8278 > > TBR=djsollen@google.com > As with the original, no API change > > Change-Id: I4e5bba6a3151f9dc6491e8eda73d4de0535bd692 > Reviewed-on: https://skia-review.googlesource.com/149043 > Commit-Queue: Leon Scroggins <scroggo@google.com> > Reviewed-by: Brian Osman <brianosman@google.com> > Reviewed-by: Leon Scroggins <scroggo@google.com> TBR=djsollen@google.com,mtklein@google.com,scroggo@google.com,brianosman@google.com Change-Id: Ie71e1fecc26de8225d2fe603765c1e1e0d738634 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: skia:6839, skia:8052, skia:8278 Reviewed-on: https://skia-review.googlesource.com/149262 Reviewed-by: Leon Scroggins <scroggo@google.com> Commit-Queue: Leon Scroggins <scroggo@google.com>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 0 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 3369a9a179..9019cea1f1 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -863,7 +863,6 @@ component("skia") {
"src/codec/SkCodec.cpp",
"src/codec/SkCodecImageGenerator.cpp",
"src/codec/SkColorTable.cpp",
- "src/codec/SkEncodedInfo.cpp",
"src/codec/SkGifCodec.cpp",
"src/codec/SkMaskSwizzler.cpp",
"src/codec/SkMasks.cpp",