Mark Mentovai fbcd680b50 Initial commit of Crashpad.
This commit contains the basic structure of the project:
 - LICENSE and related files.
 - DEPS to check dependencies out into third_party.
 - README.crashpad files and .gyp files to accompany third_party
   dependencies.
 - Infrastructure to run GYP as a gclient hook.
 - codereview.settings to enable Rietveld code review.
 - Assorted other administrative and dot-files.

R=rsesek@chromium.org

Review URL: https://codereview.chromium.org/426403002
2014-07-30 23:24:58 -04:00
..
2014-07-30 23:24:58 -04:00
2014-07-30 23:24:58 -04:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Name: Google C++ Testing Framework (googletest)
Short Name: gtest
URL: https://googletest.googlecode.com/
Revision: See DEPS
License: BSD 3-clause
License File: gtest/LICENSE
Security Critical: no

Description:
Google C++ Testing Framework (or Google Test for short) is Googles framework
for writing C++ tests on a variety of platforms.

Local Modifications:
None