aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar skcms-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com <skcms-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>2018-05-02 14:52:46 +0000
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-05-02 15:16:08 +0000
commit162b20399bcee2432e2a44730dd0ebf09235b86c (patch)
tree6326650a770070bdfe8bd38fef88f481cad88df2 /third_party
parentfcac00f2f19e345e813f38f7fc9372b6d6eebf4b (diff)
Roll skia/third_party/skcms 33bdf05..513d372 (1 commits)
https://skia.googlesource.com/skcms.git/+log/33bdf05..513d372 2018-05-02 mtklein@chromium.org list _all_ sources in BUILD.gn 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=brianosman@google.com Change-Id: Ib1c1f395221a350551f6e00979b31932536f9948 Reviewed-on: https://skia-review.googlesource.com/125322 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>
Diffstat (limited to 'third_party')
-rw-r--r--third_party/skcms/BUILD.gn19
-rwxr-xr-xthird_party/skcms/version.sha12
2 files changed, 19 insertions, 2 deletions
diff --git a/third_party/skcms/BUILD.gn b/third_party/skcms/BUILD.gn
index 8101f80db5..44439c41e6 100644
--- a/third_party/skcms/BUILD.gn
+++ b/third_party/skcms/BUILD.gn
@@ -19,7 +19,24 @@ source_set("skcms") {
}
defines = []
+ public = [
+ "skcms.h",
+ ]
sources = [
- "skcms.c",
+ "src/GaussNewton.c",
+ "src/GaussNewton.h",
+ "src/ICCProfile.c",
+ "src/LinearAlgebra.c",
+ "src/LinearAlgebra.h",
+ "src/Macros.h",
+ "src/PolyTF.c",
+ "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",
]
}
diff --git a/third_party/skcms/version.sha1 b/third_party/skcms/version.sha1
index 9dd9012a37..1284041000 100755
--- a/third_party/skcms/version.sha1
+++ b/third_party/skcms/version.sha1
@@ -1 +1 @@
-33bdf053cbce06980bc32d1caf2a02115825f0b0 \ No newline at end of file
+513d372c015ed44b5649308d45728708cdf956ee \ No newline at end of file