| Index: third_party/googletest.gyp | 
| =================================================================== | 
| --- a/third_party/googletest.gyp | 
| +++ b/third_party/googletest.gyp | 
| @@ -78,16 +78,21 @@ | 
| }, | 
| 'conditions': [[ | 
| 'OS=="win"', | 
| { | 
| 'defines': [ '_VARIADIC_MAX=10' ], | 
| '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' ], | 
| +        }, | 
| }]], | 
| }, | 
| { | 
| 'target_name': 'googletest_main', | 
| 'type': '<(library)', | 
| 'sources': ['googletest/src/gtest_main.cc'], | 
| 'dependencies': ['googletest'], | 
| 'export_dependent_settings': ['googletest'] | 
|  |