| Index: trunk/src/testing/gtest.gyp
|
| ===================================================================
|
| --- trunk/src/testing/gtest.gyp (revision 288238)
|
| +++ trunk/src/testing/gtest.gyp (working copy)
|
| @@ -55,13 +55,10 @@
|
| # 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': [
|
|
|