aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/skcms/skcms.gni
blob: 64eeb161111bf54a86df49f6ae359c5cc95181ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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 = [
  "src/Curve.c",
  "src/Curve.h",
  "src/GaussNewton.c",
  "src/GaussNewton.h",
  "src/ICCProfile.c",
  "src/LinearAlgebra.c",
  "src/LinearAlgebra.h",
  "src/Macros.h",
  "src/PortableMath.c",
  "src/PortableMath.h",
  "src/RandomBytes.h",
  "src/TransferFunction.c",
  "src/TransferFunction.h",
  "src/Transform.c",
  "src/Transform.h",
  "src/Transform_inl.h",
]