Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
angle2/ | 03-May-2024 | - | 15 | 12 | ||
brotli/ | 03-May-2024 | - | 24 | 20 | ||
cpu-features/ | 03-May-2024 | - | 16 | 11 | ||
d3d12allocator/ | 03-May-2024 | - | 16 | 11 | ||
dng_sdk/ | 03-May-2024 | - | 190 | 180 | ||
etc1/ | 03-May-2024 | - | 960 | 654 | ||
expat/ | 03-May-2024 | - | 86 | 69 | ||
freetype2/ | 03-May-2024 | - | 2,304 | 334 | ||
harfbuzz/ | 03-May-2024 | - | 475 | 411 | ||
highway/ | 03-May-2024 | - | 16 | 12 | ||
icu/ | 03-May-2024 | - | 1,190 | 1,139 | ||
imgui/ | 03-May-2024 | - | 30 | 25 | ||
libjpeg-turbo/ | 03-May-2024 | - | 120 | 111 | ||
libjxl/ | 03-May-2024 | - | 113 | 97 | ||
libmicrohttpd/ | 03-May-2024 | - | 56 | 41 | ||
libpng/ | 03-May-2024 | - | 86 | 65 | ||
libwebp/ | 03-May-2024 | - | 176 | 168 | ||
lua/ | 03-May-2024 | - | 63 | 57 | ||
native_app_glue/ | 03-May-2024 | - | 16 | 11 | ||
oboe/ | 03-May-2024 | - | 85 | 79 | ||
piex/ | 03-May-2024 | - | 25 | 19 | ||
sfntly/ | 03-May-2024 | - | 80 | 76 | ||
skcms/ | 03-May-2024 | - | 4,718 | 3,638 | ||
spirv-cross/ | 03-May-2024 | - | 38 | 34 | ||
vulkanmemoryallocator/ | 03-May-2024 | - | 19,171 | 12,859 | ||
wuffs/ | 03-May-2024 | - | 80 | 72 | ||
zlib/ | 03-May-2024 | - | 209 | 189 | ||
BUILD.bazel | D | 03-May-2024 | 108.9 KiB | 2,424 | 2,386 | |
BUILD.gn | D | 03-May-2024 | 280 | 15 | 12 | |
README | D | 03-May-2024 | 712 | 14 | 10 | |
file_map_for_bazel.json | D | 03-May-2024 | 4.1 KiB | 97 | 77 | |
third_party.gni | D | 03-May-2024 | 2.7 KiB | 111 | 102 |
README
1The third_party directory contains a set of dependencies from outside sources 2that are needed to build various components and tools within Skia. 3 4Some of these dependencies reside within the Skia repo, while others are pulled 5from other repositories and placed in the third_party/externals directory 6during build. These external dependencies are defined in a DEPS file. 7 8Products in third_party are subject to their own respective license terms. The 9license for each project should be included in the source itself via a license 10header or file. If the source itself does not include a license header or file, 11create a README that refers to reliable documentation of the project's license 12terms on the web. 13 14