Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(647)

Unified Diff: testing/gtest.gyp

Issue 375033002: Flush gcda (code coverage) files manually in iOS Platform Test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Corrected include Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « testing/coverage_util_ios.cc ('k') | testing/platform_test_ios.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/gtest.gyp
diff --git a/testing/gtest.gyp b/testing/gtest.gyp
index 69b2bf5e5295f9c41842a57f51325ded93d0c4c9..e2dc66a21796eb4d8c94ebde65154459aa95761d 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': {
« no previous file with comments | « testing/coverage_util_ios.cc ('k') | testing/platform_test_ios.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698