| 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': [
|
|
|