• Home
Name Date Size #Lines LOC

..--

angle2/03-May-2024-1512

brotli/03-May-2024-2420

cpu-features/03-May-2024-1611

d3d12allocator/03-May-2024-1611

dng_sdk/03-May-2024-190180

etc1/03-May-2024-960654

expat/03-May-2024-8669

freetype2/03-May-2024-2,304334

harfbuzz/03-May-2024-475411

highway/03-May-2024-1612

icu/03-May-2024-1,1901,139

imgui/03-May-2024-3025

libjpeg-turbo/03-May-2024-120111

libjxl/03-May-2024-11397

libmicrohttpd/03-May-2024-5641

libpng/03-May-2024-8665

libwebp/03-May-2024-176168

lua/03-May-2024-6357

native_app_glue/03-May-2024-1611

oboe/03-May-2024-8579

piex/03-May-2024-2519

sfntly/03-May-2024-8076

skcms/03-May-2024-4,7183,638

spirv-cross/03-May-2024-3834

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

wuffs/03-May-2024-8072

zlib/03-May-2024-209189

BUILD.bazelD03-May-2024108.9 KiB2,4242,386

BUILD.gnD03-May-2024280 1512

READMED03-May-2024712 1410

file_map_for_bazel.jsonD03-May-20244.1 KiB9777

third_party.gniD03-May-20242.7 KiB111102

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