139491fbaa
DEPS: Update to pull v0.4.3 of libwebp from upstream gyp/libwebp.gyp: Add new files, as referenced by the gyp file used by Chromium. resource/tests: Add regression tests for particular images. BUG=skia:3442 BUG=skia:3315 BUG=skia:3429 Committed: https://skia.googlesource.com/skia/+/3aa0fb4d80c76b559ff4b82d5e569993aea06da1 Review URL: https://codereview.chromium.org/1178013008
17 lines
421 B
Python
17 lines
421 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 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',
|
|
],
|
|
}
|