2015-07-10 16:32:09 +00:00
|
|
|
# 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
|
2015-11-07 13:29:00 +00:00
|
|
|
# needed to work around https://bug.skia.org/4037 , but perhaps we might have another need
|
2015-07-10 16:32:09 +00:00
|
|
|
# for it in the future.
|
|
|
|
{
|
|
|
|
'include_dirs': [
|
|
|
|
'../third_party/libwebp/webp',
|
|
|
|
],
|
|
|
|
'defines': [
|
|
|
|
'HAVE_CONFIG_H',
|
2015-08-06 18:44:56 +00:00
|
|
|
'WEBP_SWAP_16BIT_CSP',
|
2015-07-10 16:32:09 +00:00
|
|
|
],
|
|
|
|
}
|