| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'use_tracing_cache_backend%': 0, | 10 'use_tracing_cache_backend%': 0, |
| (...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 404 'disk_cache/flash/internal_entry.cc', | 404 'disk_cache/flash/internal_entry.cc', |
| 405 'disk_cache/flash/internal_entry.h', | 405 'disk_cache/flash/internal_entry.h', |
| 406 'disk_cache/flash/log_store.cc', | 406 'disk_cache/flash/log_store.cc', |
| 407 'disk_cache/flash/log_store.h', | 407 'disk_cache/flash/log_store.h', |
| 408 'disk_cache/flash/log_store_entry.cc', | 408 'disk_cache/flash/log_store_entry.cc', |
| 409 'disk_cache/flash/log_store_entry.h', | 409 'disk_cache/flash/log_store_entry.h', |
| 410 'disk_cache/flash/segment.cc', | 410 'disk_cache/flash/segment.cc', |
| 411 'disk_cache/flash/segment.h', | 411 'disk_cache/flash/segment.h', |
| 412 'disk_cache/flash/storage.cc', | 412 'disk_cache/flash/storage.cc', |
| 413 'disk_cache/flash/storage.h', | 413 'disk_cache/flash/storage.h', |
| 414 'disk_cache/v3/block_bitmaps.cc', |
| 415 'disk_cache/v3/block_bitmaps.h', |
| 414 'disk_cache/v3/disk_format_v3.h', | 416 'disk_cache/v3/disk_format_v3.h', |
| 415 'dns/address_sorter.h', | 417 'dns/address_sorter.h', |
| 416 'dns/address_sorter_posix.cc', | 418 'dns/address_sorter_posix.cc', |
| 417 'dns/address_sorter_posix.h', | 419 'dns/address_sorter_posix.h', |
| 418 'dns/address_sorter_win.cc', | 420 'dns/address_sorter_win.cc', |
| 419 'dns/dns_client.cc', | 421 'dns/dns_client.cc', |
| 420 'dns/dns_client.h', | 422 'dns/dns_client.h', |
| 421 'dns/dns_config_service.cc', | 423 'dns/dns_config_service.cc', |
| 422 'dns/dns_config_service.h', | 424 'dns/dns_config_service.h', |
| 423 'dns/dns_config_service_posix.cc', | 425 'dns/dns_config_service_posix.cc', |
| (...skipping 1109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1533 'disk_cache/entry_unittest.cc', | 1535 'disk_cache/entry_unittest.cc', |
| 1534 'disk_cache/mapped_file_unittest.cc', | 1536 'disk_cache/mapped_file_unittest.cc', |
| 1535 'disk_cache/simple/simple_index_file_unittest.cc', | 1537 'disk_cache/simple/simple_index_file_unittest.cc', |
| 1536 'disk_cache/simple/simple_index_unittest.cc', | 1538 'disk_cache/simple/simple_index_unittest.cc', |
| 1537 'disk_cache/simple/simple_util_unittest.cc', | 1539 'disk_cache/simple/simple_util_unittest.cc', |
| 1538 'disk_cache/storage_block_unittest.cc', | 1540 'disk_cache/storage_block_unittest.cc', |
| 1539 'disk_cache/flash/log_store_entry_unittest.cc', | 1541 'disk_cache/flash/log_store_entry_unittest.cc', |
| 1540 'disk_cache/flash/log_store_unittest.cc', | 1542 'disk_cache/flash/log_store_unittest.cc', |
| 1541 'disk_cache/flash/segment_unittest.cc', | 1543 'disk_cache/flash/segment_unittest.cc', |
| 1542 'disk_cache/flash/storage_unittest.cc', | 1544 'disk_cache/flash/storage_unittest.cc', |
| 1545 'disk_cache/v3/block_bitmaps_unittest.cc', |
| 1543 'dns/address_sorter_posix_unittest.cc', | 1546 'dns/address_sorter_posix_unittest.cc', |
| 1544 'dns/address_sorter_unittest.cc', | 1547 'dns/address_sorter_unittest.cc', |
| 1545 'dns/dns_config_service_posix_unittest.cc', | 1548 'dns/dns_config_service_posix_unittest.cc', |
| 1546 'dns/dns_config_service_unittest.cc', | 1549 'dns/dns_config_service_unittest.cc', |
| 1547 'dns/dns_config_service_win_unittest.cc', | 1550 'dns/dns_config_service_win_unittest.cc', |
| 1548 'dns/dns_hosts_unittest.cc', | 1551 'dns/dns_hosts_unittest.cc', |
| 1549 'dns/dns_query_unittest.cc', | 1552 'dns/dns_query_unittest.cc', |
| 1550 'dns/dns_response_unittest.cc', | 1553 'dns/dns_response_unittest.cc', |
| 1551 'dns/dns_session_unittest.cc', | 1554 'dns/dns_session_unittest.cc', |
| 1552 'dns/dns_transaction_unittest.cc', | 1555 'dns/dns_transaction_unittest.cc', |
| (...skipping 1378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2931 '--result', '<@(_outputs)', | 2934 '--result', '<@(_outputs)', |
| 2932 '--isolate', 'net_unittests.isolate', | 2935 '--isolate', 'net_unittests.isolate', |
| 2933 ], | 2936 ], |
| 2934 }, | 2937 }, |
| 2935 ], | 2938 ], |
| 2936 }, | 2939 }, |
| 2937 ], | 2940 ], |
| 2938 }], | 2941 }], |
| 2939 ], | 2942 ], |
| 2940 } | 2943 } |
| OLD | NEW |