mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-26 23:01:05 +08:00
bff3594594
Also includes a gtest roll, which includes a change in gtest to do the same thing. This also removes the link against launchpad which is no longer necessary, and will be removed from the SDK soon. Bug: crashpad:196, chromium:848028, chromium:850757 Change-Id: Ica8632a6157b585d6b44073e05bf7aa43253e305 Reviewed-on: https://chromium-review.googlesource.com/1096353 Commit-Queue: Scott Graham <scottmg@chromium.org> Reviewed-by: Joshua Peraza <jperaza@chromium.org>
Name: Google Test (googletest)
Short Name: gtest
URL: https://github.com/google/googletest/
Revision: See DEPS
License: BSD 3-clause
License File: gtest/googletest/LICENSE
Security Critical: no
Description:
Google Test (Google C++ Testing Framework) is Google’s framework for writing C++
tests on a variety of platforms. It includes Google Mock, an extension for
writing and using C++ mock classes.
Local Modifications:
None