Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Unified Diff: third_party/qcms/BUILD.gn

Issue 1703553002: [qcms] Provide an API to compute xyY gamut area relative to NTSC 1953 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed whitespace and variable rename Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/qcms/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « no previous file | third_party/qcms/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698