Index: testing/gtest.gyp |
diff --git a/testing/gtest.gyp b/testing/gtest.gyp |
index c4510f66be4087d3b840b1fa25c0e8412ac6fb71..d61772ecbe23323760e2a22a8364697bf88cbe29 100644 |
--- a/testing/gtest.gyp |
+++ b/testing/gtest.gyp |
@@ -39,6 +39,7 @@ |
'sources': [ |
'gtest_mac.h', |
'gtest_mac.mm', |
+ 'platform_test_mac.mm', |
], |
'link_settings': { |
'libraries': [ |
@@ -46,11 +47,6 @@ |
], |
}, |
}], |
- ['OS == "mac"', { |
- 'sources': [ |
- 'platform_test_mac.mm', |
- ], |
- }], |
['OS == "ios"', { |
'dependencies' : [ |
'<(DEPTH)/testing/iossim/iossim.gyp:iossim#host', |
@@ -85,7 +81,6 @@ |
'sources': [ |
'coverage_util_ios.cc', |
'coverage_util_ios.h', |
- 'platform_test_ios.mm', |
], |
}], |
['OS=="ios" and asan==1', { |