chromium: fix crashpad build

This commit is contained in:
Yuriy Taraday 2018-05-12 04:19:44 +04:00
parent a4867b30d1
commit 584006a85e

View File

@ -198,8 +198,10 @@ let
tar -xJf ${freetype_source}
# remove unused third-party
# in third_party/crashpad third_party/zlib contains just a header-adapter
for lib in ${toString gnSystemLibraries}; do
find -type f -path "*third_party/$lib/*" \
\! -path "*third_party/crashpad/crashpad/third_party/zlib/*" \
\! -path "*third_party/$lib/chromium/*" \
\! -path "*third_party/$lib/google/*" \
\! -path "*base/third_party/icu/*" \