| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| angle2/ | 04-Jul-2025 | - | 16 | 13 | ||
| brotli/ | 04-Jul-2025 | - | 25 | 21 | ||
| cpu-features/ | 04-Jul-2025 | - | 16 | 11 | ||
| d3d12allocator/ | 04-Jul-2025 | - | 16 | 11 | ||
| delaunator/ | 04-Jul-2025 | - | 15 | 11 | ||
| dng_sdk/ | 04-Jul-2025 | - | 181 | 172 | ||
| etc1/ | 04-Jul-2025 | - | 974 | 667 | ||
| expat/ | 04-Jul-2025 | - | 378 | 233 | ||
| freetype2/ | 04-Jul-2025 | - | 2,365 | 376 | ||
| harfbuzz/ | 04-Jul-2025 | - | 654 | 587 | ||
| highway/ | 04-Jul-2025 | - | 16 | 12 | ||
| icu/ | 04-Jul-2025 | - | 1,184 | 1,129 | ||
| icu4x/ | 04-Jul-2025 | - | 34 | 28 | ||
| icu_bidi/ | 04-Jul-2025 | - | 44 | 40 | ||
| imgui/ | 04-Jul-2025 | - | 30 | 25 | ||
| libavif/ | 04-Jul-2025 | - | 47 | 40 | ||
| libgav1/ | 04-Jul-2025 | - | 267 | 261 | ||
| libgrapheme/ | 04-Jul-2025 | - | 178 | 148 | ||
| libjpeg-turbo/ | 04-Jul-2025 | - | 192 | 171 | ||
| libjxl/ | 04-Jul-2025 | - | 113 | 97 | ||
| libpng/ | 04-Jul-2025 | - | 93 | 71 | ||
| libwebp/ | 04-Jul-2025 | - | 184 | 176 | ||
| libyuv/ | 04-Jul-2025 | - | 72 | 67 | ||
| lua/ | 04-Jul-2025 | - | 63 | 57 | ||
| native_app_glue/ | 04-Jul-2025 | - | 16 | 11 | ||
| oboe/ | 04-Jul-2025 | - | 85 | 79 | ||
| perfetto/ | 04-Jul-2025 | - | 18 | 15 | ||
| piex/ | 04-Jul-2025 | - | 25 | 19 | ||
| spirv-cross/ | 04-Jul-2025 | - | 38 | 34 | ||
| vello/ | 04-Jul-2025 | - | 1,065 | 885 | ||
| vulkanmemoryallocator/ | 04-Jul-2025 | - | 13 | 10 | ||
| wuffs/ | 04-Jul-2025 | - | 80 | 72 | ||
| zlib/ | 04-Jul-2025 | - | 327 | 269 | ||
| BUILD.gn | D | 04-Jul-2025 | 280 | 15 | 12 | |
| README | D | 04-Jul-2025 | 860 | 16 | 12 | |
| go.mod | D | 04-Jul-2025 | 122 | 4 | 2 | |
| third_party.gni | D | 04-Jul-2025 | 2.7 KiB | 112 | 103 |
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 14We, the Skia team, write Bazel rules for these third_party libraries if they do not have their own. 15We maintain these Bazel rules in //bazel/external. 16