aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Brian Osman <brianosman@google.com>2018-04-23 13:31:56 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-04-23 17:55:10 +0000
commit670a290163a7de3766a7fab9c3b2dc21b3ee143e (patch)
tree022a6f81d3be59ca1d33014004d37988e549e73e /BUILD.gn
parent773a639d431a14295ac7ed02389d217733a7edcd (diff)
Enable skcms by default
This effectively switches Flutter and Android Framework to use skcms for color space transformation. Change-Id: I254f6a8614d6976ff13979ae0e745c49c334e5c6 Reviewed-on: https://skia-review.googlesource.com/123080 Commit-Queue: Brian Osman <brianosman@google.com> Reviewed-by: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 99d0d57a3f..3eb5c54430 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -30,7 +30,7 @@ declare_args() {
skia_use_zlib = true
skia_use_metal = false
skia_use_libheif = is_skia_dev_build
- skia_use_skcms = is_skia_dev_build
+ skia_use_skcms = true
skia_android_serial = ""
skia_enable_discrete_gpu = true