| Index: build/secondary/testing/gtest/BUILD.gn
|
| diff --git a/build/secondary/testing/gtest/BUILD.gn b/build/secondary/testing/gtest/BUILD.gn
|
| index a8cab244c213013f4731dc05744acae7d409e0b9..649f5c559db4054f6815b77432f39e04e0ca769e 100644
|
| --- a/build/secondary/testing/gtest/BUILD.gn
|
| +++ b/build/secondary/testing/gtest/BUILD.gn
|
| @@ -14,6 +14,7 @@ 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",
|
| + "GTEST_LANG_CXX11=1",
|
| ]
|
|
|
| # Gtest headers need to be able to find themselves.
|
|
|