diff options
author | Ben Wagner <bungeman@google.com> | 2016-10-24 14:11:12 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2016-10-24 19:26:22 +0000 |
commit | d0a3b06ce2155b5455c8827415e4505c328b9003 (patch) | |
tree | ba430775dc602d2ded7dbb78c70c4b8473fd3cd7 /gyp | |
parent | 85d301745a9031b13f1b716f07e1041f2fdd1ce3 (diff) |
Add gif sources to public.bzl.
This also removes SK_HAS_GIF_LIBRARY since it does not appear in the
code.
Change-Id: I6e4d6ed560eb2877e6db61edf15f6be832166b44
Reviewed-on: https://skia-review.googlesource.com/3752
Reviewed-by: Leon Scroggins <scroggo@google.com>
Commit-Queue: Ben Wagner <bungeman@google.com>
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/common_conditions.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi index e1e657a981..62dba4b722 100644 --- a/gyp/common_conditions.gypi +++ b/gyp/common_conditions.gypi @@ -15,7 +15,6 @@ # are missing some of the required decoding libraries may choose # not to define these. This will disable some decoder and encoder # features. - 'SK_HAS_GIF_LIBRARY', 'SK_HAS_JPEG_LIBRARY', 'SK_HAS_PNG_LIBRARY', 'SK_HAS_WEBP_LIBRARY', |