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

Unified Diff: src/third_party/gmock/README.chromium

Issue 536056: Bump gtest to 1.4.0 and add gmock 1.4.0 (Closed)
Patch Set: fixed nits from cjwatson Created 10 years, 11 months 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
« no previous file with comments | « src/third_party/gmock/LICENSE ('k') | src/third_party/gmock/chromiumos-build.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/third_party/gmock/README.chromium
diff --git a/src/third_party/gmock/README.chromium b/src/third_party/gmock/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..ea0218d3e4a240c86041b46070f54164321a5b7d
--- /dev/null
+++ b/src/third_party/gmock/README.chromium
@@ -0,0 +1,17 @@
+URL: http://code.google.com/p/googlemock/
+Version: 1.4
+License: BSD
+License File: LICENSE
+
+Description:
+
+Google C++ Mocking Framework (or Google Mock for short) is a library for
+writing and using C++ mock classes. Google Mock:
+* lets you create mock classes trivially using simple macros,
+* supports a rich set of matchers and actions,
+* handles unordered, partially ordered, or completely ordered expectations,
+* is extensible by users
+* works on Linux, Mac OS X, Windows, Windows Mobile, minGW, and Symbian.
+
+Local Modifications:
+No Modifications
« no previous file with comments | « src/third_party/gmock/LICENSE ('k') | src/third_party/gmock/chromiumos-build.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698