From c21e0e82db0a3e9a60940f7ceea74edb5a1c4122 Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Wed, 16 Jun 2010 18:25:37 +0000 Subject: patch git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49982 0039d316-1c4b-4281-b951-d872f2087c98 --- testing/gtest.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testing/gtest.gyp') diff --git a/testing/gtest.gyp b/testing/gtest.gyp index c8f64e5..706f11d 100644 --- a/testing/gtest.gyp +++ b/testing/gtest.gyp @@ -69,10 +69,12 @@ # must be instructed that RTTI is disabled here, and for any # direct dependents that might include gtest headers. 'GTEST_HAS_RTTI=0', + 'GTEST_USE_OWN_TR1_TUPLE=1', ], 'direct_dependent_settings': { 'defines': [ 'GTEST_HAS_RTTI=0', + 'GTEST_USE_OWN_TR1_TUPLE=1', ], }, }], -- cgit v1.1