summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-22 21:19:08 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-22 21:19:08 +0000
commitf4015600c484053dad1043fc974c57ef2e8dbff9 (patch)
treebdd6f55f78aff38bc228f64acbbdd693b52a8a06 /net/net.gyp
parent2d024be84200467d50ba6e26938473e75d6f000f (diff)
downloadchromium_src-f4015600c484053dad1043fc974c57ef2e8dbff9.zip
chromium_src-f4015600c484053dad1043fc974c57ef2e8dbff9.tar.gz
chromium_src-f4015600c484053dad1043fc974c57ef2e8dbff9.tar.bz2
Split DiskCacheBasedSSLHostInfo unit tests to its own
file. I'll be adding more unit tests so it's a good time to do this. BUG=none TEST=none Review URL: http://codereview.chromium.org/8588011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111217 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 432b558..e84ea03d 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1068,6 +1068,7 @@
'ftp/ftp_network_transaction_unittest.cc',
'ftp/ftp_util_unittest.cc',
'http/des_unittest.cc',
+ 'http/disk_cache_based_ssl_host_info_unittest.cc',
'http/http_auth_cache_unittest.cc',
'http/http_auth_controller_unittest.cc',
'http/http_auth_filter_unittest.cc',
@@ -1104,6 +1105,8 @@
'http/mock_allow_url_security_manager.h',
'http/mock_gssapi_library_posix.cc',
'http/mock_gssapi_library_posix.h',
+ 'http/mock_http_cache.cc',
+ 'http/mock_http_cache.h',
'http/mock_sspi_library_win.h',
'http/mock_sspi_library_win.cc',
'http/url_security_manager_unittest.cc',