diff options
author | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-20 17:25:09 +0000 |
---|---|---|
committer | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-20 17:25:09 +0000 |
commit | 5c2471b3621992761ea946b3929c7fde86fb24ce (patch) | |
tree | 10e876bca6a07c90155d008e94ace2162b11e66d /net/net.gyp | |
parent | dd224e13b5371d1d313424247eea37f5b0d20acb (diff) | |
download | chromium_src-5c2471b3621992761ea946b3929c7fde86fb24ce.zip chromium_src-5c2471b3621992761ea946b3929c7fde86fb24ce.tar.gz chromium_src-5c2471b3621992761ea946b3929c7fde86fb24ce.tar.bz2 |
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
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
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', |