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 1746 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1955 'tools/dump_cache/url_to_filename_encoder.cc', | 1955 'tools/dump_cache/url_to_filename_encoder.cc', |
1956 'tools/dump_cache/url_to_filename_encoder.h', | 1956 'tools/dump_cache/url_to_filename_encoder.h', |
1957 'tools/dump_cache/url_utilities.h', | 1957 'tools/dump_cache/url_utilities.h', |
1958 'tools/dump_cache/url_utilities.cc', | 1958 'tools/dump_cache/url_utilities.cc', |
1959 ], | 1959 ], |
1960 }, | 1960 }, |
1961 ], | 1961 ], |
1962 }], | 1962 }], |
1963 ], | 1963 ], |
1964 } | 1964 } |
OLD | NEW |