Revision: 22951
Author: [email protected]
Date: Thu Aug 7 04:44:55 2014 UTC
Log: 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]
Review URL: https://codereview.chromium.org/448053002
http://code.google.com/p/v8/source/detail?r=22951
Modified:
/branches/bleeding_edge/testing/gtest.gyp
=======================================
--- /branches/bleeding_edge/testing/gtest.gyp Tue Aug 5 12:44:27 2014 UTC
+++ /branches/bleeding_edge/testing/gtest.gyp Thu Aug 7 04:44:55 2014 UTC
@@ -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.