| 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 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 1041 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1052 'http/http_auth_sspi_win_unittest.cc', | 1052 'http/http_auth_sspi_win_unittest.cc', |
| 1053 'http/http_auth_unittest.cc', | 1053 'http/http_auth_unittest.cc', |
| 1054 'http/http_byte_range_unittest.cc', | 1054 'http/http_byte_range_unittest.cc', |
| 1055 'http/http_cache_unittest.cc', | 1055 'http/http_cache_unittest.cc', |
| 1056 'http/http_chunked_decoder_unittest.cc', | 1056 'http/http_chunked_decoder_unittest.cc', |
| 1057 'http/http_mac_signature_unittest.cc', | 1057 'http/http_mac_signature_unittest.cc', |
| 1058 'http/http_network_layer_unittest.cc', | 1058 'http/http_network_layer_unittest.cc', |
| 1059 'http/http_network_transaction_unittest.cc', | 1059 'http/http_network_transaction_unittest.cc', |
| 1060 'http/http_pipelined_connection_impl_unittest.cc', | 1060 'http/http_pipelined_connection_impl_unittest.cc', |
| 1061 'http/http_pipelined_host_unittest.cc', | 1061 'http/http_pipelined_host_unittest.cc', |
| 1062 'http/http_pipelined_network_transaction_unittest.cc', |
| 1062 'http/http_proxy_client_socket_pool_unittest.cc', | 1063 'http/http_proxy_client_socket_pool_unittest.cc', |
| 1063 'http/http_request_headers_unittest.cc', | 1064 'http/http_request_headers_unittest.cc', |
| 1064 'http/http_response_body_drainer_unittest.cc', | 1065 'http/http_response_body_drainer_unittest.cc', |
| 1065 'http/http_response_headers_unittest.cc', | 1066 'http/http_response_headers_unittest.cc', |
| 1066 'http/http_server_properties_impl_unittest.cc', | 1067 'http/http_server_properties_impl_unittest.cc', |
| 1067 'http/http_stream_factory_impl_unittest.cc', | 1068 'http/http_stream_factory_impl_unittest.cc', |
| 1068 'http/http_transaction_unittest.cc', | 1069 'http/http_transaction_unittest.cc', |
| 1069 'http/http_transaction_unittest.h', | 1070 'http/http_transaction_unittest.h', |
| 1070 'http/http_util_unittest.cc', | 1071 'http/http_util_unittest.cc', |
| 1071 'http/http_vary_data_unittest.cc', | 1072 'http/http_vary_data_unittest.cc', |
| (...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1628 'tools/dump_cache/url_to_filename_encoder.cc', | 1629 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1629 'tools/dump_cache/url_to_filename_encoder.h', | 1630 'tools/dump_cache/url_to_filename_encoder.h', |
| 1630 'tools/dump_cache/url_utilities.h', | 1631 'tools/dump_cache/url_utilities.h', |
| 1631 'tools/dump_cache/url_utilities.cc', | 1632 'tools/dump_cache/url_utilities.cc', |
| 1632 ], | 1633 ], |
| 1633 }, | 1634 }, |
| 1634 ], | 1635 ], |
| 1635 }], | 1636 }], |
| 1636 ], | 1637 ], |
| 1637 } | 1638 } |
| OLD | NEW |