mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-15 10:07:56 +08:00
439ba730c5
- Pulls in cpp-httplib for test-only usage in third_party/. - Replaces http_transport_test_server.py with .cc server. - Remove unnecessary Go toolchain pull. This was planned to be used for the test server, but the toolchain integration was too messy when covering all target platforms/configs. Bug: crashpad:196, crashpad:227, crashpad:30 Change-Id: I5990781473dcadfcc036fbe711c02928638ff851 Reviewed-on: https://chromium-review.googlesource.com/1013293 Reviewed-by: Robert Sesek <rsesek@chromium.org> Commit-Queue: Scott Graham <scottmg@chromium.org>
Name: cpp-httplib Short Name: cpp-httplib URL: https://github.com/yhirose/cpp-httplib Revision: 4320d7ba3e8b7388e1443eb54c039a1304cf7a6b License: MIT License File: cpp-httplib/LICENSE Security Critical: no (test only) Description: A C++11 header-only HTTP library. Local Modifications: - Exclude test/ and example/ subdirs. - Patch httplib.h to use #include "third_party/zlib/zlib_crashpad.h" instead of <zlib.h>.