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

Unified Diff: net/net.gyp

Issue 4184004: Add support for certificate name checking (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: wtc comments, plus moved method to x509_openssl_util Created 10 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
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 330881d59bf04fad46bae1f54da756a88552f639..98bac65b02fe70b47138b0e503dbcef7f2331ec7 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -851,6 +851,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',
@@ -997,6 +998,11 @@
'base/dnssec_unittest.cc',
],
},
+ { # else, remove openssl specific tests
+ 'sources!': [
+ 'base/x509_openssl_util_unittest.cc',
+ ],
+ }
],
[ 'OS == "win"', {
'sources!': [
« net/base/x509_openssl_util_unittest.cc ('K') | « net/base/x509_openssl_util_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698