Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1036)

Unified Diff: testing/gtest.gyp

Issue 2174663002: Remove GTEST_LANG_CXX11 and switch to C++11 on gtest and gmock (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: +gyp Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: testing/gtest.gyp
diff --git a/testing/gtest.gyp b/testing/gtest.gyp
index ec8be2acf8e5c40e4568aecf38f12ff5983b090a..f551d1df02a0d9fdb67077575ace75b7e7b7ccbe 100644
--- a/testing/gtest.gyp
+++ b/testing/gtest.gyp
@@ -25,8 +25,6 @@
# 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': {
'include_dirs': [
@@ -34,7 +32,6 @@
],
'defines': [
'GTEST_HAS_POSIX_RE=0',
- 'GTEST_LANG_CXX11=0',
],
},
'conditions': [

Powered by Google App Engine
This is Rietveld 408576698