mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-15 13:37:58 +00:00
launchpad usage directly in Crashpad was removed, but gtest still uses launchpad (for death tests) so keep it here for now (until the gtest upstream change has landed to remove launchpad there). Also, roll mini_chromium and remove link of zircon, since that's in the base configuration now. Bug: crashpad:196 Change-Id: I68b1092aaa6fc31efe693e3fcd5bde71c2d91d42 Reviewed-on: https://chromium-review.googlesource.com/1083611 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