diff options
author | ahendrickson@google.com <ahendrickson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-04 17:58:08 +0000 |
---|---|---|
committer | ahendrickson@google.com <ahendrickson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-04 17:58:08 +0000 |
commit | 8372717950d8e6e9d0ee2b2134e233923b077c30 (patch) | |
tree | 1240690a8539cd54eca9f77b2ac0043121f7c9d4 /net/net.gyp | |
parent | d227c44279f0a5811e51b40f3d399bf4111c1aaf (diff) | |
download | chromium_src-8372717950d8e6e9d0ee2b2134e233923b077c30.zip chromium_src-8372717950d8e6e9d0ee2b2134e233923b077c30.tar.gz chromium_src-8372717950d8e6e9d0ee2b2134e233923b077c30.tar.bz2 |
Preliminary support for GSSAPI (Linux and Mac OS X).
Second CL.
BUG=33033.
TEST=None.
Review URL: http://codereview.chromium.org/1736009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48945 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index 5b4d09a..5645177 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -323,6 +323,8 @@ 'http/http_auth_filter.cc', 'http/http_auth_filter.h', 'http/http_auth_filter_win.h', + 'http/http_auth_gssapi_posix.cc', + 'http/http_auth_gssapi_posix.h', 'http/http_auth_handler.cc', 'http/http_auth_handler.h', 'http/http_auth_handler_basic.cc', @@ -679,6 +681,7 @@ 'http/http_alternate_protocols_unittest.cc', 'http/http_auth_cache_unittest.cc', 'http/http_auth_filter_unittest.cc', + 'http/http_auth_gssapi_posix_unittest.cc', 'http/http_auth_handler_basic_unittest.cc', 'http/http_auth_handler_digest_unittest.cc', 'http/http_auth_handler_factory_unittest.cc', @@ -760,6 +763,9 @@ ], }], [ 'OS == "win"', { + 'sources!': [ + 'http/http_auth_gssapi_posix_unittest.cc', + ], # This is needed to trigger the dll copy step on windows. # TODO(mark): Specifying this here shouldn't be necessary. 'dependencies': [ |