Exclude Skia's copy of libjpeg-turbo from the license crawl (#4432)

This commit is contained in:
Jason Simmons 2017-12-08 11:50:13 -08:00 committed by GitHub
parent c3f18b90e0
commit 2cf9ed094e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1809,6 +1809,7 @@ class RepositorySkiaThirdPartyDirectory extends RepositoryGenericThirdPartyDirec
bool shouldRecurse(fs.IoNode entry) {
return entry.name != 'giflib' // contains nothing that ends up in the binary executable
&& entry.name != 'freetype' // we use our own version
&& entry.name != 'libjpeg-turbo' // we use our own version
&& entry.name != 'libpng' // we use our own version
&& entry.name != 'lua' // not linked in
&& entry.name != 'yasm' // build tool (assembler)