summaryrefslogtreecommitdiffstats
path: root/testing/gtest.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'testing/gtest.gyp')
-rw-r--r--testing/gtest.gyp11
1 files changed, 10 insertions, 1 deletions
diff --git a/testing/gtest.gyp b/testing/gtest.gyp
index 69b2bf5..e2dc66a 100644
--- a/testing/gtest.gyp
+++ b/testing/gtest.gyp
@@ -66,7 +66,6 @@
'sources': [
'gtest_mac.h',
'gtest_mac.mm',
- 'platform_test_mac.mm'
],
'link_settings': {
'libraries': [
@@ -74,6 +73,11 @@
],
},
}],
+ ['OS == "mac"', {
+ 'sources': [
+ 'platform_test_mac.mm',
+ ],
+ }],
['OS == "ios"', {
'dependencies' : [
'<(DEPTH)/testing/iossim/iossim.gyp:iossim#host',
@@ -105,6 +109,11 @@
}],
],
},
+ 'sources': [
+ 'coverage_util_ios.cc',
+ 'coverage_util_ios.h',
+ 'platform_test_ios.mm',
+ ],
}],
['OS=="ios" and asan==1', {
'direct_dependent_settings': {