Chromium Code Reviews

Side by Side Diff: net/net.gyp

Issue 1705001: Unit tests for HttpAuthHandlerNegotiate (Closed)
Patch Set: Respond to eroman's concerns. Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
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 656 matching lines...)
667 'ftp/ftp_directory_listing_parser_windows_unittest.cc', 667 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
668 'ftp/ftp_network_transaction_unittest.cc', 668 'ftp/ftp_network_transaction_unittest.cc',
669 'ftp/ftp_util_unittest.cc', 669 'ftp/ftp_util_unittest.cc',
670 'http/des_unittest.cc', 670 'http/des_unittest.cc',
671 'http/http_alternate_protocols_unittest.cc', 671 'http/http_alternate_protocols_unittest.cc',
672 'http/http_auth_cache_unittest.cc', 672 'http/http_auth_cache_unittest.cc',
673 'http/http_auth_filter_unittest.cc', 673 'http/http_auth_filter_unittest.cc',
674 'http/http_auth_handler_basic_unittest.cc', 674 'http/http_auth_handler_basic_unittest.cc',
675 'http/http_auth_handler_digest_unittest.cc', 675 'http/http_auth_handler_digest_unittest.cc',
676 'http/http_auth_handler_factory_unittest.cc', 676 'http/http_auth_handler_factory_unittest.cc',
677 'http/http_auth_handler_negotiate_unittest.cc',
677 'http/http_auth_sspi_win_unittest.cc', 678 'http/http_auth_sspi_win_unittest.cc',
678 'http/http_auth_unittest.cc', 679 'http/http_auth_unittest.cc',
679 'http/http_byte_range_unittest.cc', 680 'http/http_byte_range_unittest.cc',
680 'http/http_cache_unittest.cc', 681 'http/http_cache_unittest.cc',
681 'http/http_chunked_decoder_unittest.cc', 682 'http/http_chunked_decoder_unittest.cc',
682 'http/http_network_layer_unittest.cc', 683 'http/http_network_layer_unittest.cc',
683 'http/http_network_transaction_unittest.cc', 684 'http/http_network_transaction_unittest.cc',
684 'http/http_request_headers_unittest.cc', 685 'http/http_request_headers_unittest.cc',
685 'http/http_response_headers_unittest.cc', 686 'http/http_response_headers_unittest.cc',
686 'http/http_transaction_unittest.cc', 687 'http/http_transaction_unittest.cc',
(...skipping 335 matching lines...)
1022 ], 1023 ],
1023 }], 1024 }],
1024 ], 1025 ],
1025 } 1026 }
1026 1027
1027 # Local Variables: 1028 # Local Variables:
1028 # tab-width:2 1029 # tab-width:2
1029 # indent-tabs-mode:nil 1030 # indent-tabs-mode:nil
1030 # End: 1031 # End:
1031 # vim: set expandtab tabstop=2 shiftwidth=2: 1032 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/http/http_auth_handler_negotiate_unittest.cc ('k') | net/socket/socks_client_socket_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine