| 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 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 344 'http/http_cache_transaction.cc', | 344 'http/http_cache_transaction.cc', |
| 345 'http/http_cache_transaction.h', | 345 'http/http_cache_transaction.h', |
| 346 'http/http_chunked_decoder.cc', | 346 'http/http_chunked_decoder.cc', |
| 347 'http/http_chunked_decoder.h', | 347 'http/http_chunked_decoder.h', |
| 348 'http/http_network_layer.cc', | 348 'http/http_network_layer.cc', |
| 349 'http/http_network_layer.h', | 349 'http/http_network_layer.h', |
| 350 'http/http_network_session.cc', | 350 'http/http_network_session.cc', |
| 351 'http/http_network_session.h', | 351 'http/http_network_session.h', |
| 352 'http/http_network_transaction.cc', | 352 'http/http_network_transaction.cc', |
| 353 'http/http_network_transaction.h', | 353 'http/http_network_transaction.h', |
| 354 'http/http_request_headers.cc', |
| 355 'http/http_request_headers.h', |
| 354 'http/http_request_info.h', | 356 'http/http_request_info.h', |
| 355 'http/http_response_headers.cc', | 357 'http/http_response_headers.cc', |
| 356 'http/http_response_headers.h', | 358 'http/http_response_headers.h', |
| 357 'http/http_response_info.cc', | 359 'http/http_response_info.cc', |
| 358 'http/http_response_info.h', | 360 'http/http_response_info.h', |
| 359 'http/http_stream.h', | 361 'http/http_stream.h', |
| 360 'http/http_stream_parser.cc', | 362 'http/http_stream_parser.cc', |
| 361 'http/http_stream_parser.h', | 363 'http/http_stream_parser.h', |
| 362 'http/http_transaction.h', | 364 'http/http_transaction.h', |
| 363 'http/http_transaction_factory.h', | 365 'http/http_transaction_factory.h', |
| (...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 656 'http/http_auth_handler_basic_unittest.cc', | 658 'http/http_auth_handler_basic_unittest.cc', |
| 657 'http/http_auth_handler_digest_unittest.cc', | 659 'http/http_auth_handler_digest_unittest.cc', |
| 658 'http/http_auth_handler_factory_unittest.cc', | 660 'http/http_auth_handler_factory_unittest.cc', |
| 659 'http/http_auth_sspi_win_unittest.cc', | 661 'http/http_auth_sspi_win_unittest.cc', |
| 660 'http/http_auth_unittest.cc', | 662 'http/http_auth_unittest.cc', |
| 661 'http/http_byte_range_unittest.cc', | 663 'http/http_byte_range_unittest.cc', |
| 662 'http/http_cache_unittest.cc', | 664 'http/http_cache_unittest.cc', |
| 663 'http/http_chunked_decoder_unittest.cc', | 665 'http/http_chunked_decoder_unittest.cc', |
| 664 'http/http_network_layer_unittest.cc', | 666 'http/http_network_layer_unittest.cc', |
| 665 'http/http_network_transaction_unittest.cc', | 667 'http/http_network_transaction_unittest.cc', |
| 668 'http/http_request_headers_unittest.cc', |
| 666 'http/http_response_headers_unittest.cc', | 669 'http/http_response_headers_unittest.cc', |
| 667 'http/http_transaction_unittest.cc', | 670 'http/http_transaction_unittest.cc', |
| 668 'http/http_transaction_unittest.h', | 671 'http/http_transaction_unittest.h', |
| 669 'http/http_util_unittest.cc', | 672 'http/http_util_unittest.cc', |
| 670 'http/http_vary_data_unittest.cc', | 673 'http/http_vary_data_unittest.cc', |
| 671 'proxy/init_proxy_resolver_unittest.cc', | 674 'proxy/init_proxy_resolver_unittest.cc', |
| 672 'proxy/mock_proxy_resolver.h', | 675 'proxy/mock_proxy_resolver.h', |
| 673 'proxy/proxy_bypass_rules_unittest.cc', | 676 'proxy/proxy_bypass_rules_unittest.cc', |
| 674 'proxy/proxy_config_service_linux_unittest.cc', | 677 'proxy/proxy_config_service_linux_unittest.cc', |
| 675 'proxy/proxy_config_service_win_unittest.cc', | 678 'proxy/proxy_config_service_win_unittest.cc', |
| (...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 952 ], | 955 ], |
| 953 }], | 956 }], |
| 954 ], | 957 ], |
| 955 } | 958 } |
| 956 | 959 |
| 957 # Local Variables: | 960 # Local Variables: |
| 958 # tab-width:2 | 961 # tab-width:2 |
| 959 # indent-tabs-mode:nil | 962 # indent-tabs-mode:nil |
| 960 # End: | 963 # End: |
| 961 # vim: set expandtab tabstop=2 shiftwidth=2: | 964 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |