summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp
index a2aff3b..1d73dd1 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -867,6 +867,7 @@
'base/upload_data_stream_unittest.cc',
'base/x509_certificate_unittest.cc',
'base/x509_cert_types_unittest.cc',
+ 'base/x509_openssl_util_unittest.cc',
'disk_cache/addr_unittest.cc',
'disk_cache/backend_unittest.cc',
'disk_cache/bitmap_unittest.cc',
@@ -1014,6 +1015,11 @@
'base/dnssec_unittest.cc',
],
},
+ { # else, remove openssl specific tests
+ 'sources!': [
+ 'base/x509_openssl_util_unittest.cc',
+ ],
+ }
],
[ 'OS == "win"', {
'sources!': [