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

Unified Diff: net/net.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') | « build/common.gypi ('k') | sync/sync.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index b4cf974fc7ae050605062d36db882aa54d97252d..f73ce50337801c8c84db7485a4a431a2496edff7 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1583,6 +1583,15 @@
# OS is not "linux" or "freebsd" or "openbsd".
'base/unix_domain_socket_posix_unittest.cc',
],
+ 'conditions': [
+ ['coverage != 0', {
+ # These sources can't be built with coverage due to a toolchain
+ # bug: http://openradar.appspot.com/radar?id=1499403
+ 'sources!': [
+ 'base/transport_security_state_unittest.cc',
+ ],
+ }],
+ ],
}],
[ 'OS == "linux"', {
'dependencies': [
« base/base.gyp ('K') | « build/common.gypi ('k') | sync/sync.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698