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

Unified Diff: third_party/qcms/BUILD.gn

Issue 1374953003: Expand QCMS tests. Add Munsell test for transform accuracy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test size Created 5 years, 3 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') | third_party/qcms/qcms.gyp » ('J')
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 b8942311448df2dfd420ac9b5273fc3184846077..71541e888f220a260d02f8007802ed5c6c135dd0 100644
--- a/third_party/qcms/BUILD.gn
+++ b/third_party/qcms/BUILD.gn
@@ -43,6 +43,8 @@ if (current_cpu == "x86" || current_cpu == "x64") {
executable("qcms_test") {
Noel Gordon 2015/10/07 12:26:31 qcms_test -> qcms_tests
radu.velea 2015/10/07 13:22:35 Done.
defines = [ "SSE2_ENABLE" ]
sources = [
+ "src/tests/qcms_test_main.c",
+ "src/tests/qcms_test_munsell.c",
"src/tests/qcms_test_tetra_clut_rgba.c",
]
« no previous file with comments | « no previous file | third_party/qcms/README.chromium » ('j') | third_party/qcms/qcms.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698