Update Android FreeType version.
authorbungeman <bungeman@google.com>
Tue, 27 Oct 2015 15:39:39 +0000 (08:39 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 27 Oct 2015 15:39:39 +0000 (08:39 -0700)
commit13dd023882d675cf0f728a8037858a05858397b8
tree093ea342d4a92df35e56c5976462c9ca0ad9e175
parent27c172885f6e37d9107d4c563ef7988734e68506
Update Android FreeType version.

Update FreeType to a newer version. Because this caused issues in
finding the correct ftoptions.h and ftmodule.h [1], be sure to state
the ones we want explicitly.

This also add gzip.c which is needed for WOFF support [2].

[1] FreeType "Simplify header file hierarchy."
    fae382076409db198dfbff36ac4cbb97b05b30a1

[2] FreeType "[gzip] New function `FT_Gzip_Uncompress'."
    dc240524ff31891a442225430b28e9620c1fa89f

Review URL: https://codereview.chromium.org/833103004
DEPS
gyp/freetype.gyp
gyp/freetype.gypi
third_party/freetype/include/freetype-android/ftmodule.h [new file with mode: 0644]
third_party/freetype/include/freetype-android/ftoption.h [new file with mode: 0644]
third_party/freetype/include_overrides/freetype/config/ftmodule.h [deleted file]
third_party/freetype/include_overrides/freetype/config/ftoption.h [deleted file]