Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Side by Side Diff: third_party/gtest/README.crashpad

Issue 1404033002: Switch googletest and googlemock to pull from the GitHub git repository (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: 71a26ac68b28 Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Name: Google C++ Testing Framework (googletest) 1 Name: Google Test (googletest)
2 Short Name: gtest 2 Short Name: gtest
3 URL: https://github.com/google/googletest/ 3 URL: https://github.com/google/googletest/
4 Revision: See DEPS 4 Revision: See DEPS
5 License: BSD 3-clause 5 License: BSD 3-clause
6 License File: gtest/LICENSE 6 License File: gtest/googletest/LICENSE
7 Security Critical: no 7 Security Critical: no
8 8
9 Description: 9 Description:
10 Google C++ Testing Framework (or Google Test for short) is Google’s framework 10 Google Test (Google C++ Testing Framework) is Google’s framework for writing C++
11 for writing C++ tests on a variety of platforms. 11 tests on a variety of platforms. It includes Google Mock, an extension for
12 writing and using C++ mock classes.
12 13
13 Local Modifications: 14 Local Modifications:
14 None 15 None
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698