Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: third_party/googletest.gyp

Issue 5163715573841920: Issue 768 - Switch from TR1 to C++11 (Closed)
Patch Set: fix including of <memory> Created Aug. 7, 2015, 6:07 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/UpdateCheck.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/googletest.gyp
diff --git a/third_party/googletest.gyp b/third_party/googletest.gyp
index 0adf98fd12834eed8ead947aed0b1b3683a32658..6c63b7922cbf6e80d136ef82548e48f3afcd8f31 100644
--- a/third_party/googletest.gyp
+++ b/third_party/googletest.gyp
@@ -83,11 +83,6 @@
'direct_dependent_settings': {
'defines': [ '_VARIADIC_MAX=10' ],
},
- }, {
- 'defines': [ 'GTEST_HAS_TR1_TUPLE=1', 'GTEST_USE_OWN_TR1_TUPLE=0' ],
- 'direct_dependent_settings': {
- 'defines': [ 'GTEST_HAS_TR1_TUPLE=1', 'GTEST_USE_OWN_TR1_TUPLE=0' ],
- },
}]],
},
{
« no previous file with comments | « test/UpdateCheck.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld