From 24c2bd73f4114b2d6dd0467cd4f19fef363346de Mon Sep 17 00:00:00 2001 From: "ncbray@chromium.org" Date: Thu, 7 Aug 2014 23:40:18 +0000 Subject: Roll gtest and gmock DEPS. These DEPS have not been updated for ~2 years, so there is a good chance something will blow up. Due to interdependancy between the repos, rolling gtest required gmock also be rolled. BUG=none Review URL: https://codereview.chromium.org/425333002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288164 0039d316-1c4b-4281-b951-d872f2087c98 --- testing/gtest.gyp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testing/gtest.gyp') diff --git a/testing/gtest.gyp b/testing/gtest.gyp index e2dc66a..f4577df 100644 --- a/testing/gtest.gyp +++ b/testing/gtest.gyp @@ -55,10 +55,13 @@ # In order to allow regex matches in gtest to be shared between Windows # and other systems, we tell gtest to always use it's internal engine. 'GTEST_HAS_POSIX_RE=0', + # Chrome doesn't support / require C++11, yet. + 'GTEST_LANG_CXX11=0', ], 'all_dependent_settings': { 'defines': [ 'GTEST_HAS_POSIX_RE=0', + 'GTEST_LANG_CXX11=0', ], }, 'conditions': [ -- cgit v1.1