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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
657 'http/http_auth_handler_basic_unittest.cc', | 659 'http/http_auth_handler_basic_unittest.cc', |
658 'http/http_auth_handler_digest_unittest.cc', | 660 'http/http_auth_handler_digest_unittest.cc', |
659 'http/http_auth_handler_factory_unittest.cc', | 661 'http/http_auth_handler_factory_unittest.cc', |
660 'http/http_auth_sspi_win_unittest.cc', | 662 'http/http_auth_sspi_win_unittest.cc', |
661 'http/http_auth_unittest.cc', | 663 'http/http_auth_unittest.cc', |
662 'http/http_byte_range_unittest.cc', | 664 'http/http_byte_range_unittest.cc', |
663 'http/http_cache_unittest.cc', | 665 'http/http_cache_unittest.cc', |
664 'http/http_chunked_decoder_unittest.cc', | 666 'http/http_chunked_decoder_unittest.cc', |
665 'http/http_network_layer_unittest.cc', | 667 'http/http_network_layer_unittest.cc', |
666 'http/http_network_transaction_unittest.cc', | 668 'http/http_network_transaction_unittest.cc', |
| 669 'http/http_request_headers_unittest.cc', |
667 'http/http_response_headers_unittest.cc', | 670 'http/http_response_headers_unittest.cc', |
668 'http/http_transaction_unittest.cc', | 671 'http/http_transaction_unittest.cc', |
669 'http/http_transaction_unittest.h', | 672 'http/http_transaction_unittest.h', |
670 'http/http_util_unittest.cc', | 673 'http/http_util_unittest.cc', |
671 'http/http_vary_data_unittest.cc', | 674 'http/http_vary_data_unittest.cc', |
672 'proxy/init_proxy_resolver_unittest.cc', | 675 'proxy/init_proxy_resolver_unittest.cc', |
673 'proxy/mock_proxy_resolver.h', | 676 'proxy/mock_proxy_resolver.h', |
674 'proxy/proxy_bypass_rules_unittest.cc', | 677 'proxy/proxy_bypass_rules_unittest.cc', |
675 'proxy/proxy_config_service_linux_unittest.cc', | 678 'proxy/proxy_config_service_linux_unittest.cc', |
676 'proxy/proxy_config_service_win_unittest.cc', | 679 'proxy/proxy_config_service_win_unittest.cc', |
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
932 ], | 935 ], |
933 }], | 936 }], |
934 ], | 937 ], |
935 } | 938 } |
936 | 939 |
937 # Local Variables: | 940 # Local Variables: |
938 # tab-width:2 | 941 # tab-width:2 |
939 # indent-tabs-mode:nil | 942 # indent-tabs-mode:nil |
940 # End: | 943 # End: |
941 # vim: set expandtab tabstop=2 shiftwidth=2: | 944 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |