Mark Mentovai b665a0db07 Allow Crashpad to build in the Chromium tree.
When building in the Chromium tree, this swaps out Crashpad’s copies of
mini_chromium, gtest, and gmock for the equivalents provided by
Chromium. A GYP variable, crashpad_in_chromium, is used to determine the
behavior.

gclient doesn’t sync sub-DEPS, so when doing an in-Chromium build,
Crashpad’s copies of mini_chromium, gtest, and gmock are not available.

BUG=crashpad:12
R=rsesek@chromium.org

Review URL: https://codereview.chromium.org/986033002
2015-03-09 15:25:42 -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