aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/ports.gyp
diff options
context:
space:
mode:
authorGravatar msarett <msarett@google.com>2016-06-01 07:55:30 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-06-01 07:55:30 -0700
commit740cc88ee3d63c75e52d31238f2a32600cc57a8c (patch)
tree06e999c848a7e0eb99c76d52ab949eda5cdddf86 /gyp/ports.gyp
parent30e78c9737ff4861dc4e3fa1e4cd010680ed6965 (diff)
Create SkColorSpaceXform to handle color conversions
Also adds testing of qcms color correction, so we can compare SkColorSpaceXform outputs to qcms outputs. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1952063002 Review-Url: https://codereview.chromium.org/1952063002
Diffstat (limited to 'gyp/ports.gyp')
-rw-r--r--gyp/ports.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/ports.gyp b/gyp/ports.gyp
index 6b29052144..536ae9ce49 100644
--- a/gyp/ports.gyp
+++ b/gyp/ports.gyp
@@ -14,6 +14,7 @@
'core.gyp:*',
'qcms.gyp:qcms',
],
+ 'export_dependent_settings': [ 'qcms.gyp:qcms', ],
'include_dirs': [
'../include/effects',
'../include/client/android',