aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/tests.gni
diff options
context:
space:
mode:
authorGravatar Brian Osman <brianosman@google.com>2018-06-13 17:21:19 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-06-14 11:30:47 +0000
commitf018b7d607a0859e2d6078578a9632144694072f (patch)
tree05967e1777d04753b1a5415eec53fbfcd170fc70 /gn/tests.gni
parentb57a861f183bfc6ae251297e3173faff0dc262f9 (diff)
SkColorSpaceXformSteps improvements and tests
Added some helper functions and put the booleans in a nested struct (this is motivated by upcoming changes). Added a unit test of steps against skcms, with round-tripping in both combinations. Change-Id: Iea3d60cd52edb5259b5576b1422ed6f856cde815 Reviewed-on: https://skia-review.googlesource.com/134660 Reviewed-by: Mike Klein <mtklein@google.com> Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
Diffstat (limited to 'gn/tests.gni')
-rw-r--r--gn/tests.gni1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/tests.gni b/gn/tests.gni
index 409d2317b4..5f028e8f45 100644
--- a/gn/tests.gni
+++ b/gn/tests.gni
@@ -139,6 +139,7 @@ tests_sources = [
"$_tests/MessageBusTest.cpp",
"$_tests/MetaDataTest.cpp",
"$_tests/MipMapTest.cpp",
+ "$_tests/NonlinearBlendingTest.cpp",
"$_tests/OnceTest.cpp",
"$_tests/OSPathTest.cpp",
"$_tests/OverAlignedTest.cpp",