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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 'base/address_list.cc', | 85 'base/address_list.cc', |
86 'base/address_list.h', | 86 'base/address_list.h', |
87 'base/address_tracker_linux.cc', | 87 'base/address_tracker_linux.cc', |
88 'base/address_tracker_linux.h', | 88 'base/address_tracker_linux.h', |
89 'base/auth.cc', | 89 'base/auth.cc', |
90 'base/auth.h', | 90 'base/auth.h', |
91 'base/backoff_entry.cc', | 91 'base/backoff_entry.cc', |
92 'base/backoff_entry.h', | 92 'base/backoff_entry.h', |
93 'base/bandwidth_metrics.cc', | 93 'base/bandwidth_metrics.cc', |
94 'base/bandwidth_metrics.h', | 94 'base/bandwidth_metrics.h', |
95 'base/big_endian.cc', | |
96 'base/big_endian.h', | |
97 'base/cache_type.h', | 95 'base/cache_type.h', |
98 'base/completion_callback.h', | 96 'base/completion_callback.h', |
99 'base/connection_type_histograms.cc', | 97 'base/connection_type_histograms.cc', |
100 'base/connection_type_histograms.h', | 98 'base/connection_type_histograms.h', |
101 'base/crypto_module.h', | 99 'base/crypto_module.h', |
102 'base/crypto_module_nss.cc', | 100 'base/crypto_module_nss.cc', |
103 'base/crypto_module_openssl.cc', | 101 'base/crypto_module_openssl.cc', |
104 'base/data_url.cc', | 102 'base/data_url.cc', |
105 'base/data_url.h', | 103 'base/data_url.h', |
106 'base/directory_lister.cc', | 104 'base/directory_lister.cc', |
(...skipping 1536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1643 'http_server', | 1641 'http_server', |
1644 'net', | 1642 'net', |
1645 'net_test_support' | 1643 'net_test_support' |
1646 ], | 1644 ], |
1647 'sources': [ | 1645 'sources': [ |
1648 'android/keystore_unittest.cc', | 1646 'android/keystore_unittest.cc', |
1649 'android/network_change_notifier_android_unittest.cc', | 1647 'android/network_change_notifier_android_unittest.cc', |
1650 'base/address_list_unittest.cc', | 1648 'base/address_list_unittest.cc', |
1651 'base/address_tracker_linux_unittest.cc', | 1649 'base/address_tracker_linux_unittest.cc', |
1652 'base/backoff_entry_unittest.cc', | 1650 'base/backoff_entry_unittest.cc', |
1653 'base/big_endian_unittest.cc', | |
1654 'base/data_url_unittest.cc', | 1651 'base/data_url_unittest.cc', |
1655 'base/directory_lister_unittest.cc', | 1652 'base/directory_lister_unittest.cc', |
1656 'base/dns_util_unittest.cc', | 1653 'base/dns_util_unittest.cc', |
1657 'base/escape_unittest.cc', | 1654 'base/escape_unittest.cc', |
1658 'base/expiring_cache_unittest.cc', | 1655 'base/expiring_cache_unittest.cc', |
1659 'base/file_stream_unittest.cc', | 1656 'base/file_stream_unittest.cc', |
1660 'base/int128_unittest.cc', | 1657 'base/int128_unittest.cc', |
1661 'base/host_mapping_rules_unittest.cc', | 1658 'base/host_mapping_rules_unittest.cc', |
1662 'base/host_port_pair_unittest.cc', | 1659 'base/host_port_pair_unittest.cc', |
1663 'base/ip_endpoint_unittest.cc', | 1660 'base/ip_endpoint_unittest.cc', |
(...skipping 1547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3211 'net_unittests.isolate', | 3208 'net_unittests.isolate', |
3212 ], | 3209 ], |
3213 'sources': [ | 3210 'sources': [ |
3214 'net_unittests.isolate', | 3211 'net_unittests.isolate', |
3215 ], | 3212 ], |
3216 }, | 3213 }, |
3217 ], | 3214 ], |
3218 }], | 3215 }], |
3219 ], | 3216 ], |
3220 } | 3217 } |
OLD | NEW |