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

Unified Diff: third_party/crashpad/crashpad/third_party/gtest/README.crashpad

Issue 1505213004: Copy Crashpad into the Chrome tree instead of importing it via DEPS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments, update README.chromium Created 5 years 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/crashpad/crashpad/third_party/gtest/README.crashpad
diff --git a/third_party/crashpad/crashpad/third_party/gtest/README.crashpad b/third_party/crashpad/crashpad/third_party/gtest/README.crashpad
new file mode 100644
index 0000000000000000000000000000000000000000..b862eda67068934594a737399f689a6866314523
--- /dev/null
+++ b/third_party/crashpad/crashpad/third_party/gtest/README.crashpad
@@ -0,0 +1,15 @@
+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

Powered by Google App Engine
This is Rietveld 408576698