aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/gn_to_bp.py
diff options
context:
space:
mode:
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 8248ef8edd..56fa3cc784 100644
--- a/gn/gn_to_bp.py
+++ b/gn/gn_to_bp.py
@@ -31,6 +31,7 @@ tool_shared_libs = [
'libicui18n',
'libexpat',
'libft2',
+ 'libheif',
'libdng_sdk',
'libpiex',
'libcutils',
@@ -124,6 +125,7 @@ cc_library {
"libdng_sdk",
"libexpat",
"libft2",
+ "libheif",
"libicui18n",
"libicuuc",
"libjpeg",
@@ -195,6 +197,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"',