diff options
author | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-21 17:50:21 +0000 |
---|---|---|
committer | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-21 17:50:21 +0000 |
commit | 7775c7d343d2f5a7e4542fc17db1e6ca62871a42 (patch) | |
tree | 85a0d4d21dce6be1de8286a7d5cbde8696b08d04 /net/net.gyp | |
parent | d1589966f18d4c14334f8997fbb605891e2bea94 (diff) | |
download | chromium_src-7775c7d343d2f5a7e4542fc17db1e6ca62871a42.zip chromium_src-7775c7d343d2f5a7e4542fc17db1e6ca62871a42.tar.gz chromium_src-7775c7d343d2f5a7e4542fc17db1e6ca62871a42.tar.bz2 |
Added NetLog support for HTTP authentication.
BUG=None
TEST=net_unittests --gtest_filter="HttpAuthHandlerTest.NetLog"
Review URL: http://codereview.chromium.org/2842013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50361 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index 1da6e62..a9c9455 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -707,6 +707,7 @@ 'http/http_auth_handler_mock.cc', 'http/http_auth_handler_mock.h', 'http/http_auth_handler_negotiate_unittest.cc', + 'http/http_auth_handler_unittest.cc', 'http/http_auth_sspi_win_unittest.cc', 'http/http_auth_unittest.cc', 'http/http_byte_range_unittest.cc', |