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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 'base/file_stream_context_win.cc', | 140 'base/file_stream_context_win.cc', |
141 'base/file_stream_metrics.cc', | 141 'base/file_stream_metrics.cc', |
142 'base/file_stream_metrics.h', | 142 'base/file_stream_metrics.h', |
143 'base/file_stream_metrics_posix.cc', | 143 'base/file_stream_metrics_posix.cc', |
144 'base/file_stream_metrics_win.cc', | 144 'base/file_stream_metrics_win.cc', |
145 'base/file_stream_net_log_parameters.cc', | 145 'base/file_stream_net_log_parameters.cc', |
146 'base/file_stream_net_log_parameters.h', | 146 'base/file_stream_net_log_parameters.h', |
147 'base/file_stream_whence.h', | 147 'base/file_stream_whence.h', |
148 'base/filter.cc', | 148 'base/filter.cc', |
149 'base/filter.h', | 149 'base/filter.h', |
| 150 'base/int128.cc', |
| 151 'base/int128.h', |
150 'base/gzip_filter.cc', | 152 'base/gzip_filter.cc', |
151 'base/gzip_filter.h', | 153 'base/gzip_filter.h', |
152 'base/gzip_header.cc', | 154 'base/gzip_header.cc', |
153 'base/gzip_header.h', | 155 'base/gzip_header.h', |
154 'base/host_cache.cc', | 156 'base/host_cache.cc', |
155 'base/host_cache.h', | 157 'base/host_cache.h', |
156 'base/host_mapping_rules.cc', | 158 'base/host_mapping_rules.cc', |
157 'base/host_mapping_rules.h', | 159 'base/host_mapping_rules.h', |
158 'base/host_port_pair.cc', | 160 'base/host_port_pair.cc', |
159 'base/host_port_pair.h', | 161 'base/host_port_pair.h', |
(...skipping 1112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1272 'base/default_server_bound_cert_store_unittest.cc', | 1274 'base/default_server_bound_cert_store_unittest.cc', |
1273 'base/directory_lister_unittest.cc', | 1275 'base/directory_lister_unittest.cc', |
1274 'base/dnssec_unittest.cc', | 1276 'base/dnssec_unittest.cc', |
1275 'base/dns_util_unittest.cc', | 1277 'base/dns_util_unittest.cc', |
1276 'base/dnsrr_resolver_unittest.cc', | 1278 'base/dnsrr_resolver_unittest.cc', |
1277 'base/escape_unittest.cc', | 1279 'base/escape_unittest.cc', |
1278 'base/ev_root_ca_metadata_unittest.cc', | 1280 'base/ev_root_ca_metadata_unittest.cc', |
1279 'base/expiring_cache_unittest.cc', | 1281 'base/expiring_cache_unittest.cc', |
1280 'base/file_stream_unittest.cc', | 1282 'base/file_stream_unittest.cc', |
1281 'base/filter_unittest.cc', | 1283 'base/filter_unittest.cc', |
| 1284 'base/int128_unittest.cc', |
1282 'base/gzip_filter_unittest.cc', | 1285 'base/gzip_filter_unittest.cc', |
1283 'base/host_cache_unittest.cc', | 1286 'base/host_cache_unittest.cc', |
1284 'base/host_mapping_rules_unittest.cc', | 1287 'base/host_mapping_rules_unittest.cc', |
1285 'base/host_port_pair_unittest.cc', | 1288 'base/host_port_pair_unittest.cc', |
1286 'base/host_resolver_impl_unittest.cc', | 1289 'base/host_resolver_impl_unittest.cc', |
1287 'base/ip_endpoint_unittest.cc', | 1290 'base/ip_endpoint_unittest.cc', |
1288 'base/keygen_handler_unittest.cc', | 1291 'base/keygen_handler_unittest.cc', |
1289 'base/mapped_host_resolver_unittest.cc', | 1292 'base/mapped_host_resolver_unittest.cc', |
1290 'base/mime_sniffer_unittest.cc', | 1293 'base/mime_sniffer_unittest.cc', |
1291 'base/mime_util_unittest.cc', | 1294 'base/mime_util_unittest.cc', |
(...skipping 1130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2422 '--result', '<@(_outputs)', | 2425 '--result', '<@(_outputs)', |
2423 '--isolate', 'net_unittests.isolate', | 2426 '--isolate', 'net_unittests.isolate', |
2424 ], | 2427 ], |
2425 }, | 2428 }, |
2426 ], | 2429 ], |
2427 }, | 2430 }, |
2428 ], | 2431 ], |
2429 }], | 2432 }], |
2430 ], | 2433 ], |
2431 } | 2434 } |
OLD | NEW |