| 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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 'base/hash_value.h', | 135 'base/hash_value.h', |
| 136 'base/host_mapping_rules.cc', | 136 'base/host_mapping_rules.cc', |
| 137 'base/host_mapping_rules.h', | 137 'base/host_mapping_rules.h', |
| 138 'base/host_port_pair.cc', | 138 'base/host_port_pair.cc', |
| 139 'base/host_port_pair.h', | 139 'base/host_port_pair.h', |
| 140 'base/io_buffer.cc', | 140 'base/io_buffer.cc', |
| 141 'base/io_buffer.h', | 141 'base/io_buffer.h', |
| 142 'base/iovec.h', | 142 'base/iovec.h', |
| 143 'base/ip_endpoint.cc', | 143 'base/ip_endpoint.cc', |
| 144 'base/ip_endpoint.h', | 144 'base/ip_endpoint.h', |
| 145 'base/ip_mapping_rules.cc', |
| 146 'base/ip_mapping_rules.h', |
| 147 'base/ip_pattern.cc', |
| 148 'base/ip_pattern.h', |
| 145 'base/keygen_handler.cc', | 149 'base/keygen_handler.cc', |
| 146 'base/keygen_handler.h', | 150 'base/keygen_handler.h', |
| 147 'base/keygen_handler_mac.cc', | 151 'base/keygen_handler_mac.cc', |
| 148 'base/keygen_handler_nss.cc', | 152 'base/keygen_handler_nss.cc', |
| 149 'base/keygen_handler_openssl.cc', | 153 'base/keygen_handler_openssl.cc', |
| 150 'base/keygen_handler_win.cc', | 154 'base/keygen_handler_win.cc', |
| 151 'base/linked_hash_map.h', | 155 'base/linked_hash_map.h', |
| 152 'base/load_flags.h', | 156 'base/load_flags.h', |
| 153 'base/load_flags_list.h', | 157 'base/load_flags_list.h', |
| 154 'base/load_states.h', | 158 'base/load_states.h', |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 497 'dns/host_cache.cc', | 501 'dns/host_cache.cc', |
| 498 'dns/host_cache.h', | 502 'dns/host_cache.h', |
| 499 'dns/host_resolver.cc', | 503 'dns/host_resolver.cc', |
| 500 'dns/host_resolver.h', | 504 'dns/host_resolver.h', |
| 501 'dns/host_resolver_impl.cc', | 505 'dns/host_resolver_impl.cc', |
| 502 'dns/host_resolver_impl.h', | 506 'dns/host_resolver_impl.h', |
| 503 'dns/host_resolver_proc.cc', | 507 'dns/host_resolver_proc.cc', |
| 504 'dns/host_resolver_proc.h', | 508 'dns/host_resolver_proc.h', |
| 505 'dns/mapped_host_resolver.cc', | 509 'dns/mapped_host_resolver.cc', |
| 506 'dns/mapped_host_resolver.h', | 510 'dns/mapped_host_resolver.h', |
| 511 'dns/mapped_ip_resolver.cc', |
| 512 'dns/mapped_ip_resolver.h', |
| 507 'dns/mdns_cache.cc', | 513 'dns/mdns_cache.cc', |
| 508 'dns/mdns_cache.h', | 514 'dns/mdns_cache.h', |
| 509 'dns/mdns_client.cc', | 515 'dns/mdns_client.cc', |
| 510 'dns/mdns_client.h', | 516 'dns/mdns_client.h', |
| 511 'dns/mdns_client_impl.cc', | 517 'dns/mdns_client_impl.cc', |
| 512 'dns/mdns_client_impl.h', | 518 'dns/mdns_client_impl.h', |
| 513 'dns/notify_watcher_mac.cc', | 519 'dns/notify_watcher_mac.cc', |
| 514 'dns/notify_watcher_mac.h', | 520 'dns/notify_watcher_mac.h', |
| 515 'dns/record_parsed.cc', | 521 'dns/record_parsed.cc', |
| 516 'dns/record_parsed.h', | 522 'dns/record_parsed.h', |
| (...skipping 1130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1647 'base/dns_util_unittest.cc', | 1653 'base/dns_util_unittest.cc', |
| 1648 'base/escape_unittest.cc', | 1654 'base/escape_unittest.cc', |
| 1649 'base/expiring_cache_unittest.cc', | 1655 'base/expiring_cache_unittest.cc', |
| 1650 'base/file_stream_unittest.cc', | 1656 'base/file_stream_unittest.cc', |
| 1651 'base/filter_unittest.cc', | 1657 'base/filter_unittest.cc', |
| 1652 'base/int128_unittest.cc', | 1658 'base/int128_unittest.cc', |
| 1653 'base/gzip_filter_unittest.cc', | 1659 'base/gzip_filter_unittest.cc', |
| 1654 'base/host_mapping_rules_unittest.cc', | 1660 'base/host_mapping_rules_unittest.cc', |
| 1655 'base/host_port_pair_unittest.cc', | 1661 'base/host_port_pair_unittest.cc', |
| 1656 'base/ip_endpoint_unittest.cc', | 1662 'base/ip_endpoint_unittest.cc', |
| 1663 'base/ip_mapping_rules_unittest.cc', |
| 1664 'base/ip_pattern_unittest.cc', |
| 1657 'base/keygen_handler_unittest.cc', | 1665 'base/keygen_handler_unittest.cc', |
| 1658 'base/mime_sniffer_unittest.cc', | 1666 'base/mime_sniffer_unittest.cc', |
| 1659 'base/mime_util_unittest.cc', | 1667 'base/mime_util_unittest.cc', |
| 1660 'base/mock_filter_context.cc', | 1668 'base/mock_filter_context.cc', |
| 1661 'base/mock_filter_context.h', | 1669 'base/mock_filter_context.h', |
| 1662 'base/net_log_logger_unittest.cc', | 1670 'base/net_log_logger_unittest.cc', |
| 1663 'base/net_log_unittest.cc', | 1671 'base/net_log_unittest.cc', |
| 1664 'base/net_log_unittest.h', | 1672 'base/net_log_unittest.h', |
| 1665 'base/net_util_unittest.cc', | 1673 'base/net_util_unittest.cc', |
| 1666 'base/network_change_notifier_win_unittest.cc', | 1674 'base/network_change_notifier_win_unittest.cc', |
| (...skipping 1508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3175 'net_unittests.isolate', | 3183 'net_unittests.isolate', |
| 3176 ], | 3184 ], |
| 3177 'sources': [ | 3185 'sources': [ |
| 3178 'net_unittests.isolate', | 3186 'net_unittests.isolate', |
| 3179 ], | 3187 ], |
| 3180 }, | 3188 }, |
| 3181 ], | 3189 ], |
| 3182 }], | 3190 }], |
| 3183 ], | 3191 ], |
| 3184 } | 3192 } |
| OLD | NEW |