aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/skcms
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-16 18:00:40 +0000
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-05-16 19:12:03 +0000
commitaf0f79c286ac955a94b2a0834099f3abd61584b5 (patch)
tree066a27b95515f858b545bc71b2e946eeadaeae12 /third_party/skcms
parent7854e37d66a28fa1ee7a2aba87b5e5508aaa6e51 (diff)
Roll skia/third_party/skcms a7e79c5..5cc905d (1 commits)
https://skia.googlesource.com/skcms.git/+log/a7e79c5..5cc905d 2018-05-16 mtklein@chromium.org remove 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=herb@google.com Change-Id: I97601850cec8011097ec66d8ece8efd50e86c41c Reviewed-on: https://skia-review.googlesource.com/128640 Reviewed-by: skcms-skia-autoroll <skcms-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skcms-skia-autoroll <skcms-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Diffstat (limited to 'third_party/skcms')
-rw-r--r--third_party/skcms/BUILD.gn28
-rwxr-xr-xthird_party/skcms/version.sha12
2 files changed, 1 insertions, 29 deletions
diff --git a/third_party/skcms/BUILD.gn b/third_party/skcms/BUILD.gn
deleted file mode 100644
index d4e5220e2f..0000000000
--- a/third_party/skcms/BUILD.gn
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2018 Google Inc.
-#
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-import("skcms.gni")
-
-config("skcms_public") {
- include_dirs = [ "." ]
-}
-
-source_set("skcms") {
- public_configs = [ ":skcms_public" ]
-
- cflags = []
- if (!is_win || is_clang) {
- cflags += [
- "-w",
- "-std=c11",
- ]
- }
-
- defines = [ "SKCMS_LEGACY_POWF" ]
- public = [
- "skcms.h",
- ]
- sources = skcms_sources
-}
diff --git a/third_party/skcms/version.sha1 b/third_party/skcms/version.sha1
index a7ddc513c7..14bc5efe03 100755
--- a/third_party/skcms/version.sha1
+++ b/third_party/skcms/version.sha1
@@ -1 +1 @@
-a7e79c5f3f8b2ac778d7ef6fb28d81a79be5debb \ No newline at end of file
+5cc905db968da1cad33f473f2d7700972bb959a1 \ No newline at end of file