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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 'android/net_jni_registrar.h', | 50 'android/net_jni_registrar.h', |
51 'android/network_change_notifier_android.cc', | 51 'android/network_change_notifier_android.cc', |
52 'android/network_change_notifier_android.h', | 52 'android/network_change_notifier_android.h', |
53 'android/network_change_notifier_factory.cc', | 53 'android/network_change_notifier_factory.cc', |
54 'android/network_change_notifier_factory.h', | 54 'android/network_change_notifier_factory.h', |
55 'android/network_library.cc', | 55 'android/network_library.cc', |
56 'android/network_library.h', | 56 'android/network_library.h', |
57 'base/address_family.h', | 57 'base/address_family.h', |
58 'base/address_list.cc', | 58 'base/address_list.cc', |
59 'base/address_list.h', | 59 'base/address_list.h', |
| 60 'base/address_tracker_linux.cc', |
| 61 'base/address_tracker_linux.h', |
60 'base/asn1_util.cc', | 62 'base/asn1_util.cc', |
61 'base/asn1_util.h', | 63 'base/asn1_util.h', |
62 'base/auth.cc', | 64 'base/auth.cc', |
63 'base/auth.h', | 65 'base/auth.h', |
64 'base/backoff_entry.cc', | 66 'base/backoff_entry.cc', |
65 'base/backoff_entry.h', | 67 'base/backoff_entry.h', |
66 'base/bandwidth_metrics.cc', | 68 'base/bandwidth_metrics.cc', |
67 'base/bandwidth_metrics.h', | 69 'base/bandwidth_metrics.h', |
68 'base/big_endian.cc', | 70 'base/big_endian.cc', |
69 'base/big_endian.h', | 71 'base/big_endian.h', |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
187 'base/net_util.h', | 189 'base/net_util.h', |
188 'base/net_util_posix.cc', | 190 'base/net_util_posix.cc', |
189 'base/net_util_win.cc', | 191 'base/net_util_win.cc', |
190 'base/network_change_notifier.cc', | 192 'base/network_change_notifier.cc', |
191 'base/network_change_notifier.h', | 193 'base/network_change_notifier.h', |
192 'base/network_change_notifier_factory.h', | 194 'base/network_change_notifier_factory.h', |
193 'base/network_change_notifier_linux.cc', | 195 'base/network_change_notifier_linux.cc', |
194 'base/network_change_notifier_linux.h', | 196 'base/network_change_notifier_linux.h', |
195 'base/network_change_notifier_mac.cc', | 197 'base/network_change_notifier_mac.cc', |
196 'base/network_change_notifier_mac.h', | 198 'base/network_change_notifier_mac.h', |
197 'base/network_change_notifier_netlink_linux.cc', | |
198 'base/network_change_notifier_netlink_linux.h', | |
199 'base/network_change_notifier_win.cc', | 199 'base/network_change_notifier_win.cc', |
200 'base/network_change_notifier_win.h', | 200 'base/network_change_notifier_win.h', |
201 'base/network_config_watcher_mac.cc', | 201 'base/network_config_watcher_mac.cc', |
202 'base/network_config_watcher_mac.h', | 202 'base/network_config_watcher_mac.h', |
203 'base/network_delegate.cc', | 203 'base/network_delegate.cc', |
204 'base/network_delegate.h', | 204 'base/network_delegate.h', |
205 'base/nss_memio.c', | 205 'base/nss_memio.c', |
206 'base/nss_memio.h', | 206 'base/nss_memio.h', |
207 'base/openssl_memory_private_key_store.cc', | 207 'base/openssl_memory_private_key_store.cc', |
208 'base/openssl_private_key_store.h', | 208 'base/openssl_private_key_store.h', |
(...skipping 844 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1053 '../base/base.gyp:base_i18n', | 1053 '../base/base.gyp:base_i18n', |
1054 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 1054 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
1055 '../build/temp_gyp/googleurl.gyp:googleurl', | 1055 '../build/temp_gyp/googleurl.gyp:googleurl', |
1056 '../crypto/crypto.gyp:crypto', | 1056 '../crypto/crypto.gyp:crypto', |
1057 '../testing/gmock.gyp:gmock', | 1057 '../testing/gmock.gyp:gmock', |
1058 '../testing/gtest.gyp:gtest', | 1058 '../testing/gtest.gyp:gtest', |
1059 '../third_party/zlib/zlib.gyp:zlib', | 1059 '../third_party/zlib/zlib.gyp:zlib', |
1060 ], | 1060 ], |
1061 'sources': [ | 1061 'sources': [ |
1062 'base/address_list_unittest.cc', | 1062 'base/address_list_unittest.cc', |
| 1063 'base/address_tracker_linux_unittest.cc', |
1063 'base/backoff_entry_unittest.cc', | 1064 'base/backoff_entry_unittest.cc', |
1064 'base/big_endian_unittest.cc', | 1065 'base/big_endian_unittest.cc', |
1065 'base/cert_database_nss_unittest.cc', | 1066 'base/cert_database_nss_unittest.cc', |
1066 'base/cert_verify_proc_unittest.cc', | 1067 'base/cert_verify_proc_unittest.cc', |
1067 'base/crl_set_unittest.cc', | 1068 'base/crl_set_unittest.cc', |
1068 'base/data_url_unittest.cc', | 1069 'base/data_url_unittest.cc', |
1069 'base/default_server_bound_cert_store_unittest.cc', | 1070 'base/default_server_bound_cert_store_unittest.cc', |
1070 'base/directory_lister_unittest.cc', | 1071 'base/directory_lister_unittest.cc', |
1071 'base/dnssec_unittest.cc', | 1072 'base/dnssec_unittest.cc', |
1072 'base/dns_util_unittest.cc', | 1073 'base/dns_util_unittest.cc', |
(...skipping 883 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1956 'tools/dump_cache/url_to_filename_encoder.cc', | 1957 'tools/dump_cache/url_to_filename_encoder.cc', |
1957 'tools/dump_cache/url_to_filename_encoder.h', | 1958 'tools/dump_cache/url_to_filename_encoder.h', |
1958 'tools/dump_cache/url_utilities.h', | 1959 'tools/dump_cache/url_utilities.h', |
1959 'tools/dump_cache/url_utilities.cc', | 1960 'tools/dump_cache/url_utilities.cc', |
1960 ], | 1961 ], |
1961 }, | 1962 }, |
1962 ], | 1963 ], |
1963 }], | 1964 }], |
1964 ], | 1965 ], |
1965 } | 1966 } |
OLD | NEW |