aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/gn_to_bp.py
diff options
context:
space:
mode:
authorGravatar Chong Zhang <chz@google.com>2017-08-16 13:03:47 -0700
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-08-16 20:22:55 +0000
commitc2a954290dc3888f877a047098b84c24363895fb (patch)
tree8eb8361d87acc92276a2ddd2f79c95bb95cf24fd /gn/gn_to_bp.py
parent6269f71f7fe3a9fcbcece7ec2668fc3fcbb71732 (diff)
skia: add heif decoding support
Bug: b/64077740 Change-Id: I11e0243bcc4c21c0aa5aa29a719dd0fcba7ae6f7 Reviewed-on: https://skia-review.googlesource.com/35123 Reviewed-by: Chong Zhang <chz@google.com> Reviewed-by: Leon Scroggins <scroggo@google.com> Commit-Queue: Chong Zhang <chz@google.com> Commit-Queue: Leon Scroggins <scroggo@google.com>
Diffstat (limited to 'gn/gn_to_bp.py')
-rw-r--r--gn/gn_to_bp.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/gn/gn_to_bp.py b/gn/gn_to_bp.py
index 096c5eb280..9e2fa37c4b 100644
--- a/gn/gn_to_bp.py
+++ b/gn/gn_to_bp.py
@@ -32,6 +32,7 @@ tool_shared_libs = [
'libicui18n',
'libexpat',
'libft2',
+ 'libheif',
'libdng_sdk',
'libpiex',
'libcutils',
@@ -125,6 +126,7 @@ cc_library {
"libdng_sdk",
"libexpat",
"libft2",
+ "libheif",
"libicui18n",
"libicuuc",
"libjpeg",
@@ -196,6 +198,7 @@ cc_test {
gn_args = {
'is_official_build': 'true',
'skia_enable_tools': 'true',
+ 'skia_use_libheif': 'true',
'skia_use_vulkan': 'true',
'target_cpu': '"none"',
'target_os': '"android"',