ffae30db4a
With the move from SkData::NewXXX to SkData::MakeXXX most SkAutoTUnref<SkData> were changed to sk_sp<SkData>. However, there are still a few SkAutoTUnref<SkData> around, so clean them up. Review-Url: https://codereview.chromium.org/2212493002 |
||
---|---|---|
.. | ||
etc1 | ||
expat | ||
freetype/include/freetype-android | ||
giflib | ||
harfbuzz | ||
jsoncpp | ||
ktx | ||
libjpeg_turbo | ||
libmicrohttpd | ||
libpng | ||
libsdl | ||
libwebp | ||
lua | ||
qcms | ||
yasm | ||
zlib | ||
BUILD.gn | ||
README | ||
third_party.gni |
This directory contains a set of dependencies that are needed to build various components and tools within Skia. Some of these dependencies reside within the Skia repo, while others are pulled from other repositories and placed in the third_party/externals directory. These external dependencies are defined in a DEPS file and are kept up-to-date using 'gclient sync'.