mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-27 07:14:10 +08:00
00e6bd0887
Adds a zlib build file for when building standalone (rather than reusing Chromium's, though the code still Chromium's patched copy). The separate build file avoids including the code for minizip and other support targets (instead, only the main libzlib.a static_library is defined). The other libraries and executables won't build in the Crashpad repo, so having a local build file means that all targets defined in the GN build are buildable. generate_dump is passing an invalid handle to ProcessSnapshotFuchsia as there's not yet any utility to convert a pid to a handle. But that's no great loss, because ProcessSnapshotFuchsia doesn't do anything itself yet. Bug: crashpad:79, crashpad:196 Change-Id: I11c918a30b60cc071465c919315b45caab1de870 Reviewed-on: https://chromium-review.googlesource.com/809354 Commit-Queue: Scott Graham <scottmg@chromium.org> Reviewed-by: Mark Mentovai <mark@chromium.org>