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

Side by Side Diff: net/net.gyp

Issue 2268002: Implemented mid-level Negotiate protocol for Posix. (Closed)
Patch Set: Merged with trunk. Created 10 years, 6 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
« 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 'ftp/ftp_request_info.h', 312 'ftp/ftp_request_info.h',
313 'ftp/ftp_response_info.h', 313 'ftp/ftp_response_info.h',
314 'ftp/ftp_server_type_histograms.cc', 314 'ftp/ftp_server_type_histograms.cc',
315 'ftp/ftp_server_type_histograms.h', 315 'ftp/ftp_server_type_histograms.h',
316 'ftp/ftp_transaction.h', 316 'ftp/ftp_transaction.h',
317 'ftp/ftp_transaction_factory.h', 317 'ftp/ftp_transaction_factory.h',
318 'ftp/ftp_util.cc', 318 'ftp/ftp_util.cc',
319 'ftp/ftp_util.h', 319 'ftp/ftp_util.h',
320 'http/des.cc', 320 'http/des.cc',
321 'http/des.h', 321 'http/des.h',
322 'http/gssapi.h',
322 'http/http_alternate_protocols.cc', 323 'http/http_alternate_protocols.cc',
323 'http/http_alternate_protocols.h', 324 'http/http_alternate_protocols.h',
324 'http/http_atom_list.h', 325 'http/http_atom_list.h',
325 'http/http_auth.cc', 326 'http/http_auth.cc',
326 'http/http_auth.h', 327 'http/http_auth.h',
327 'http/http_auth_cache.cc', 328 'http/http_auth_cache.cc',
328 'http/http_auth_cache.h', 329 'http/http_auth_cache.h',
330 'http/http_auth_gssapi_posix.cc',
331 'http/http_auth_gssapi_posix.h',
329 'http/http_auth_filter.cc', 332 'http/http_auth_filter.cc',
330 'http/http_auth_filter.h', 333 'http/http_auth_filter.h',
331 'http/http_auth_filter_win.h', 334 'http/http_auth_filter_win.h',
332 'http/http_auth_handler.cc', 335 'http/http_auth_handler.cc',
333 'http/http_auth_handler.h', 336 'http/http_auth_handler.h',
334 'http/http_auth_handler_basic.cc', 337 'http/http_auth_handler_basic.cc',
335 'http/http_auth_handler_basic.h', 338 'http/http_auth_handler_basic.h',
336 'http/http_auth_handler_digest.cc', 339 'http/http_auth_handler_digest.cc',
337 'http/http_auth_handler_digest.h', 340 'http/http_auth_handler_digest.h',
338 'http/http_auth_handler_factory.cc', 341 'http/http_auth_handler_factory.cc',
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 'ftp/ftp_directory_listing_parser_ls_unittest.cc', 676 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
674 'ftp/ftp_directory_listing_parser_mlsd_unittest.cc', 677 'ftp/ftp_directory_listing_parser_mlsd_unittest.cc',
675 'ftp/ftp_directory_listing_parser_netware_unittest.cc', 678 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
676 'ftp/ftp_directory_listing_parser_vms_unittest.cc', 679 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
677 'ftp/ftp_directory_listing_parser_windows_unittest.cc', 680 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
678 'ftp/ftp_network_transaction_unittest.cc', 681 'ftp/ftp_network_transaction_unittest.cc',
679 'ftp/ftp_util_unittest.cc', 682 'ftp/ftp_util_unittest.cc',
680 'http/des_unittest.cc', 683 'http/des_unittest.cc',
681 'http/http_alternate_protocols_unittest.cc', 684 'http/http_alternate_protocols_unittest.cc',
682 'http/http_auth_cache_unittest.cc', 685 'http/http_auth_cache_unittest.cc',
686 'http/http_auth_gssapi_posix_unittest.cc',
683 'http/http_auth_filter_unittest.cc', 687 'http/http_auth_filter_unittest.cc',
684 'http/http_auth_handler_basic_unittest.cc', 688 'http/http_auth_handler_basic_unittest.cc',
685 'http/http_auth_handler_digest_unittest.cc', 689 'http/http_auth_handler_digest_unittest.cc',
686 'http/http_auth_handler_factory_unittest.cc', 690 'http/http_auth_handler_factory_unittest.cc',
687 'http/http_auth_handler_negotiate_unittest.cc', 691 'http/http_auth_handler_negotiate_unittest.cc',
688 'http/http_auth_sspi_win_unittest.cc', 692 'http/http_auth_sspi_win_unittest.cc',
689 'http/http_auth_unittest.cc', 693 'http/http_auth_unittest.cc',
690 'http/http_byte_range_unittest.cc', 694 'http/http_byte_range_unittest.cc',
691 'http/http_cache_unittest.cc', 695 'http/http_cache_unittest.cc',
692 'http/http_chunked_decoder_unittest.cc', 696 'http/http_chunked_decoder_unittest.cc',
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
1040 ], 1044 ],
1041 }], 1045 }],
1042 ], 1046 ],
1043 } 1047 }
1044 1048
1045 # Local Variables: 1049 # Local Variables:
1046 # tab-width:2 1050 # tab-width:2
1047 # indent-tabs-mode:nil 1051 # indent-tabs-mode:nil
1048 # End: 1052 # End:
1049 # vim: set expandtab tabstop=2 shiftwidth=2: 1053 # vim: set expandtab tabstop=2 shiftwidth=2:
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