mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-29 00:32:35 +08:00
970ac5a636
third_party/googletest has been added to the Fuchsia manifest now (which is a recent copy of googletest that includes googlemock). The BUILD.gn file isn't there yet, but is in progress. With these changes, all targets build in-Fuchsia once the googletest BUILD.gn file lands. Bug: crashpad:196 Change-Id: I34d2d7046dd2762b4d1f4873be97258df32adddf Reviewed-on: https://chromium-review.googlesource.com/861242 Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Scott Graham <scottmg@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