| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1109 'http/http_pipelined_connection_impl_unittest.cc', | 1109 'http/http_pipelined_connection_impl_unittest.cc', |
| 1110 'http/http_pipelined_host_impl_unittest.cc', | 1110 'http/http_pipelined_host_impl_unittest.cc', |
| 1111 'http/http_pipelined_host_pool_unittest.cc', | 1111 'http/http_pipelined_host_pool_unittest.cc', |
| 1112 'http/http_pipelined_network_transaction_unittest.cc', | 1112 'http/http_pipelined_network_transaction_unittest.cc', |
| 1113 'http/http_proxy_client_socket_pool_unittest.cc', | 1113 'http/http_proxy_client_socket_pool_unittest.cc', |
| 1114 'http/http_request_headers_unittest.cc', | 1114 'http/http_request_headers_unittest.cc', |
| 1115 'http/http_response_body_drainer_unittest.cc', | 1115 'http/http_response_body_drainer_unittest.cc', |
| 1116 'http/http_response_headers_unittest.cc', | 1116 'http/http_response_headers_unittest.cc', |
| 1117 'http/http_server_properties_impl_unittest.cc', | 1117 'http/http_server_properties_impl_unittest.cc', |
| 1118 'http/http_stream_factory_impl_unittest.cc', | 1118 'http/http_stream_factory_impl_unittest.cc', |
| 1119 'http/http_stream_parser_unittest.cc', |
| 1119 'http/http_transaction_unittest.cc', | 1120 'http/http_transaction_unittest.cc', |
| 1120 'http/http_transaction_unittest.h', | 1121 'http/http_transaction_unittest.h', |
| 1121 'http/http_util_unittest.cc', | 1122 'http/http_util_unittest.cc', |
| 1122 'http/http_vary_data_unittest.cc', | 1123 'http/http_vary_data_unittest.cc', |
| 1123 'http/mock_allow_url_security_manager.cc', | 1124 'http/mock_allow_url_security_manager.cc', |
| 1124 'http/mock_allow_url_security_manager.h', | 1125 'http/mock_allow_url_security_manager.h', |
| 1125 'http/mock_gssapi_library_posix.cc', | 1126 'http/mock_gssapi_library_posix.cc', |
| 1126 'http/mock_gssapi_library_posix.h', | 1127 'http/mock_gssapi_library_posix.h', |
| 1127 'http/mock_http_cache.cc', | 1128 'http/mock_http_cache.cc', |
| 1128 'http/mock_http_cache.h', | 1129 'http/mock_http_cache.h', |
| (...skipping 590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1719 'tools/dump_cache/url_to_filename_encoder.cc', | 1720 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1720 'tools/dump_cache/url_to_filename_encoder.h', | 1721 'tools/dump_cache/url_to_filename_encoder.h', |
| 1721 'tools/dump_cache/url_utilities.h', | 1722 'tools/dump_cache/url_utilities.h', |
| 1722 'tools/dump_cache/url_utilities.cc', | 1723 'tools/dump_cache/url_utilities.cc', |
| 1723 ], | 1724 ], |
| 1724 }, | 1725 }, |
| 1725 ], | 1726 ], |
| 1726 }], | 1727 }], |
| 1727 ], | 1728 ], |
| 1728 } | 1729 } |
| OLD | NEW |