skia2/third_party
Mike Reed 5d032ecb8f Revert "always optimize third_party code"
This reverts commit c766370d86.

Reason for revert: speculative -- trying to fix Debian breaks (pdf?)

Original change's description:
> always optimize third_party code
> 
> Change-Id: I5b2244460a4760e9336640f597d0f74c374a0d04
> Reviewed-on: https://skia-review.googlesource.com/155641
> Commit-Queue: Mike Klein <mtklein@google.com>
> Commit-Queue: Brian Osman <brianosman@google.com>
> Auto-Submit: Mike Klein <mtklein@google.com>
> Reviewed-by: Brian Osman <brianosman@google.com>

TBR=mtklein@google.com,brianosman@google.com

Change-Id: I5467c95f9487c31e6f538f13579e490cdaeeee2e
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://skia-review.googlesource.com/155607
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Reed <reed@google.com>
2018-09-19 19:55:58 +00:00
..
angle2 Another manual ANGLE roll 2018-08-30 21:31:47 +00:00
cpu-features
dng_sdk
expat
freetype2 Roll FreeType to pick up color stuff. 2018-05-31 15:10:13 +00:00
gif Rename SkCodec::kNone to SkCodec::kNoFrame 2018-08-22 14:49:56 +00:00
googletest
harfbuzz Make SkShaper a module 2018-05-30 04:04:07 +00:00
icu
imgui
jsoncpp
libjpeg-turbo Update libjpeg-turbo to the official 2.0.0 2018-08-21 13:28:01 +00:00
libmicrohttpd
libpng Ignore PLTE chunks in non-palette PNGs 2018-08-27 15:05:47 +00:00
libsdl
libwebp
lua
native_app_glue
Nima-Cpp added NIMA sample to showcase animations 2018-06-19 20:30:28 +00:00
piex
sfntly
skcms Roll skia/third_party/skcms 710aa46f904e..b9dc92669da2 (1 commits) 2018-09-12 20:59:40 +00:00
spirv-headers
spirv-tools
vulkan Add support for vulkan extensions needed for AHardwareBuffers. 2018-08-27 20:19:58 +00:00
vulkanmemoryallocator Use our own checked in Vulkan header to build skia source code. 2018-08-01 16:52:20 +00:00
zlib
BUILD.gn
README
third_party.gni Revert "always optimize third_party code" 2018-09-19 19:55:58 +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.