summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authorhawk@chromium.org <hawk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-09 22:07:32 +0000
committerhawk@chromium.org <hawk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-09 22:07:32 +0000
commitf37c98ff15a2c2de0b86646be4ff7c5e2f59b703 (patch)
tree07f3dab046d81479ad73a521216ded00b32fb051 /net/net.gyp
parentf7238c977a13f719f2d540a2927a51f6c1e70e74 (diff)
downloadchromium_src-f37c98ff15a2c2de0b86646be4ff7c5e2f59b703.zip
chromium_src-f37c98ff15a2c2de0b86646be4ff7c5e2f59b703.tar.gz
chromium_src-f37c98ff15a2c2de0b86646be4ff7c5e2f59b703.tar.bz2
Add an SSLConfigService implementation for Mac OS X
BUG=19293 TEST=https://test-ssev.verisign.com/ has three links: one should work OK, the other should warn that the certificate is expired, the other that the certificate is revoked. Review URL: http://codereview.chromium.org/193009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25798 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp
index 00d5039..34281d1 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -124,6 +124,8 @@
'base/ssl_config_service.cc',
'base/ssl_config_service.h',
'base/ssl_config_service_defaults.h',
+ 'base/ssl_config_service_mac.cc',
+ 'base/ssl_config_service_mac.h',
'base/ssl_config_service_win.cc',
'base/ssl_config_service_win.h',
'base/ssl_info.h',
@@ -472,6 +474,7 @@
'base/run_all_unittests.cc',
'base/sdch_filter_unittest.cc',
'base/ssl_client_auth_cache_unittest.cc',
+ 'base/ssl_config_service_mac_unittest.cc',
'base/ssl_config_service_win_unittest.cc',
'base/strict_transport_security_state_unittest.cc',
'base/telnet_server_unittest.cc',