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

Unified Diff: sync/sync.gyp

Issue 11111014: Add support for coverage=1 builds on iOS (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Style tweak Created 8 years, 2 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
« base/base.gyp ('K') | « net/net.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sync.gyp
diff --git a/sync/sync.gyp b/sync/sync.gyp
index f216a297d132a5b63fc9e8b7b94f128794ca11d7..b0805fd742adac9b06eb5d25497ec322eb31d79b 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -638,6 +638,15 @@
'util/protobuf_unittest.cc',
'internal_api/public/util/weak_handle_unittest.cc',
],
+ 'conditions': [
+ ['OS == "ios" and coverage != 0', {
+ # These sources can't be built with coverage due to a toolchain
+ # bug: http://openradar.appspot.com/radar?id=1499403
+ 'sources!': [
+ 'engine/syncer_unittest.cc',
+ ],
+ }],
+ ],
},
},
« base/base.gyp ('K') | « net/net.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698