| Index: build/secondary/testing/gtest/BUILD.gn
|
| diff --git a/build/secondary/testing/gtest/BUILD.gn b/build/secondary/testing/gtest/BUILD.gn
|
| index 2c360fe8da05799a0c53ecc3aa3ad3f0171ca766..eb8604dc153a183b5b44ca925f2a066d7758ac58 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.
|
|
|