| 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 'base/hash_value.h', | 129 'base/hash_value.h', |
| 130 'base/host_mapping_rules.cc', | 130 'base/host_mapping_rules.cc', |
| 131 'base/host_mapping_rules.h', | 131 'base/host_mapping_rules.h', |
| 132 'base/host_port_pair.cc', | 132 'base/host_port_pair.cc', |
| 133 'base/host_port_pair.h', | 133 'base/host_port_pair.h', |
| 134 'base/io_buffer.cc', | 134 'base/io_buffer.cc', |
| 135 'base/io_buffer.h', | 135 'base/io_buffer.h', |
| 136 'base/iovec.h', | 136 'base/iovec.h', |
| 137 'base/ip_endpoint.cc', | 137 'base/ip_endpoint.cc', |
| 138 'base/ip_endpoint.h', | 138 'base/ip_endpoint.h', |
| 139 'base/ip_mapping_rules.cc', | |
| 140 'base/ip_mapping_rules.h', | |
| 141 'base/ip_pattern.cc', | 139 'base/ip_pattern.cc', |
| 142 'base/ip_pattern.h', | 140 'base/ip_pattern.h', |
| 143 'base/keygen_handler.cc', | 141 'base/keygen_handler.cc', |
| 144 'base/keygen_handler.h', | 142 'base/keygen_handler.h', |
| 145 'base/keygen_handler_mac.cc', | 143 'base/keygen_handler_mac.cc', |
| 146 'base/keygen_handler_nss.cc', | 144 'base/keygen_handler_nss.cc', |
| 147 'base/keygen_handler_openssl.cc', | 145 'base/keygen_handler_openssl.cc', |
| 148 'base/keygen_handler_win.cc', | 146 'base/keygen_handler_win.cc', |
| 149 'base/linked_hash_map.h', | 147 'base/linked_hash_map.h', |
| 150 'base/load_flags.h', | 148 'base/load_flags.h', |
| (...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 483 'dns/host_cache.cc', | 481 'dns/host_cache.cc', |
| 484 'dns/host_cache.h', | 482 'dns/host_cache.h', |
| 485 'dns/host_resolver.cc', | 483 'dns/host_resolver.cc', |
| 486 'dns/host_resolver.h', | 484 'dns/host_resolver.h', |
| 487 'dns/host_resolver_impl.cc', | 485 'dns/host_resolver_impl.cc', |
| 488 'dns/host_resolver_impl.h', | 486 'dns/host_resolver_impl.h', |
| 489 'dns/host_resolver_proc.cc', | 487 'dns/host_resolver_proc.cc', |
| 490 'dns/host_resolver_proc.h', | 488 'dns/host_resolver_proc.h', |
| 491 'dns/mapped_host_resolver.cc', | 489 'dns/mapped_host_resolver.cc', |
| 492 'dns/mapped_host_resolver.h', | 490 'dns/mapped_host_resolver.h', |
| 493 'dns/mapped_ip_resolver.cc', | |
| 494 'dns/mapped_ip_resolver.h', | |
| 495 'dns/mdns_cache.cc', | 491 'dns/mdns_cache.cc', |
| 496 'dns/mdns_cache.h', | 492 'dns/mdns_cache.h', |
| 497 'dns/mdns_client.cc', | 493 'dns/mdns_client.cc', |
| 498 'dns/mdns_client.h', | 494 'dns/mdns_client.h', |
| 499 'dns/mdns_client_impl.cc', | 495 'dns/mdns_client_impl.cc', |
| 500 'dns/mdns_client_impl.h', | 496 'dns/mdns_client_impl.h', |
| 501 'dns/notify_watcher_mac.cc', | 497 'dns/notify_watcher_mac.cc', |
| 502 'dns/notify_watcher_mac.h', | 498 'dns/notify_watcher_mac.h', |
| 503 'dns/record_parsed.cc', | 499 'dns/record_parsed.cc', |
| 504 'dns/record_parsed.h', | 500 'dns/record_parsed.h', |
| (...skipping 1186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1691 'base/data_url_unittest.cc', | 1687 'base/data_url_unittest.cc', |
| 1692 'base/directory_lister_unittest.cc', | 1688 'base/directory_lister_unittest.cc', |
| 1693 'base/dns_util_unittest.cc', | 1689 'base/dns_util_unittest.cc', |
| 1694 'base/escape_unittest.cc', | 1690 'base/escape_unittest.cc', |
| 1695 'base/expiring_cache_unittest.cc', | 1691 'base/expiring_cache_unittest.cc', |
| 1696 'base/file_stream_unittest.cc', | 1692 'base/file_stream_unittest.cc', |
| 1697 'base/int128_unittest.cc', | 1693 'base/int128_unittest.cc', |
| 1698 'base/host_mapping_rules_unittest.cc', | 1694 'base/host_mapping_rules_unittest.cc', |
| 1699 'base/host_port_pair_unittest.cc', | 1695 'base/host_port_pair_unittest.cc', |
| 1700 'base/ip_endpoint_unittest.cc', | 1696 'base/ip_endpoint_unittest.cc', |
| 1701 'base/ip_mapping_rules_unittest.cc', | |
| 1702 'base/ip_pattern_unittest.cc', | 1697 'base/ip_pattern_unittest.cc', |
| 1703 'base/keygen_handler_unittest.cc', | 1698 'base/keygen_handler_unittest.cc', |
| 1704 'base/mime_sniffer_unittest.cc', | 1699 'base/mime_sniffer_unittest.cc', |
| 1705 'base/mime_util_unittest.cc', | 1700 'base/mime_util_unittest.cc', |
| 1706 'base/net_log_logger_unittest.cc', | 1701 'base/net_log_logger_unittest.cc', |
| 1707 'base/net_log_unittest.cc', | 1702 'base/net_log_unittest.cc', |
| 1708 'base/net_log_unittest.h', | 1703 'base/net_log_unittest.h', |
| 1709 'base/net_util_unittest.cc', | 1704 'base/net_util_unittest.cc', |
| 1710 'base/network_change_notifier_win_unittest.cc', | 1705 'base/network_change_notifier_win_unittest.cc', |
| 1711 'base/prioritized_dispatcher_unittest.cc', | 1706 'base/prioritized_dispatcher_unittest.cc', |
| (...skipping 1659 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3371 'java_in_dir': 'cronet/android/sample/javatests', | 3366 'java_in_dir': 'cronet/android/sample/javatests', |
| 3372 'resource_dir': 'cronet/android/sample/res', | 3367 'resource_dir': 'cronet/android/sample/res', |
| 3373 'is_test_apk': 1, | 3368 'is_test_apk': 1, |
| 3374 }, | 3369 }, |
| 3375 'includes': [ '../build/java_apk.gypi' ], | 3370 'includes': [ '../build/java_apk.gypi' ], |
| 3376 }, | 3371 }, |
| 3377 ], | 3372 ], |
| 3378 }], # OS=="android" | 3373 }], # OS=="android" |
| 3379 ], | 3374 ], |
| 3380 } | 3375 } |
| OLD | NEW |