diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/gmock.gyp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/gmock.gyp b/testing/gmock.gyp index dd446f2..aa84be8 100644 --- a/testing/gmock.gyp +++ b/testing/gmock.gyp @@ -52,16 +52,6 @@ 'export_dependent_settings': [ 'gtest.gyp:gtest', ], - 'conditions': [ - ['OS=="win"', { - 'dependencies': [ - '../third_party/boost/boost.gyp:boost_tuple', - ], - 'export_dependent_settings': [ - '../third_party/boost/boost.gyp:boost_tuple', - ] - }], - ], }, { # Note that calling this "gmock_main" confuses the scons build, |