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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/gtest/README.crashpad
diff --git a/third_party/gtest/README.crashpad b/third_party/gtest/README.crashpad
index 364f0e176688abcf29c5d0eee1e9d8e685f89f6e..b862eda67068934594a737399f689a6866314523 100644
--- a/third_party/gtest/README.crashpad
+++ b/third_party/gtest/README.crashpad
@@ -1,14 +1,15 @@
-Name: Google C++ Testing Framework (googletest)
+Name: Google Test (googletest)
Short Name: gtest
URL: https://github.com/google/googletest/
Revision: See DEPS
License: BSD 3-clause
-License File: gtest/LICENSE
+License File: gtest/googletest/LICENSE
Security Critical: no
Description:
-Google C++ Testing Framework (or Google Test for short) is Google’s framework
-for writing C++ tests on a variety of platforms.
+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

Powered by Google App Engine
This is Rietveld 408576698