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, 0 insertions, 3 deletions
diff --git a/gn/gn_to_bp.py b/gn/gn_to_bp.py
index 56fa3cc784..8248ef8edd 100644
--- a/gn/gn_to_bp.py
+++ b/gn/gn_to_bp.py
@@ -31,7 +31,6 @@ tool_shared_libs = [
'libicui18n',
'libexpat',
'libft2',
- 'libheif',
'libdng_sdk',
'libpiex',
'libcutils',
@@ -125,7 +124,6 @@ cc_library {
"libdng_sdk",
"libexpat",
"libft2",
- "libheif",
"libicui18n",
"libicuuc",
"libjpeg",
@@ -197,7 +195,6 @@ 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"',