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

Unified Diff: testing/gtest.gyp

Issue 2174213002: Specify GTEST_LANG_CXX11 to 1 explicitly rather than let gtest detect it (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « build/secondary/testing/gtest/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/gtest.gyp
diff --git a/testing/gtest.gyp b/testing/gtest.gyp
index f551d1df02a0d9fdb67077575ace75b7e7b7ccbe..e248bc1ba903d05528821cac75c0f2574ac0f127 100644
--- a/testing/gtest.gyp
+++ b/testing/gtest.gyp
@@ -32,6 +32,7 @@
],
'defines': [
'GTEST_HAS_POSIX_RE=0',
+ 'GTEST_LANG_CXX11=1',
],
},
'conditions': [
« no previous file with comments | « build/secondary/testing/gtest/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698