| Index: gyp/libwebp_skia.gypi
|
| diff --git a/gyp/libwebp_skia.gypi b/gyp/libwebp_skia.gypi
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4c97505433306affe287b0ade946930eee62ed99
|
| --- /dev/null
|
| +++ b/gyp/libwebp_skia.gypi
|
| @@ -0,0 +1,16 @@
|
| +# 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 skbug.com/4037, but perhaps we might have another need
|
| +# for it in the future.
|
| +{
|
| + 'include_dirs': [
|
| + '../third_party/libwebp/webp',
|
| + ],
|
| + 'defines': [
|
| + 'HAVE_CONFIG_H',
|
| + ],
|
| +}
|
|
|