skia2/third_party
Matt Sarett b733320ab1 Delete yasm config files
These aren't currently being used.

Our clients typically compile libjpeg-turbo themselves and use their
own yasm to build the .asm files.

For the libjpeg-turbo that we use to test, we don't compile the
.asm optimizations.  Maybe we should do this...  But while we don't
there is no need for the yasm config files.

BUG=skia:

Change-Id: I903a47ce444b6740b32fe8d99472c4d959058f7b
Reviewed-on: https://skia-review.googlesource.com/9238
Commit-Queue: Mike Klein <mtklein@chromium.org>
Reviewed-by: Mike Klein <mtklein@chromium.org>
2017-03-04 21:54:29 +00:00
..
angle2 Get latest ANGLE as of January 6, 2017 2017-01-11 15:12:40 +00:00
cpu-features
dng_sdk Reland "Build SkRawCodec in GN" 2016-10-31 09:02:57 -07:00
etc1
expat Strengthen is_official_build, update docs. 2017-03-03 15:41:24 +00:00
freetype/include/freetype-android Roll FreeType past 2.7.1. 2017-01-09 20:48:19 +00:00
freetype2 Strengthen is_official_build, update docs. 2017-03-03 15:41:24 +00:00
gif GIF: Only report a frame after knowing dependency 2017-01-30 21:22:29 +00:00
harfbuzz harfbuzz 1.3.0 → 1.4.2 2017-02-07 16:01:57 +00:00
icu Strengthen is_official_build, update docs. 2017-03-03 15:41:24 +00:00
imgui Integrate the ImGui library with viewer 2017-02-10 19:17:03 +00:00
jsoncpp Strengthen is_official_build, update docs. 2017-03-03 15:41:24 +00:00
libjpeg-turbo Strengthen is_official_build, update docs. 2017-03-03 15:41:24 +00:00
libmicrohttpd
libpng Strengthen is_official_build, update docs. 2017-03-03 15:41:24 +00:00
libsdl Remove unused files in third_party/libsdl. 2017-02-06 18:25:22 +00:00
libwebp Strengthen is_official_build, update docs. 2017-03-03 15:41:24 +00:00
lua Strengthen is_official_build, update docs. 2017-03-03 15:41:24 +00:00
native_app_glue Add Android viewer to GN 2016-10-21 15:19:32 +00:00
piex Reland "Build SkRawCodec in GN" 2016-10-31 09:02:57 -07:00
sfntly
zlib Strengthen is_official_build, update docs. 2017-03-03 15:41:24 +00:00
BUILD.gn
README
third_party.gni Allow most third_party targets to use system libraries if asked. 2016-11-01 16:17:38 +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.