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 |