| Index: third_party/qcms/BUILD.gn
|
| diff --git a/third_party/qcms/BUILD.gn b/third_party/qcms/BUILD.gn
|
| index 46eaab16f318d23e393c6f9d3ea5ea8e6926ecb8..cfb042bf138279acf8b614549f8fb7021321ccf0 100644
|
| --- a/third_party/qcms/BUILD.gn
|
| +++ b/third_party/qcms/BUILD.gn
|
| @@ -22,6 +22,7 @@ source_set("qcms") {
|
| "src/matrix.c",
|
| "src/matrix.h",
|
| "src/qcms.h",
|
| + "src/qcms_util.c",
|
| "src/qcmsint.h",
|
| "src/qcmstypes.h",
|
| "src/transform.c",
|
| @@ -55,6 +56,7 @@ if (!disable_qcms && (current_cpu == "x86" || current_cpu == "x64")) {
|
| "src/tests/qcms_test_internal_srgb.c",
|
| "src/tests/qcms_test_main.c",
|
| "src/tests/qcms_test_munsell.c",
|
| + "src/tests/qcms_test_ntsc_gamut.c",
|
| "src/tests/qcms_test_tetra_clut_rgba.c",
|
| ]
|
|
|
|
|