aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/skcms/skcms.gni
blob: fbd816cf4eef96436f078a31bd2cc95ae4438da2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2018 Google Inc.
#
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

skcms_sources = [
  "skcms.h",
  "skcms_internal.h",
  "src/Curve.c",
  "src/ICCProfile.c",
  "src/LinearAlgebra.c",
  "src/PortableMath.c",
  "src/TransferFunction.c",
  "src/Transform.c",
  "src/Transform_inl.h",
]