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 658 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
669 'http/http_auth_filter_unittest.cc', | 669 'http/http_auth_filter_unittest.cc', |
670 'http/http_auth_handler_basic_unittest.cc', | 670 'http/http_auth_handler_basic_unittest.cc', |
671 'http/http_auth_handler_digest_unittest.cc', | 671 'http/http_auth_handler_digest_unittest.cc', |
672 'http/http_auth_handler_factory_unittest.cc', | 672 'http/http_auth_handler_factory_unittest.cc', |
673 'http/http_auth_sspi_win_unittest.cc', | 673 'http/http_auth_sspi_win_unittest.cc', |
674 'http/http_auth_unittest.cc', | 674 'http/http_auth_unittest.cc', |
675 'http/http_byte_range_unittest.cc', | 675 'http/http_byte_range_unittest.cc', |
676 'http/http_cache_unittest.cc', | 676 'http/http_cache_unittest.cc', |
677 'http/http_chunked_decoder_unittest.cc', | 677 'http/http_chunked_decoder_unittest.cc', |
678 'http/http_network_layer_unittest.cc', | 678 'http/http_network_layer_unittest.cc', |
| 679 'http/http_network_session_unittest.cc', |
679 'http/http_network_transaction_unittest.cc', | 680 'http/http_network_transaction_unittest.cc', |
680 'http/http_request_headers_unittest.cc', | 681 'http/http_request_headers_unittest.cc', |
681 'http/http_response_headers_unittest.cc', | 682 'http/http_response_headers_unittest.cc', |
682 'http/http_transaction_unittest.cc', | 683 'http/http_transaction_unittest.cc', |
683 'http/http_transaction_unittest.h', | 684 'http/http_transaction_unittest.h', |
684 'http/http_util_unittest.cc', | 685 'http/http_util_unittest.cc', |
685 'http/http_vary_data_unittest.cc', | 686 'http/http_vary_data_unittest.cc', |
686 'proxy/init_proxy_resolver_unittest.cc', | 687 'proxy/init_proxy_resolver_unittest.cc', |
687 'proxy/mock_proxy_resolver.h', | 688 'proxy/mock_proxy_resolver.h', |
688 'proxy/proxy_bypass_rules_unittest.cc', | 689 'proxy/proxy_bypass_rules_unittest.cc', |
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1014 ], | 1015 ], |
1015 }], | 1016 }], |
1016 ], | 1017 ], |
1017 } | 1018 } |
1018 | 1019 |
1019 # Local Variables: | 1020 # Local Variables: |
1020 # tab-width:2 | 1021 # tab-width:2 |
1021 # indent-tabs-mode:nil | 1022 # indent-tabs-mode:nil |
1022 # End: | 1023 # End: |
1023 # vim: set expandtab tabstop=2 shiftwidth=2: | 1024 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |