Reviewers: Michael Achenbach,
Message:
Committed patchset #1 manually as 22951 (presubmit successful).
Description:
Apply patch from https://codereview.chromium.org/425333002 to gtest.gyp.
This may be required for https://codereview.chromium.org/425333002 to
land in Chromium.
[email protected]
Committed: https://code.google.com/p/v8/source/detail?r=22951
Please review this at https://codereview.chromium.org/448053002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+3, -0 lines):
M testing/gtest.gyp
Index: testing/gtest.gyp
diff --git a/testing/gtest.gyp b/testing/gtest.gyp
index
695439a7ce338523d55c7427d852844d12ec8efc..1fda42c02b82f962bb46fdc698a4df7bd7d56437
100644
--- a/testing/gtest.gyp
+++ b/testing/gtest.gyp
@@ -52,10 +52,13 @@
# 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': [
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.