dcc69a507d
https://skia.googlesource.com/skcms.git/+log/5bfec77..b01dbd2 2018-05-23 brianosman@google.com Recover the original primaries (using CHAD) when emitting gamut diagrams The AutoRoll server is located here: https://skcms-skia-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel TBR=allanmac@google.com Change-Id: I7501f2628fa30a57f445c99ade1184eea6a8bdcc Reviewed-on: https://skia-review.googlesource.com/129709 Commit-Queue: skcms-skia-autoroll <skcms-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by: skcms-skia-autoroll <skcms-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
23 lines
494 B
Plaintext
23 lines
494 B
Plaintext
# Copyright 2018 Google Inc.
|
|
#
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
skcms_sources = [
|
|
"src/Curve.c",
|
|
"src/Curve.h",
|
|
"src/ICCProfile.c",
|
|
"src/ICCProfile.h",
|
|
"src/LinearAlgebra.c",
|
|
"src/LinearAlgebra.h",
|
|
"src/Macros.h",
|
|
"src/PortableMath.c",
|
|
"src/PortableMath.h",
|
|
"src/RandomBytes.h",
|
|
"src/TransferFunction.c",
|
|
"src/TransferFunction.h",
|
|
"src/Transform.c",
|
|
"src/Transform.h",
|
|
"src/Transform_inl.h",
|
|
]
|