| 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 662 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_sspi_win_unittest.cc', | 677 'http/http_auth_sspi_win_unittest.cc', |
| 678 'http/http_auth_unittest.cc', | 678 'http/http_auth_unittest.cc', |
| 679 'http/http_byte_range_unittest.cc', | 679 'http/http_byte_range_unittest.cc', |
| 680 'http/http_cache_unittest.cc', | 680 'http/http_cache_unittest.cc', |
| 681 'http/http_chunked_decoder_unittest.cc', | 681 'http/http_chunked_decoder_unittest.cc', |
| 682 'http/http_network_layer_unittest.cc', | 682 'http/http_network_layer_unittest.cc', |
| 683 'http/http_network_session_unittest.cc', | |
| 684 'http/http_network_transaction_unittest.cc', | 683 'http/http_network_transaction_unittest.cc', |
| 685 'http/http_request_headers_unittest.cc', | 684 'http/http_request_headers_unittest.cc', |
| 686 'http/http_response_headers_unittest.cc', | 685 'http/http_response_headers_unittest.cc', |
| 687 'http/http_transaction_unittest.cc', | 686 'http/http_transaction_unittest.cc', |
| 688 'http/http_transaction_unittest.h', | 687 'http/http_transaction_unittest.h', |
| 689 'http/http_util_unittest.cc', | 688 'http/http_util_unittest.cc', |
| 690 'http/http_vary_data_unittest.cc', | 689 'http/http_vary_data_unittest.cc', |
| 691 'proxy/init_proxy_resolver_unittest.cc', | 690 'proxy/init_proxy_resolver_unittest.cc', |
| 692 'proxy/mock_proxy_resolver.h', | 691 'proxy/mock_proxy_resolver.h', |
| 693 'proxy/proxy_bypass_rules_unittest.cc', | 692 'proxy/proxy_bypass_rules_unittest.cc', |
| (...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1020 ], | 1019 ], |
| 1021 }], | 1020 }], |
| 1022 ], | 1021 ], |
| 1023 } | 1022 } |
| 1024 | 1023 |
| 1025 # Local Variables: | 1024 # Local Variables: |
| 1026 # tab-width:2 | 1025 # tab-width:2 |
| 1027 # indent-tabs-mode:nil | 1026 # indent-tabs-mode:nil |
| 1028 # End: | 1027 # End: |
| 1029 # vim: set expandtab tabstop=2 shiftwidth=2: | 1028 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |