aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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