From 5c2471b3621992761ea946b3929c7fde86fb24ce Mon Sep 17 00:00:00 2001 From: "cbentzel@chromium.org" Date: Tue, 20 Apr 2010 17:25:09 +0000 Subject: This CL moves the MockSSPILibrary out of http_auth_sspi_win_unittests.cc and into it's own file at mock_http_auth_sspi_win.[h|cc]. I did this in preparation of another CL which uses the mock SSPI library in http_auth_handler_negotiate_win_unittest.cc. There are no behavior changes introduced in this CL. BUG=None TEST=net_unittests.exe --gtest_filter="*HttpAuthSSPI*" Review URL: http://codereview.chromium.org/1600032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45046 0039d316-1c4b-4281-b951-d872f2087c98 --- net/net.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'net/net.gyp') diff --git a/net/net.gyp b/net/net.gyp index f0a632b..2a5dc4d 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -687,6 +687,8 @@ 'http/http_transaction_unittest.h', 'http/http_util_unittest.cc', 'http/http_vary_data_unittest.cc', + 'http/mock_sspi_library_win.h', + 'http/mock_sspi_library_win.cc', 'proxy/init_proxy_resolver_unittest.cc', 'proxy/mock_proxy_resolver.h', 'proxy/proxy_bypass_rules_unittest.cc', -- cgit v1.1