summaryrefslogtreecommitdiffstats
path: root/build/secondary/testing
diff options
context:
space:
mode:
authorncbray@chromium.org <ncbray@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-07 23:40:18 +0000
committerncbray@chromium.org <ncbray@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-07 23:40:18 +0000
commit24c2bd73f4114b2d6dd0467cd4f19fef363346de (patch)
tree9d1cfdf4a0c0ddad0a172d7567f9b2aa933c2b13 /build/secondary/testing
parent7ee5b51e0f2fe7a00d165035aefaca81ce422e1a (diff)
downloadchromium_src-24c2bd73f4114b2d6dd0467cd4f19fef363346de.zip
chromium_src-24c2bd73f4114b2d6dd0467cd4f19fef363346de.tar.gz
chromium_src-24c2bd73f4114b2d6dd0467cd4f19fef363346de.tar.bz2
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
Diffstat (limited to 'build/secondary/testing')
-rw-r--r--build/secondary/testing/gtest/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/secondary/testing/gtest/BUILD.gn b/build/secondary/testing/gtest/BUILD.gn
index 2c360fe..eb8604d 100644
--- a/build/secondary/testing/gtest/BUILD.gn
+++ b/build/secondary/testing/gtest/BUILD.gn
@@ -14,6 +14,8 @@ config("gtest_config") {
# 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",
]
# Gtest headers need to be able to find themselves.