OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
493 'http/http_basic_stream.cc', | 493 'http/http_basic_stream.cc', |
494 'http/http_basic_stream.h', | 494 'http/http_basic_stream.h', |
495 'http/http_byte_range.cc', | 495 'http/http_byte_range.cc', |
496 'http/http_byte_range.h', | 496 'http/http_byte_range.h', |
497 'http/http_cache.cc', | 497 'http/http_cache.cc', |
498 'http/http_cache.h', | 498 'http/http_cache.h', |
499 'http/http_cache_transaction.cc', | 499 'http/http_cache_transaction.cc', |
500 'http/http_cache_transaction.h', | 500 'http/http_cache_transaction.h', |
501 'http/http_chunked_decoder.cc', | 501 'http/http_chunked_decoder.cc', |
502 'http/http_chunked_decoder.h', | 502 'http/http_chunked_decoder.h', |
| 503 'http/http_mac_signature.cc', |
| 504 'http/http_mac_signature.h', |
503 'http/http_net_log_params.cc', | 505 'http/http_net_log_params.cc', |
504 'http/http_net_log_params.h', | 506 'http/http_net_log_params.h', |
505 'http/http_network_layer.cc', | 507 'http/http_network_layer.cc', |
506 'http/http_network_layer.h', | 508 'http/http_network_layer.h', |
507 'http/http_network_session.cc', | 509 'http/http_network_session.cc', |
508 'http/http_network_session.h', | 510 'http/http_network_session.h', |
509 'http/http_network_session_peer.cc', | 511 'http/http_network_session_peer.cc', |
510 'http/http_network_session_peer.h', | 512 'http/http_network_session_peer.h', |
511 'http/http_network_transaction.cc', | 513 'http/http_network_transaction.cc', |
512 'http/http_network_transaction.h', | 514 'http/http_network_transaction.h', |
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
960 'http/http_auth_handler_factory_unittest.cc', | 962 'http/http_auth_handler_factory_unittest.cc', |
961 'http/http_auth_handler_mock.cc', | 963 'http/http_auth_handler_mock.cc', |
962 'http/http_auth_handler_mock.h', | 964 'http/http_auth_handler_mock.h', |
963 'http/http_auth_handler_negotiate_unittest.cc', | 965 'http/http_auth_handler_negotiate_unittest.cc', |
964 'http/http_auth_handler_unittest.cc', | 966 'http/http_auth_handler_unittest.cc', |
965 'http/http_auth_sspi_win_unittest.cc', | 967 'http/http_auth_sspi_win_unittest.cc', |
966 'http/http_auth_unittest.cc', | 968 'http/http_auth_unittest.cc', |
967 'http/http_byte_range_unittest.cc', | 969 'http/http_byte_range_unittest.cc', |
968 'http/http_cache_unittest.cc', | 970 'http/http_cache_unittest.cc', |
969 'http/http_chunked_decoder_unittest.cc', | 971 'http/http_chunked_decoder_unittest.cc', |
| 972 'http/http_mac_signature_unittest.cc', |
970 'http/http_network_layer_unittest.cc', | 973 'http/http_network_layer_unittest.cc', |
971 'http/http_network_transaction_unittest.cc', | 974 'http/http_network_transaction_unittest.cc', |
972 'http/http_proxy_client_socket_pool_unittest.cc', | 975 'http/http_proxy_client_socket_pool_unittest.cc', |
973 'http/http_request_headers_unittest.cc', | 976 'http/http_request_headers_unittest.cc', |
974 'http/http_response_body_drainer_unittest.cc', | 977 'http/http_response_body_drainer_unittest.cc', |
975 'http/http_response_headers_unittest.cc', | 978 'http/http_response_headers_unittest.cc', |
976 'http/http_stream_factory_impl_unittest.cc', | 979 'http/http_stream_factory_impl_unittest.cc', |
977 'http/http_transaction_unittest.cc', | 980 'http/http_transaction_unittest.cc', |
978 'http/http_transaction_unittest.h', | 981 'http/http_transaction_unittest.h', |
979 'http/http_util_unittest.cc', | 982 'http/http_util_unittest.cc', |
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1435 ], | 1438 ], |
1436 }], | 1439 }], |
1437 ], | 1440 ], |
1438 } | 1441 } |
1439 | 1442 |
1440 # Local Variables: | 1443 # Local Variables: |
1441 # tab-width:2 | 1444 # tab-width:2 |
1442 # indent-tabs-mode:nil | 1445 # indent-tabs-mode:nil |
1443 # End: | 1446 # End: |
1444 # vim: set expandtab tabstop=2 shiftwidth=2: | 1447 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |