Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(840)

Side by Side Diff: net/net.gyp

Issue 159656: Include SSPI support for NTLM authentication. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: files moved Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « net/http/http_network_transaction_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 'http/http_auth_cache.cc', 208 'http/http_auth_cache.cc',
209 'http/http_auth_cache.h', 209 'http/http_auth_cache.h',
210 'http/http_auth_handler.h', 210 'http/http_auth_handler.h',
211 'http/http_auth_handler.cc', 211 'http/http_auth_handler.cc',
212 'http/http_auth_handler_basic.cc', 212 'http/http_auth_handler_basic.cc',
213 'http/http_auth_handler_basic.h', 213 'http/http_auth_handler_basic.h',
214 'http/http_auth_handler_digest.cc', 214 'http/http_auth_handler_digest.cc',
215 'http/http_auth_handler_digest.h', 215 'http/http_auth_handler_digest.h',
216 'http/http_auth_handler_ntlm.cc', 216 'http/http_auth_handler_ntlm.cc',
217 'http/http_auth_handler_ntlm.h', 217 'http/http_auth_handler_ntlm.h',
218 'http/http_auth_handler_ntlm_win.cc',
219 'http/http_auth_handler_ntlm_posix.cc',
218 'http/http_basic_stream.h', 220 'http/http_basic_stream.h',
219 'http/http_byte_range.cc', 221 'http/http_byte_range.cc',
220 'http/http_byte_range.h', 222 'http/http_byte_range.h',
221 'http/http_cache.cc', 223 'http/http_cache.cc',
222 'http/http_cache.h', 224 'http/http_cache.h',
223 'http/http_chunked_decoder.cc', 225 'http/http_chunked_decoder.cc',
224 'http/http_chunked_decoder.h', 226 'http/http_chunked_decoder.h',
225 'http/http_network_layer.cc', 227 'http/http_network_layer.cc',
226 'http/http_network_layer.h', 228 'http/http_network_layer.h',
227 'http/http_network_session.cc', 229 'http/http_network_session.cc',
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 'sources': [ 724 'sources': [
723 'tools/dump_cache/dump_cache.cc', 725 'tools/dump_cache/dump_cache.cc',
724 'tools/dump_cache/dump_files.cc', 726 'tools/dump_cache/dump_files.cc',
725 'tools/dump_cache/upgrade.cc', 727 'tools/dump_cache/upgrade.cc',
726 ], 728 ],
727 }, 729 },
728 ], 730 ],
729 }], 731 }],
730 ], 732 ],
731 } 733 }
OLDNEW
« no previous file with comments | « net/http/http_network_transaction_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698