blob: 6b97cd813157a7176c527ea4635707c087748883 [file] [log] [blame]
scroggo139491f2015-07-10 09:32:09 -07001# Copyright 2015 Google Inc.
2#
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
6# This allows us to build libwebp with a custom config.h file. It is currently
halcanary6950de62015-11-07 05:29:00 -08007# needed to work around https://bug.skia.org/4037 , but perhaps we might have another need
scroggo139491f2015-07-10 09:32:09 -07008# for it in the future.
9{
10 'include_dirs': [
11 '../third_party/libwebp/webp',
12 ],
13 'defines': [
14 'HAVE_CONFIG_H',
scroggo9ce386a2015-08-06 11:44:56 -070015 'WEBP_SWAP_16BIT_CSP',
scroggo139491f2015-07-10 09:32:09 -070016 ],
17}