diff options
Diffstat (limited to 'testing/gtest.gyp')
-rw-r--r-- | testing/gtest.gyp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/gtest.gyp b/testing/gtest.gyp index 486f3e7..517bd06 100644 --- a/testing/gtest.gyp +++ b/testing/gtest.gyp @@ -50,16 +50,6 @@ 'dependencies': [ 'gtest_prod', ], - 'defines': [ - # 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', - ], - 'all_dependent_settings': { - 'defines': [ - 'GTEST_HAS_POSIX_RE=0', - ], - }, 'conditions': [ ['OS == "mac" or OS == "ios"', { 'sources': [ |