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>
diff --git a/third_party/skcms/BUILD.gn b/third_party/skcms/BUILD.gn
deleted file mode 100644
index d4e5220..0000000
--- 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 a7ddc51..14bc5ef 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