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

Side by Side Diff: net/net.gyp

Issue 2104013: Revert r47395. Looks like it still crashes =/ (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 7 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') | net/socket/client_socket_pool_base.h » ('j') | 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 668 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 'http/http_auth_handler_basic_unittest.cc', 679 'http/http_auth_handler_basic_unittest.cc',
680 'http/http_auth_handler_digest_unittest.cc', 680 'http/http_auth_handler_digest_unittest.cc',
681 'http/http_auth_handler_factory_unittest.cc', 681 'http/http_auth_handler_factory_unittest.cc',
682 'http/http_auth_handler_negotiate_unittest.cc', 682 'http/http_auth_handler_negotiate_unittest.cc',
683 'http/http_auth_sspi_win_unittest.cc', 683 'http/http_auth_sspi_win_unittest.cc',
684 'http/http_auth_unittest.cc', 684 'http/http_auth_unittest.cc',
685 'http/http_byte_range_unittest.cc', 685 'http/http_byte_range_unittest.cc',
686 'http/http_cache_unittest.cc', 686 'http/http_cache_unittest.cc',
687 'http/http_chunked_decoder_unittest.cc', 687 'http/http_chunked_decoder_unittest.cc',
688 'http/http_network_layer_unittest.cc', 688 'http/http_network_layer_unittest.cc',
689 'http/http_network_session_unittest.cc',
690 'http/http_network_transaction_unittest.cc', 689 'http/http_network_transaction_unittest.cc',
691 'http/http_request_headers_unittest.cc', 690 'http/http_request_headers_unittest.cc',
692 'http/http_response_headers_unittest.cc', 691 'http/http_response_headers_unittest.cc',
693 'http/http_transaction_unittest.cc', 692 'http/http_transaction_unittest.cc',
694 'http/http_transaction_unittest.h', 693 'http/http_transaction_unittest.h',
695 'http/http_util_unittest.cc', 694 'http/http_util_unittest.cc',
696 'http/http_vary_data_unittest.cc', 695 'http/http_vary_data_unittest.cc',
697 'http/mock_sspi_library_win.h', 696 'http/mock_sspi_library_win.h',
698 'http/mock_sspi_library_win.cc', 697 'http/mock_sspi_library_win.cc',
699 'http/url_security_manager_unittest.cc', 698 'http/url_security_manager_unittest.cc',
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
1036 ], 1035 ],
1037 }], 1036 }],
1038 ], 1037 ],
1039 } 1038 }
1040 1039
1041 # Local Variables: 1040 # Local Variables:
1042 # tab-width:2 1041 # tab-width:2
1043 # indent-tabs-mode:nil 1042 # indent-tabs-mode:nil
1044 # End: 1043 # End:
1045 # vim: set expandtab tabstop=2 shiftwidth=2: 1044 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/http/http_network_transaction_unittest.cc ('k') | net/socket/client_socket_pool_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698