summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/net.gyp9
1 files changed, 9 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp
index b4cf974..f73ce50 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': [