| 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 1271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1282 'base/ip_endpoint_unittest.cc', | 1282 'base/ip_endpoint_unittest.cc', |
| 1283 'base/keygen_handler_unittest.cc', | 1283 'base/keygen_handler_unittest.cc', |
| 1284 'base/mapped_host_resolver_unittest.cc', | 1284 'base/mapped_host_resolver_unittest.cc', |
| 1285 'base/mime_sniffer_unittest.cc', | 1285 'base/mime_sniffer_unittest.cc', |
| 1286 'base/mime_util_unittest.cc', | 1286 'base/mime_util_unittest.cc', |
| 1287 'base/mock_filter_context.cc', | 1287 'base/mock_filter_context.cc', |
| 1288 'base/mock_filter_context.h', | 1288 'base/mock_filter_context.h', |
| 1289 'base/multi_threaded_cert_verifier_unittest.cc', | 1289 'base/multi_threaded_cert_verifier_unittest.cc', |
| 1290 'base/net_log_unittest.h', | 1290 'base/net_log_unittest.h', |
| 1291 'base/net_util_unittest.cc', | 1291 'base/net_util_unittest.cc', |
| 1292 'base/network_change_notifier_linux_unittest.cc', | |
| 1293 'base/network_change_notifier_win_unittest.cc', | 1292 'base/network_change_notifier_win_unittest.cc', |
| 1294 'base/nss_cert_database_unittest.cc', | 1293 'base/nss_cert_database_unittest.cc', |
| 1295 'base/pem_tokenizer_unittest.cc', | 1294 'base/pem_tokenizer_unittest.cc', |
| 1296 'base/prioritized_dispatcher_unittest.cc', | 1295 'base/prioritized_dispatcher_unittest.cc', |
| 1297 'base/priority_queue_unittest.cc', | 1296 'base/priority_queue_unittest.cc', |
| 1298 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc
', | 1297 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc
', |
| 1299 'base/run_all_unittests.cc', | 1298 'base/run_all_unittests.cc', |
| 1300 'base/sdch_filter_unittest.cc', | 1299 'base/sdch_filter_unittest.cc', |
| 1301 'base/server_bound_cert_service_unittest.cc', | 1300 'base/server_bound_cert_service_unittest.cc', |
| 1302 'base/single_request_host_resolver_unittest.cc', | 1301 'base/single_request_host_resolver_unittest.cc', |
| (...skipping 1057 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2360 '--result', '<@(_outputs)', | 2359 '--result', '<@(_outputs)', |
| 2361 '--isolate', 'net_unittests.isolate', | 2360 '--isolate', 'net_unittests.isolate', |
| 2362 ], | 2361 ], |
| 2363 }, | 2362 }, |
| 2364 ], | 2363 ], |
| 2365 }, | 2364 }, |
| 2366 ], | 2365 ], |
| 2367 }], | 2366 }], |
| 2368 ], | 2367 ], |
| 2369 } | 2368 } |
| OLD | NEW |