From c2a954290dc3888f877a047098b84c24363895fb Mon Sep 17 00:00:00 2001 From: Chong Zhang Date: Wed, 16 Aug 2017 13:03:47 -0700 Subject: skia: add heif decoding support Bug: b/64077740 Change-Id: I11e0243bcc4c21c0aa5aa29a719dd0fcba7ae6f7 Reviewed-on: https://skia-review.googlesource.com/35123 Reviewed-by: Chong Zhang Reviewed-by: Leon Scroggins Commit-Queue: Chong Zhang Commit-Queue: Leon Scroggins --- gn/gn_to_bp.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gn/gn_to_bp.py') 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"', -- cgit v1.2.3