android_mt6572_jiabo/external/skia/gyp/libwebp_skia.gypi
2025-09-05 16:56:03 +08:00

17 lines
460 B
Python

# Copyright 2015 Google Inc.
#
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# This allows us to build libwebp with a custom config.h file. It is currently
# needed to work around https://bug.skia.org/4037 , but perhaps we might have another need
# for it in the future.
{
'include_dirs': [
'../third_party/libwebp/webp',
],
'defines': [
'HAVE_CONFIG_H',
'WEBP_SWAP_16BIT_CSP',
],
}