skia2/third_party
Herb Derby adf9d21704 Update header list for spirv-tools
Change-Id: I92fd8dbdc5fc1f2a3e52c1fcda7b5740d8978219
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/280608
Reviewed-by: Mike Klein <mtklein@google.com>
Reviewed-by: Sean Gilhuly <sgilhuly@chromium.org>
Auto-Submit: Herb Derby <herb@google.com>
Commit-Queue: Herb Derby <herb@google.com>
2020-03-31 18:20:27 +00:00
..
angle2 Fix cmake angle build on linux. 2020-03-19 21:10:56 +00:00
cpu-features
dawn Roll Dawn and add dependencies 2020-03-30 18:52:06 +00:00
dng_sdk
etc1 AFAICT, only gm/etc1 uses third_party/etc1 2019-04-24 18:57:58 +00:00
expat
freetype2 [canvaskit] Fix support for fonts with CFF 2020-01-29 12:39:55 +00:00
glslang Roll Dawn and add dependencies 2020-03-30 18:52:06 +00:00
harfbuzz Roll ICU and Harfbuzz 2019-12-26 18:13:42 +00:00
icu Fix CMake build 2019-12-26 19:33:42 +00:00
imgui GLSL editing in Viewer 2019-04-12 16:23:54 +00:00
libjpeg-turbo build libjpeg-turbo with -DUSE_CLZ_INTRINSIC 2020-01-02 18:06:36 +00:00
libmicrohttpd
libpng IWYU for tests A-D. 2019-05-07 14:24:15 +00:00
libsdl
libwebp
lua
native_app_glue
opencl
piex
sfntly rewrite *.gn and #includes on CheckGeneratedFiles bot 2019-07-25 20:48:33 +00:00
shaderc Roll Dawn and add dependencies 2020-03-30 18:52:06 +00:00
skcms Roll skia/third_party/skcms cbf3b9df1ae1..bd0abcd0646a (1 commits) 2020-03-24 18:03:33 +00:00
spirv-cross Roll Dawn and add dependencies 2020-03-30 18:52:06 +00:00
spirv-headers
spirv-tools Update header list for spirv-tools 2020-03-31 18:20:27 +00:00
vulkanmemoryallocator rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
wuffs
zlib
BUILD.gn
README
third_party.gni let's try to fix nullptr + k 2020-01-31 19:24:21 +00:00

The third_party directory contains a set of dependencies from outside sources
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
during build. These external dependencies are defined in a DEPS file.

Products in third_party are subject to their own respective license terms.  The
license for each project should be included in the source itself via a license
header or file.  If the source itself does not include a license header or file,
create a README that refers to reliable documentation of the project's license
terms on the web.