• Home
Name Date Size #Lines LOC

..--

angle2/12-May-2024-1512

brotli/12-May-2024-2420

cpu-features/12-May-2024-1611

d3d12allocator/12-May-2024-1611

dng_sdk/12-May-2024-190180

etc1/12-May-2024-960654

expat/12-May-2024-8669

externals/12-May-2024-15,734,23913,147,790

freetype2/12-May-2024-2,271339

harfbuzz/12-May-2024-515444

icu/12-May-2024-1,2431,187

imgui/12-May-2024-2318

libjpeg-turbo/12-May-2024-120111

libmicrohttpd/12-May-2024-5641

libpng/12-May-2024-9170

libwebp/12-May-2024-176168

lua/12-May-2024-6357

musl_compat/12-May-2024-5137

native_app_glue/12-May-2024-1611

oboe/12-May-2024-8579

piex/12-May-2024-2519

sfntly/12-May-2024-8076

skcms/12-May-2024-4,7163,636

spirv-cross/12-May-2024-3834

vulkanmemoryallocator/12-May-2024-19,17112,859

wuffs/12-May-2024-8072

zlib/12-May-2024-209189

BUILD.bazelD12-May-202431.8 KiB784762

BUILD.gnD12-May-2024280 1512

READMED12-May-2024712 1410

third_party.gniD12-May-20243.1 KiB121110

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