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>
This commit is contained in:
parent
7854e37d66
commit
af0f79c286
28
third_party/skcms/BUILD.gn
vendored
28
third_party/skcms/BUILD.gn
vendored
@ -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
|
||||
}
|
2
third_party/skcms/version.sha1
vendored
2
third_party/skcms/version.sha1
vendored
@ -1 +1 @@
|
||||
a7e79c5f3f8b2ac778d7ef6fb28d81a79be5debb
|
||||
5cc905db968da1cad33f473f2d7700972bb959a1
|
Loading…
Reference in New Issue
Block a user