OLD | NEW |
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 Loading... |
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 Loading... |
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: |
OLD | NEW |