Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Side by Side Diff: net/net.gyp

Issue 188873004: Compile src/net for PNaCl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « net/base/net_util_posix.cc ('k') | net/net.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 23 matching lines...) Expand all
34 'enable_built_in_dns%': 0, 34 'enable_built_in_dns%': 0,
35 }, { 35 }, {
36 'enable_websockets%': 1, 36 'enable_websockets%': 1,
37 'use_v8_in_net%': 1, 37 'use_v8_in_net%': 1,
38 'enable_built_in_dns%': 1, 38 'enable_built_in_dns%': 1,
39 }], 39 }],
40 ], 40 ],
41 }, 41 },
42 'includes': [ 42 'includes': [
43 '../build/win_precompile.gypi', 43 '../build/win_precompile.gypi',
44 'net.gypi',
44 ], 45 ],
45 'targets': [ 46 'targets': [
46 { 47 {
47 'target_name': 'net', 48 'target_name': 'net',
48 'type': '<(component)', 49 'type': '<(component)',
49 'variables': { 'enable_wexit_time_destructors': 1, }, 50 'variables': { 'enable_wexit_time_destructors': 1, },
50 'dependencies': [ 51 'dependencies': [
51 '../base/base.gyp:base', 52 '../base/base.gyp:base',
52 '../base/base.gyp:base_i18n', 53 '../base/base.gyp:base_i18n',
53 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 54 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
54 '../crypto/crypto.gyp:crypto', 55 '../crypto/crypto.gyp:crypto',
55 '../sdch/sdch.gyp:sdch', 56 '../sdch/sdch.gyp:sdch',
56 '../third_party/icu/icu.gyp:icui18n', 57 '../third_party/icu/icu.gyp:icui18n',
57 '../third_party/icu/icu.gyp:icuuc', 58 '../third_party/icu/icu.gyp:icuuc',
58 '../third_party/zlib/zlib.gyp:zlib', 59 '../third_party/zlib/zlib.gyp:zlib',
59 '../url/url.gyp:url_lib', 60 '../url/url.gyp:url_lib',
60 'net_resources', 61 'net_resources',
61 ], 62 ],
62 'sources': [ 63 'sources': [
64 '<@(net_nacl_common_sources)',
63 'android/cert_verify_result_android.cc', 65 'android/cert_verify_result_android.cc',
64 'android/cert_verify_result_android.h', 66 'android/cert_verify_result_android.h',
65 'android/cert_verify_status_android_list.h', 67 'android/cert_verify_status_android_list.h',
66 'android/gurl_utils.cc', 68 'android/gurl_utils.cc',
67 'android/gurl_utils.h', 69 'android/gurl_utils.h',
68 'android/android_private_key.cc', 70 'android/android_private_key.cc',
69 'android/android_private_key.h', 71 'android/android_private_key.h',
70 'android/keystore.cc', 72 'android/keystore.cc',
71 'android/keystore.h', 73 'android/keystore.h',
72 'android/keystore_openssl.cc', 74 'android/keystore_openssl.cc',
73 'android/keystore_openssl.h', 75 'android/keystore_openssl.h',
74 'android/net_jni_registrar.cc', 76 'android/net_jni_registrar.cc',
75 'android/net_jni_registrar.h', 77 'android/net_jni_registrar.h',
76 'android/network_change_notifier_android.cc', 78 'android/network_change_notifier_android.cc',
77 'android/network_change_notifier_android.h', 79 'android/network_change_notifier_android.h',
78 'android/network_change_notifier_delegate_android.cc', 80 'android/network_change_notifier_delegate_android.cc',
79 'android/network_change_notifier_delegate_android.h', 81 'android/network_change_notifier_delegate_android.h',
80 'android/network_change_notifier_factory_android.cc', 82 'android/network_change_notifier_factory_android.cc',
81 'android/network_change_notifier_factory_android.h', 83 'android/network_change_notifier_factory_android.h',
82 'android/network_library.cc', 84 'android/network_library.cc',
83 'android/network_library.h', 85 'android/network_library.h',
84 'base/address_family.h',
85 'base/address_list.cc',
86 'base/address_list.h',
87 'base/address_tracker_linux.cc', 86 'base/address_tracker_linux.cc',
88 'base/address_tracker_linux.h', 87 'base/address_tracker_linux.h',
89 'base/auth.cc',
90 'base/auth.h',
91 'base/backoff_entry.cc', 88 'base/backoff_entry.cc',
92 'base/backoff_entry.h', 89 'base/backoff_entry.h',
93 'base/bandwidth_metrics.cc', 90 'base/bandwidth_metrics.cc',
94 'base/bandwidth_metrics.h', 91 'base/bandwidth_metrics.h',
95 'base/cache_type.h', 92 'base/cache_type.h',
96 'base/completion_callback.h',
97 'base/connection_type_histograms.cc',
98 'base/connection_type_histograms.h',
99 'base/crypto_module.h', 93 'base/crypto_module.h',
100 'base/crypto_module_nss.cc', 94 'base/crypto_module_nss.cc',
101 'base/crypto_module_openssl.cc', 95 'base/crypto_module_openssl.cc',
102 'base/data_url.cc', 96 'base/data_url.cc',
103 'base/data_url.h', 97 'base/data_url.h',
104 'base/directory_lister.cc', 98 'base/directory_lister.cc',
105 'base/directory_lister.h', 99 'base/directory_lister.h',
106 'base/dns_reloader.cc', 100 'base/dns_reloader.cc',
107 'base/dns_reloader.h', 101 'base/dns_reloader.h',
108 'base/dns_util.cc',
109 'base/dns_util.h',
110 'base/escape.cc',
111 'base/escape.h',
112 'base/expiring_cache.h', 102 'base/expiring_cache.h',
113 'base/file_stream.cc', 103 'base/file_stream.cc',
114 'base/file_stream.h', 104 'base/file_stream.h',
115 'base/file_stream_context.cc', 105 'base/file_stream_context.cc',
116 'base/file_stream_context.h', 106 'base/file_stream_context.h',
117 'base/file_stream_context_posix.cc', 107 'base/file_stream_context_posix.cc',
118 'base/file_stream_context_win.cc', 108 'base/file_stream_context_win.cc',
119 'base/file_stream_metrics.cc', 109 'base/file_stream_metrics.cc',
120 'base/file_stream_metrics.h', 110 'base/file_stream_metrics.h',
121 'base/file_stream_metrics_posix.cc', 111 'base/file_stream_metrics_posix.cc',
122 'base/file_stream_metrics_win.cc', 112 'base/file_stream_metrics_win.cc',
123 'base/file_stream_net_log_parameters.cc', 113 'base/file_stream_net_log_parameters.cc',
124 'base/file_stream_net_log_parameters.h', 114 'base/file_stream_net_log_parameters.h',
125 'base/file_stream_whence.h', 115 'base/file_stream_whence.h',
126 'base/filename_util.cc', 116 'base/filename_util.cc',
127 'base/filename_util.h', 117 'base/filename_util.h',
128 'base/hash_value.cc',
129 'base/hash_value.h',
130 'base/host_mapping_rules.cc', 118 'base/host_mapping_rules.cc',
131 'base/host_mapping_rules.h', 119 'base/host_mapping_rules.h',
132 'base/host_port_pair.cc',
133 'base/host_port_pair.h',
134 'base/int128.cc', 120 'base/int128.cc',
135 'base/int128.h', 121 'base/int128.h',
136 'base/io_buffer.cc',
137 'base/io_buffer.h',
138 'base/iovec.h', 122 'base/iovec.h',
139 'base/ip_endpoint.cc',
140 'base/ip_endpoint.h',
141 'base/ip_pattern.cc', 123 'base/ip_pattern.cc',
142 'base/ip_pattern.h', 124 'base/ip_pattern.h',
143 'base/keygen_handler.cc', 125 'base/keygen_handler.cc',
144 'base/keygen_handler.h', 126 'base/keygen_handler.h',
145 'base/keygen_handler_mac.cc', 127 'base/keygen_handler_mac.cc',
146 'base/keygen_handler_nss.cc', 128 'base/keygen_handler_nss.cc',
147 'base/keygen_handler_openssl.cc', 129 'base/keygen_handler_openssl.cc',
148 'base/keygen_handler_win.cc', 130 'base/keygen_handler_win.cc',
149 'base/linked_hash_map.h', 131 'base/linked_hash_map.h',
150 'base/load_flags.h', 132 'base/load_flags.h',
151 'base/load_flags_list.h', 133 'base/load_flags_list.h',
152 'base/load_states.h', 134 'base/load_states.h',
153 'base/load_states_list.h', 135 'base/load_states_list.h',
154 'base/load_timing_info.cc',
155 'base/load_timing_info.h',
156 'base/mime_sniffer.cc', 136 'base/mime_sniffer.cc',
157 'base/mime_sniffer.h', 137 'base/mime_sniffer.h',
158 'base/mime_util.cc', 138 'base/mime_util.cc',
159 'base/mime_util.h', 139 'base/mime_util.h',
160 'base/net_error_list.h',
161 'base/net_errors.cc',
162 'base/net_errors.h',
163 'base/net_errors_posix.cc',
164 'base/net_errors_win.cc', 140 'base/net_errors_win.cc',
165 'base/net_export.h',
166 'base/net_log.cc',
167 'base/net_log.h',
168 'base/net_log_logger.cc', 141 'base/net_log_logger.cc',
169 'base/net_log_logger.h', 142 'base/net_log_logger.h',
170 'base/net_log_event_type_list.h',
171 'base/net_log_source_type_list.h',
172 'base/net_module.cc',
173 'base/net_module.h',
174 'base/net_util.cc',
175 'base/net_util.h',
176 'base/net_util_posix.cc',
177 'base/net_util_win.cc', 143 'base/net_util_win.cc',
178 'base/network_change_notifier.cc', 144 'base/network_change_notifier.cc',
179 'base/network_change_notifier.h', 145 'base/network_change_notifier.h',
180 'base/network_change_notifier_factory.h', 146 'base/network_change_notifier_factory.h',
181 'base/network_change_notifier_linux.cc', 147 'base/network_change_notifier_linux.cc',
182 'base/network_change_notifier_linux.h', 148 'base/network_change_notifier_linux.h',
183 'base/network_change_notifier_mac.cc', 149 'base/network_change_notifier_mac.cc',
184 'base/network_change_notifier_mac.h', 150 'base/network_change_notifier_mac.h',
185 'base/network_change_notifier_win.cc', 151 'base/network_change_notifier_win.cc',
186 'base/network_change_notifier_win.h', 152 'base/network_change_notifier_win.h',
187 'base/network_config_watcher_mac.cc', 153 'base/network_config_watcher_mac.cc',
188 'base/network_config_watcher_mac.h', 154 'base/network_config_watcher_mac.h',
189 'base/network_delegate.cc', 155 'base/network_delegate.cc',
190 'base/network_delegate.h', 156 'base/network_delegate.h',
191 'base/network_time_notifier.cc', 157 'base/network_time_notifier.cc',
192 'base/network_time_notifier.h', 158 'base/network_time_notifier.h',
193 'base/nss_memio.c', 159 'base/nss_memio.c',
194 'base/nss_memio.h', 160 'base/nss_memio.h',
195 'base/openssl_private_key_store.h',
196 'base/openssl_private_key_store_android.cc',
197 'base/openssl_private_key_store_memory.cc',
198 'base/platform_mime_util.h', 161 'base/platform_mime_util.h',
199 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? 162 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
200 'base/platform_mime_util_linux.cc', 163 'base/platform_mime_util_linux.cc',
201 'base/platform_mime_util_mac.mm', 164 'base/platform_mime_util_mac.mm',
202 'base/platform_mime_util_win.cc', 165 'base/platform_mime_util_win.cc',
203 'base/prioritized_dispatcher.cc', 166 'base/prioritized_dispatcher.cc',
204 'base/prioritized_dispatcher.h', 167 'base/prioritized_dispatcher.h',
205 'base/priority_queue.h', 168 'base/priority_queue.h',
206 'base/rand_callback.h',
207 'base/registry_controlled_domains/registry_controlled_domain.cc',
208 'base/registry_controlled_domains/registry_controlled_domain.h',
209 'base/request_priority.cc', 169 'base/request_priority.cc',
210 'base/request_priority.h', 170 'base/request_priority.h',
211 'base/sdch_manager.cc', 171 'base/sdch_manager.cc',
212 'base/sdch_manager.h', 172 'base/sdch_manager.h',
213 'base/static_cookie_policy.cc', 173 'base/static_cookie_policy.cc',
214 'base/static_cookie_policy.h', 174 'base/static_cookie_policy.h',
215 'base/sys_addrinfo.h',
216 'base/test_data_stream.cc', 175 'base/test_data_stream.cc',
217 'base/test_data_stream.h', 176 'base/test_data_stream.h',
218 'base/upload_bytes_element_reader.cc', 177 'base/upload_bytes_element_reader.cc',
219 'base/upload_bytes_element_reader.h', 178 'base/upload_bytes_element_reader.h',
220 'base/upload_data_stream.cc', 179 'base/upload_data_stream.cc',
221 'base/upload_data_stream.h', 180 'base/upload_data_stream.h',
222 'base/upload_element.cc', 181 'base/upload_element.cc',
223 'base/upload_element.h', 182 'base/upload_element.h',
224 'base/upload_element_reader.cc', 183 'base/upload_element_reader.cc',
225 'base/upload_element_reader.h', 184 'base/upload_element_reader.h',
226 'base/upload_file_element_reader.cc', 185 'base/upload_file_element_reader.cc',
227 'base/upload_file_element_reader.h', 186 'base/upload_file_element_reader.h',
228 'base/upload_progress.h', 187 'base/upload_progress.h',
229 'base/url_util.cc', 188 'base/url_util.cc',
230 'base/url_util.h', 189 'base/url_util.h',
231 'base/winsock_init.cc', 190 'base/winsock_init.cc',
232 'base/winsock_init.h', 191 'base/winsock_init.h',
233 'base/winsock_util.cc', 192 'base/winsock_util.cc',
234 'base/winsock_util.h', 193 'base/winsock_util.h',
235 'base/zap.cc',
236 'base/zap.h',
237 'cert/asn1_util.cc',
238 'cert/asn1_util.h',
239 'cert/cert_database.cc',
240 'cert/cert_database.h',
241 'cert/cert_database_android.cc', 194 'cert/cert_database_android.cc',
242 'cert/cert_database_ios.cc', 195 'cert/cert_database_ios.cc',
243 'cert/cert_database_mac.cc', 196 'cert/cert_database_mac.cc',
244 'cert/cert_database_nss.cc', 197 'cert/cert_database_nss.cc',
245 'cert/cert_database_openssl.cc',
246 'cert/cert_database_win.cc', 198 'cert/cert_database_win.cc',
247 'cert/cert_status_flags.cc',
248 'cert/cert_status_flags.h',
249 'cert/cert_trust_anchor_provider.h', 199 'cert/cert_trust_anchor_provider.h',
250 'cert/cert_verifier.cc',
251 'cert/cert_verifier.h',
252 'cert/cert_verify_proc.cc', 200 'cert/cert_verify_proc.cc',
253 'cert/cert_verify_proc.h', 201 'cert/cert_verify_proc.h',
254 'cert/cert_verify_proc_android.cc', 202 'cert/cert_verify_proc_android.cc',
255 'cert/cert_verify_proc_android.h', 203 'cert/cert_verify_proc_android.h',
256 'cert/cert_verify_proc_mac.cc', 204 'cert/cert_verify_proc_mac.cc',
257 'cert/cert_verify_proc_mac.h', 205 'cert/cert_verify_proc_mac.h',
258 'cert/cert_verify_proc_nss.cc', 206 'cert/cert_verify_proc_nss.cc',
259 'cert/cert_verify_proc_nss.h', 207 'cert/cert_verify_proc_nss.h',
260 'cert/cert_verify_proc_openssl.cc', 208 'cert/cert_verify_proc_openssl.cc',
261 'cert/cert_verify_proc_openssl.h', 209 'cert/cert_verify_proc_openssl.h',
262 'cert/cert_verify_proc_win.cc', 210 'cert/cert_verify_proc_win.cc',
263 'cert/cert_verify_proc_win.h', 211 'cert/cert_verify_proc_win.h',
264 'cert/cert_verify_result.cc',
265 'cert/cert_verify_result.h',
266 'cert/crl_set.cc', 212 'cert/crl_set.cc',
267 'cert/crl_set.h', 213 'cert/crl_set.h',
268 'cert/ct_known_logs.cc', 214 'cert/ct_known_logs.cc',
269 'cert/ct_known_logs.h', 215 'cert/ct_known_logs.h',
270 'cert/ct_log_verifier.cc', 216 'cert/ct_log_verifier.cc',
271 'cert/ct_log_verifier.h', 217 'cert/ct_log_verifier.h',
272 'cert/ct_log_verifier_nss.cc', 218 'cert/ct_log_verifier_nss.cc',
273 'cert/ct_log_verifier_openssl.cc', 219 'cert/ct_log_verifier_openssl.cc',
274 'cert/ct_objects_extractor.h', 220 'cert/ct_objects_extractor.h',
275 'cert/ct_objects_extractor_nss.cc', 221 'cert/ct_objects_extractor_nss.cc',
276 'cert/ct_objects_extractor_openssl.cc', 222 'cert/ct_objects_extractor_openssl.cc',
277 'cert/ct_serialization.cc', 223 'cert/ct_serialization.cc',
278 'cert/ct_serialization.h', 224 'cert/ct_serialization.h',
279 'cert/ct_signed_certificate_timestamp_log_param.cc', 225 'cert/ct_signed_certificate_timestamp_log_param.cc',
280 'cert/ct_signed_certificate_timestamp_log_param.h', 226 'cert/ct_signed_certificate_timestamp_log_param.h',
281 'cert/ct_verifier.h', 227 'cert/ct_verifier.h',
282 'cert/ct_verify_result.cc', 228 'cert/ct_verify_result.cc',
283 'cert/ct_verify_result.h', 229 'cert/ct_verify_result.h',
284 'cert/ev_root_ca_metadata.cc', 230 'cert/ev_root_ca_metadata.cc',
285 'cert/ev_root_ca_metadata.h', 231 'cert/ev_root_ca_metadata.h',
232 'cert/jwk_serializer.h',
286 'cert/jwk_serializer_nss.cc', 233 'cert/jwk_serializer_nss.cc',
287 'cert/jwk_serializer_openssl.cc', 234 'cert/jwk_serializer_openssl.cc',
288 'cert/jwk_serializer.h',
289 'cert/multi_log_ct_verifier.cc', 235 'cert/multi_log_ct_verifier.cc',
290 'cert/multi_log_ct_verifier.h', 236 'cert/multi_log_ct_verifier.h',
291 'cert/multi_threaded_cert_verifier.cc', 237 'cert/multi_threaded_cert_verifier.cc',
292 'cert/multi_threaded_cert_verifier.h', 238 'cert/multi_threaded_cert_verifier.h',
293 'cert/nss_cert_database.cc', 239 'cert/nss_cert_database.cc',
294 'cert/nss_cert_database.h', 240 'cert/nss_cert_database.h',
295 'cert/nss_cert_database_chromeos.cc', 241 'cert/nss_cert_database_chromeos.cc',
296 'cert/nss_cert_database_chromeos.h', 242 'cert/nss_cert_database_chromeos.h',
297 'cert/nss_profile_filter_chromeos.cc', 243 'cert/nss_profile_filter_chromeos.cc',
298 'cert/nss_profile_filter_chromeos.h', 244 'cert/nss_profile_filter_chromeos.h',
299 'cert/pem_tokenizer.cc',
300 'cert/pem_tokenizer.h',
301 'cert/scoped_nss_types.h', 245 'cert/scoped_nss_types.h',
302 'cert/sct_status_flags.h', 246 'cert/sct_status_flags.h',
303 'cert/signed_certificate_timestamp.cc',
304 'cert/signed_certificate_timestamp.h',
305 'cert/single_request_cert_verifier.cc',
306 'cert/single_request_cert_verifier.h',
307 'cert/test_root_certs.cc', 247 'cert/test_root_certs.cc',
308 'cert/test_root_certs.h', 248 'cert/test_root_certs.h',
309 'cert/test_root_certs_android.cc', 249 'cert/test_root_certs_android.cc',
310 'cert/test_root_certs_mac.cc', 250 'cert/test_root_certs_mac.cc',
311 'cert/test_root_certs_nss.cc', 251 'cert/test_root_certs_nss.cc',
312 'cert/test_root_certs_openssl.cc', 252 'cert/test_root_certs_openssl.cc',
313 'cert/test_root_certs_win.cc', 253 'cert/test_root_certs_win.cc',
314 'cert/x509_cert_types.cc',
315 'cert/x509_cert_types.h',
316 'cert/x509_cert_types_mac.cc', 254 'cert/x509_cert_types_mac.cc',
317 'cert/x509_cert_types_win.cc', 255 'cert/x509_cert_types_win.cc',
318 'cert/x509_certificate.cc',
319 'cert/x509_certificate.h',
320 'cert/x509_certificate_ios.cc', 256 'cert/x509_certificate_ios.cc',
321 'cert/x509_certificate_mac.cc', 257 'cert/x509_certificate_mac.cc',
322 'cert/x509_certificate_net_log_param.cc',
323 'cert/x509_certificate_net_log_param.h',
324 'cert/x509_certificate_nss.cc', 258 'cert/x509_certificate_nss.cc',
325 'cert/x509_certificate_openssl.cc',
326 'cert/x509_certificate_win.cc', 259 'cert/x509_certificate_win.cc',
327 'cert/x509_util.cc',
328 'cert/x509_util.h',
329 'cert/x509_util_android.cc', 260 'cert/x509_util_android.cc',
330 'cert/x509_util_android.h', 261 'cert/x509_util_android.h',
331 'cert/x509_util_ios.cc', 262 'cert/x509_util_ios.cc',
332 'cert/x509_util_ios.h', 263 'cert/x509_util_ios.h',
333 'cert/x509_util_mac.cc', 264 'cert/x509_util_mac.cc',
334 'cert/x509_util_mac.h', 265 'cert/x509_util_mac.h',
335 'cert/x509_util_nss.cc', 266 'cert/x509_util_nss.cc',
336 'cert/x509_util_nss.h', 267 'cert/x509_util_nss.h',
337 'cert/x509_util_openssl.cc',
338 'cert/x509_util_openssl.h',
339 'cookies/canonical_cookie.cc', 268 'cookies/canonical_cookie.cc',
340 'cookies/canonical_cookie.h', 269 'cookies/canonical_cookie.h',
341 'cookies/cookie_constants.cc', 270 'cookies/cookie_constants.cc',
342 'cookies/cookie_constants.h', 271 'cookies/cookie_constants.h',
343 'cookies/cookie_monster.cc', 272 'cookies/cookie_monster.cc',
344 'cookies/cookie_monster.h', 273 'cookies/cookie_monster.h',
345 'cookies/cookie_options.h', 274 'cookies/cookie_options.h',
346 'cookies/cookie_store.cc', 275 'cookies/cookie_store.cc',
347 'cookies/cookie_store.h', 276 'cookies/cookie_store.h',
348 'cookies/cookie_util.cc', 277 'cookies/cookie_util.cc',
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 'ftp/ftp_server_type_histograms.cc', 471 'ftp/ftp_server_type_histograms.cc',
543 'ftp/ftp_server_type_histograms.h', 472 'ftp/ftp_server_type_histograms.h',
544 'ftp/ftp_transaction.h', 473 'ftp/ftp_transaction.h',
545 'ftp/ftp_transaction_factory.h', 474 'ftp/ftp_transaction_factory.h',
546 'ftp/ftp_util.cc', 475 'ftp/ftp_util.cc',
547 'ftp/ftp_util.h', 476 'ftp/ftp_util.h',
548 'http/des.cc', 477 'http/des.cc',
549 'http/des.h', 478 'http/des.h',
550 'http/disk_cache_based_quic_server_info.cc', 479 'http/disk_cache_based_quic_server_info.cc',
551 'http/disk_cache_based_quic_server_info.h', 480 'http/disk_cache_based_quic_server_info.h',
552 » 'http/failing_http_transaction_factory.cc', 481 'http/failing_http_transaction_factory.cc',
553 » 'http/failing_http_transaction_factory.h', 482 'http/failing_http_transaction_factory.h',
554 'http/http_atom_list.h', 483 'http/http_atom_list.h',
555 'http/http_auth.cc', 484 'http/http_auth.cc',
556 'http/http_auth.h', 485 'http/http_auth.h',
557 'http/http_auth_cache.cc', 486 'http/http_auth_cache.cc',
558 'http/http_auth_cache.h', 487 'http/http_auth_cache.h',
559 'http/http_auth_challenge_tokenizer.cc',
560 'http/http_auth_challenge_tokenizer.h',
561 'http/http_auth_controller.cc', 488 'http/http_auth_controller.cc',
562 'http/http_auth_controller.h', 489 'http/http_auth_controller.h',
563 'http/http_auth_filter.cc', 490 'http/http_auth_filter.cc',
564 'http/http_auth_filter.h', 491 'http/http_auth_filter.h',
565 'http/http_auth_filter_win.h', 492 'http/http_auth_filter_win.h',
566 'http/http_auth_gssapi_posix.cc', 493 'http/http_auth_gssapi_posix.cc',
567 'http/http_auth_gssapi_posix.h', 494 'http/http_auth_gssapi_posix.h',
568 'http/http_auth_handler.cc', 495 'http/http_auth_handler.cc',
569 'http/http_auth_handler.h', 496 'http/http_auth_handler.h',
570 'http/http_auth_handler_basic.cc', 497 'http/http_auth_handler_basic.cc',
571 'http/http_auth_handler_basic.h', 498 'http/http_auth_handler_basic.h',
572 'http/http_auth_handler_digest.cc', 499 'http/http_auth_handler_digest.cc',
573 'http/http_auth_handler_digest.h', 500 'http/http_auth_handler_digest.h',
574 'http/http_auth_handler_factory.cc', 501 'http/http_auth_handler_factory.cc',
575 'http/http_auth_handler_factory.h', 502 'http/http_auth_handler_factory.h',
576 'http/http_auth_handler_negotiate.cc', 503 'http/http_auth_handler_negotiate.cc',
577 'http/http_auth_handler_negotiate.h', 504 'http/http_auth_handler_negotiate.h',
578 'http/http_auth_handler_ntlm.cc', 505 'http/http_auth_handler_ntlm.cc',
579 'http/http_auth_handler_ntlm.h', 506 'http/http_auth_handler_ntlm.h',
580 'http/http_auth_handler_ntlm_portable.cc', 507 'http/http_auth_handler_ntlm_portable.cc',
581 'http/http_auth_handler_ntlm_win.cc', 508 'http/http_auth_handler_ntlm_win.cc',
582 'http/http_auth_sspi_win.cc', 509 'http/http_auth_sspi_win.cc',
583 'http/http_auth_sspi_win.h', 510 'http/http_auth_sspi_win.h',
584 'http/http_basic_state.cc', 511 'http/http_basic_state.cc',
585 'http/http_basic_state.h', 512 'http/http_basic_state.h',
586 'http/http_basic_stream.cc', 513 'http/http_basic_stream.cc',
587 'http/http_basic_stream.h', 514 'http/http_basic_stream.h',
588 'http/http_byte_range.cc',
589 'http/http_byte_range.h',
590 'http/http_cache.cc', 515 'http/http_cache.cc',
591 'http/http_cache.h', 516 'http/http_cache.h',
592 'http/http_cache_transaction.cc', 517 'http/http_cache_transaction.cc',
593 'http/http_cache_transaction.h', 518 'http/http_cache_transaction.h',
519 'http/http_chunked_decoder.cc',
520 'http/http_chunked_decoder.h',
594 'http/http_content_disposition.cc', 521 'http/http_content_disposition.cc',
595 'http/http_content_disposition.h', 522 'http/http_content_disposition.h',
596 'http/http_chunked_decoder.cc',
597 'http/http_chunked_decoder.h',
598 'http/http_log_util.cc',
599 'http/http_log_util.h',
600 'http/http_network_layer.cc', 523 'http/http_network_layer.cc',
601 'http/http_network_layer.h', 524 'http/http_network_layer.h',
602 'http/http_network_session.cc', 525 'http/http_network_session.cc',
603 'http/http_network_session.h', 526 'http/http_network_session.h',
604 'http/http_network_session_peer.cc', 527 'http/http_network_session_peer.cc',
605 'http/http_network_session_peer.h', 528 'http/http_network_session_peer.h',
606 'http/http_network_transaction.cc', 529 'http/http_network_transaction.cc',
607 'http/http_network_transaction.h', 530 'http/http_network_transaction.h',
608 'http/http_pipelined_connection.h', 531 'http/http_pipelined_connection.h',
609 'http/http_pipelined_connection_impl.cc', 532 'http/http_pipelined_connection_impl.cc',
610 'http/http_pipelined_connection_impl.h', 533 'http/http_pipelined_connection_impl.h',
611 'http/http_pipelined_host.cc', 534 'http/http_pipelined_host.cc',
612 'http/http_pipelined_host.h', 535 'http/http_pipelined_host.h',
613 'http/http_pipelined_host_capability.h', 536 'http/http_pipelined_host_capability.h',
614 'http/http_pipelined_host_forced.cc', 537 'http/http_pipelined_host_forced.cc',
615 'http/http_pipelined_host_forced.h', 538 'http/http_pipelined_host_forced.h',
616 'http/http_pipelined_host_impl.cc', 539 'http/http_pipelined_host_impl.cc',
617 'http/http_pipelined_host_impl.h', 540 'http/http_pipelined_host_impl.h',
618 'http/http_pipelined_host_pool.cc', 541 'http/http_pipelined_host_pool.cc',
619 'http/http_pipelined_host_pool.h', 542 'http/http_pipelined_host_pool.h',
620 'http/http_pipelined_stream.cc', 543 'http/http_pipelined_stream.cc',
621 'http/http_pipelined_stream.h', 544 'http/http_pipelined_stream.h',
622 'http/http_proxy_client_socket.cc', 545 'http/http_proxy_client_socket.cc',
623 'http/http_proxy_client_socket.h', 546 'http/http_proxy_client_socket.h',
624 'http/http_proxy_client_socket_pool.cc', 547 'http/http_proxy_client_socket_pool.cc',
625 'http/http_proxy_client_socket_pool.h', 548 'http/http_proxy_client_socket_pool.h',
626 'http/http_request_headers.cc',
627 'http/http_request_headers.h',
628 'http/http_request_info.cc', 549 'http/http_request_info.cc',
629 'http/http_request_info.h', 550 'http/http_request_info.h',
630 'http/http_response_body_drainer.cc', 551 'http/http_response_body_drainer.cc',
631 'http/http_response_body_drainer.h', 552 'http/http_response_body_drainer.h',
632 'http/http_response_headers.cc',
633 'http/http_response_headers.h',
634 'http/http_response_info.cc',
635 'http/http_response_info.h',
636 'http/http_security_headers.cc',
637 'http/http_security_headers.h',
638 'http/http_server_properties.cc', 553 'http/http_server_properties.cc',
639 'http/http_server_properties.h', 554 'http/http_server_properties.h',
640 'http/http_server_properties_impl.cc', 555 'http/http_server_properties_impl.cc',
641 'http/http_server_properties_impl.h', 556 'http/http_server_properties_impl.h',
642 'http/http_status_code.cc', 557 'http/http_status_code.cc',
643 'http/http_status_code.h', 558 'http/http_status_code.h',
644 'http/http_stream.h', 559 'http/http_stream.h',
645 'http/http_stream_base.h', 560 'http/http_stream_base.h',
646 'http/http_stream_factory.cc', 561 'http/http_stream_factory.cc',
647 'http/http_stream_factory.h', 562 'http/http_stream_factory.h',
648 'http/http_stream_factory_impl.cc', 563 'http/http_stream_factory_impl.cc',
649 'http/http_stream_factory_impl.h', 564 'http/http_stream_factory_impl.h',
650 'http/http_stream_factory_impl_job.cc', 565 'http/http_stream_factory_impl_job.cc',
651 'http/http_stream_factory_impl_job.h', 566 'http/http_stream_factory_impl_job.h',
652 'http/http_stream_factory_impl_request.cc', 567 'http/http_stream_factory_impl_request.cc',
653 'http/http_stream_factory_impl_request.h', 568 'http/http_stream_factory_impl_request.h',
654 'http/http_stream_parser.cc', 569 'http/http_stream_parser.cc',
655 'http/http_stream_parser.h', 570 'http/http_stream_parser.h',
656 'http/http_transaction.h', 571 'http/http_transaction.h',
657 'http/http_transaction_factory.h', 572 'http/http_transaction_factory.h',
658 'http/http_util.cc',
659 'http/http_util.h',
660 'http/http_util_icu.cc',
661 'http/http_vary_data.cc',
662 'http/http_vary_data.h',
663 'http/http_version.h', 573 'http/http_version.h',
664 'http/md4.cc', 574 'http/md4.cc',
665 'http/md4.h', 575 'http/md4.h',
666 'http/partial_data.cc', 576 'http/partial_data.cc',
667 'http/partial_data.h', 577 'http/partial_data.h',
578 'http/proxy_client_socket.cc',
668 'http/proxy_client_socket.h', 579 'http/proxy_client_socket.h',
669 'http/proxy_client_socket.cc',
670 'http/proxy_connect_redirect_http_stream.cc', 580 'http/proxy_connect_redirect_http_stream.cc',
671 'http/proxy_connect_redirect_http_stream.h', 581 'http/proxy_connect_redirect_http_stream.h',
672 'http/transport_security_persister.cc', 582 'http/transport_security_persister.cc',
673 'http/transport_security_persister.h', 583 'http/transport_security_persister.h',
674 'http/transport_security_state.cc',
675 'http/transport_security_state.h',
676 'http/transport_security_state_static.h', 584 'http/transport_security_state_static.h',
677 'http/url_security_manager.cc', 585 'http/url_security_manager.cc',
678 'http/url_security_manager.h', 586 'http/url_security_manager.h',
679 'http/url_security_manager_posix.cc', 587 'http/url_security_manager_posix.cc',
680 'http/url_security_manager_win.cc', 588 'http/url_security_manager_win.cc',
681 'ocsp/nss_ocsp.cc', 589 'ocsp/nss_ocsp.cc',
682 'ocsp/nss_ocsp.h', 590 'ocsp/nss_ocsp.h',
683 'proxy/dhcp_proxy_script_adapter_fetcher_win.cc', 591 'proxy/dhcp_proxy_script_adapter_fetcher_win.cc',
684 'proxy/dhcp_proxy_script_adapter_fetcher_win.h', 592 'proxy/dhcp_proxy_script_adapter_fetcher_win.h',
685 'proxy/dhcp_proxy_script_fetcher.cc', 593 'proxy/dhcp_proxy_script_fetcher.cc',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
853 'quic/crypto/quic_decrypter.cc', 761 'quic/crypto/quic_decrypter.cc',
854 'quic/crypto/quic_decrypter.h', 762 'quic/crypto/quic_decrypter.h',
855 'quic/crypto/quic_encrypter.cc', 763 'quic/crypto/quic_encrypter.cc',
856 'quic/crypto/quic_encrypter.h', 764 'quic/crypto/quic_encrypter.h',
857 'quic/crypto/quic_random.cc', 765 'quic/crypto/quic_random.cc',
858 'quic/crypto/quic_random.h', 766 'quic/crypto/quic_random.h',
859 'quic/crypto/quic_server_info.cc', 767 'quic/crypto/quic_server_info.cc',
860 'quic/crypto/quic_server_info.h', 768 'quic/crypto/quic_server_info.h',
861 'quic/crypto/scoped_evp_aead_ctx.cc', 769 'quic/crypto/scoped_evp_aead_ctx.cc',
862 'quic/crypto/scoped_evp_aead_ctx.h', 770 'quic/crypto/scoped_evp_aead_ctx.h',
771 'quic/crypto/source_address_token.cc',
772 'quic/crypto/source_address_token.h',
863 'quic/crypto/strike_register.cc', 773 'quic/crypto/strike_register.cc',
864 'quic/crypto/strike_register.h', 774 'quic/crypto/strike_register.h',
865 'quic/crypto/strike_register_client.h', 775 'quic/crypto/strike_register_client.h',
866 'quic/crypto/source_address_token.cc',
867 'quic/crypto/source_address_token.h',
868 'quic/iovector.cc', 776 'quic/iovector.cc',
869 'quic/iovector.h', 777 'quic/iovector.h',
870 'quic/port_suggester.cc', 778 'quic/port_suggester.cc',
871 'quic/port_suggester.h', 779 'quic/port_suggester.h',
872 'quic/quic_ack_notifier.cc', 780 'quic/quic_ack_notifier.cc',
873 'quic/quic_ack_notifier.h', 781 'quic/quic_ack_notifier.h',
874 'quic/quic_ack_notifier_manager.cc', 782 'quic/quic_ack_notifier_manager.cc',
875 'quic/quic_ack_notifier_manager.h', 783 'quic/quic_ack_notifier_manager.h',
876 'quic/quic_address_mismatch.cc', 784 'quic/quic_address_mismatch.cc',
877 'quic/quic_address_mismatch.h', 785 'quic/quic_address_mismatch.h',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
958 'quic/quic_write_blocked_list.cc', 866 'quic/quic_write_blocked_list.cc',
959 'quic/quic_write_blocked_list.h', 867 'quic/quic_write_blocked_list.h',
960 'quic/reliable_quic_stream.cc', 868 'quic/reliable_quic_stream.cc',
961 'quic/reliable_quic_stream.h', 869 'quic/reliable_quic_stream.h',
962 'quic/spdy_utils.cc', 870 'quic/spdy_utils.cc',
963 'quic/spdy_utils.h', 871 'quic/spdy_utils.h',
964 'socket/buffered_write_stream_socket.cc', 872 'socket/buffered_write_stream_socket.cc',
965 'socket/buffered_write_stream_socket.h', 873 'socket/buffered_write_stream_socket.h',
966 'socket/client_socket_factory.cc', 874 'socket/client_socket_factory.cc',
967 'socket/client_socket_factory.h', 875 'socket/client_socket_factory.h',
968 'socket/client_socket_handle.cc',
969 'socket/client_socket_handle.h',
970 'socket/client_socket_pool.cc', 876 'socket/client_socket_pool.cc',
971 'socket/client_socket_pool.h', 877 'socket/client_socket_pool.h',
972 'socket/client_socket_pool_base.cc', 878 'socket/client_socket_pool_base.cc',
973 'socket/client_socket_pool_base.h', 879 'socket/client_socket_pool_base.h',
974 'socket/client_socket_pool_histograms.cc',
975 'socket/client_socket_pool_histograms.h',
976 'socket/client_socket_pool_manager.cc', 880 'socket/client_socket_pool_manager.cc',
977 'socket/client_socket_pool_manager.h', 881 'socket/client_socket_pool_manager.h',
978 'socket/client_socket_pool_manager_impl.cc', 882 'socket/client_socket_pool_manager_impl.cc',
979 'socket/client_socket_pool_manager_impl.h', 883 'socket/client_socket_pool_manager_impl.h',
980 'socket/next_proto.h',
981 'socket/nss_ssl_util.cc', 884 'socket/nss_ssl_util.cc',
982 'socket/nss_ssl_util.h', 885 'socket/nss_ssl_util.h',
983 'socket/server_socket.h', 886 'socket/server_socket.h',
984 'socket/socket_descriptor.cc', 887 'socket/socket_descriptor.cc',
985 'socket/socket_descriptor.h', 888 'socket/socket_descriptor.h',
986 'socket/socket_net_log_params.cc', 889 'socket/socket_net_log_params.cc',
987 'socket/socket_net_log_params.h', 890 'socket/socket_net_log_params.h',
988 'socket/socket.h',
989 'socket/socks5_client_socket.cc', 891 'socket/socks5_client_socket.cc',
990 'socket/socks5_client_socket.h', 892 'socket/socks5_client_socket.h',
991 'socket/socks_client_socket.cc', 893 'socket/socks_client_socket.cc',
992 'socket/socks_client_socket.h', 894 'socket/socks_client_socket.h',
993 'socket/socks_client_socket_pool.cc', 895 'socket/socks_client_socket_pool.cc',
994 'socket/socks_client_socket_pool.h', 896 'socket/socks_client_socket_pool.h',
995 'socket/ssl_client_socket.cc',
996 'socket/ssl_client_socket.h',
997 'socket/ssl_client_socket_nss.cc', 897 'socket/ssl_client_socket_nss.cc',
998 'socket/ssl_client_socket_nss.h', 898 'socket/ssl_client_socket_nss.h',
999 'socket/ssl_client_socket_openssl.cc',
1000 'socket/ssl_client_socket_openssl.h',
1001 'socket/ssl_client_socket_pool.cc',
1002 'socket/ssl_client_socket_pool.h',
1003 'socket/ssl_error_params.cc',
1004 'socket/ssl_error_params.h',
1005 'socket/ssl_server_socket.h', 899 'socket/ssl_server_socket.h',
1006 'socket/ssl_server_socket_nss.cc', 900 'socket/ssl_server_socket_nss.cc',
1007 'socket/ssl_server_socket_nss.h', 901 'socket/ssl_server_socket_nss.h',
1008 'socket/ssl_server_socket_openssl.cc', 902 'socket/ssl_server_socket_openssl.cc',
1009 'socket/ssl_session_cache_openssl.cc',
1010 'socket/ssl_session_cache_openssl.h',
1011 'socket/ssl_socket.h',
1012 'socket/stream_listen_socket.cc', 903 'socket/stream_listen_socket.cc',
1013 'socket/stream_listen_socket.h', 904 'socket/stream_listen_socket.h',
1014 'socket/stream_socket.cc', 905 'socket/stream_socket.cc',
1015 'socket/stream_socket.h', 906 'socket/stream_socket.h',
1016 'socket/tcp_client_socket.cc', 907 'socket/tcp_client_socket.cc',
1017 'socket/tcp_client_socket.h', 908 'socket/tcp_client_socket.h',
1018 'socket/tcp_listen_socket.cc', 909 'socket/tcp_listen_socket.cc',
1019 'socket/tcp_listen_socket.h', 910 'socket/tcp_listen_socket.h',
1020 'socket/tcp_server_socket.cc', 911 'socket/tcp_server_socket.cc',
1021 'socket/tcp_server_socket.h', 912 'socket/tcp_server_socket.h',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
1104 'spdy/write_blocked_list.h', 995 'spdy/write_blocked_list.h',
1105 'ssl/client_cert_store.h', 996 'ssl/client_cert_store.h',
1106 'ssl/client_cert_store_chromeos.cc', 997 'ssl/client_cert_store_chromeos.cc',
1107 'ssl/client_cert_store_chromeos.h', 998 'ssl/client_cert_store_chromeos.h',
1108 'ssl/client_cert_store_mac.cc', 999 'ssl/client_cert_store_mac.cc',
1109 'ssl/client_cert_store_mac.h', 1000 'ssl/client_cert_store_mac.h',
1110 'ssl/client_cert_store_nss.cc', 1001 'ssl/client_cert_store_nss.cc',
1111 'ssl/client_cert_store_nss.h', 1002 'ssl/client_cert_store_nss.h',
1112 'ssl/client_cert_store_win.cc', 1003 'ssl/client_cert_store_win.cc',
1113 'ssl/client_cert_store_win.h', 1004 'ssl/client_cert_store_win.h',
1114 'ssl/default_server_bound_cert_store.cc',
1115 'ssl/default_server_bound_cert_store.h',
1116 'ssl/openssl_client_key_store.cc',
1117 'ssl/openssl_client_key_store.h',
1118 'ssl/server_bound_cert_service.cc',
1119 'ssl/server_bound_cert_service.h',
1120 'ssl/server_bound_cert_store.cc',
1121 'ssl/server_bound_cert_store.h',
1122 'ssl/signed_certificate_timestamp_and_status.cc',
1123 'ssl/signed_certificate_timestamp_and_status.h',
1124 'ssl/ssl_cert_request_info.cc',
1125 'ssl/ssl_cert_request_info.h',
1126 'ssl/ssl_cipher_suite_names.cc', 1005 'ssl/ssl_cipher_suite_names.cc',
1127 'ssl/ssl_cipher_suite_names.h', 1006 'ssl/ssl_cipher_suite_names.h',
1128 'ssl/ssl_client_auth_cache.cc',
1129 'ssl/ssl_client_auth_cache.h',
1130 'ssl/ssl_client_cert_type.h',
1131 'ssl/ssl_config.cc',
1132 'ssl/ssl_config.h',
1133 'ssl/ssl_config_service.cc', 1007 'ssl/ssl_config_service.cc',
1134 'ssl/ssl_config_service.h', 1008 'ssl/ssl_config_service.h',
1135 'ssl/ssl_config_service_defaults.cc', 1009 'ssl/ssl_config_service_defaults.cc',
1136 'ssl/ssl_config_service_defaults.h', 1010 'ssl/ssl_config_service_defaults.h',
1137 'ssl/ssl_info.cc',
1138 'ssl/ssl_info.h',
1139 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', 1011 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
1140 'third_party/mozilla_security_manager/nsKeygenHandler.h', 1012 'third_party/mozilla_security_manager/nsKeygenHandler.h',
1141 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', 1013 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
1142 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', 1014 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
1143 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', 1015 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
1144 'third_party/mozilla_security_manager/nsPKCS12Blob.h', 1016 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
1145 'udp/datagram_client_socket.h', 1017 'udp/datagram_client_socket.h',
1146 'udp/datagram_server_socket.h', 1018 'udp/datagram_server_socket.h',
1147 'udp/datagram_socket.h', 1019 'udp/datagram_socket.h',
1148 'udp/udp_client_socket.cc', 1020 'udp/udp_client_socket.cc',
(...skipping 2266 matching lines...) Expand 10 before | Expand all | Expand 10 after
3415 'java_in_dir': 'cronet/android/sample/javatests', 3287 'java_in_dir': 'cronet/android/sample/javatests',
3416 'resource_dir': 'cronet/android/sample/res', 3288 'resource_dir': 'cronet/android/sample/res',
3417 'is_test_apk': 1, 3289 'is_test_apk': 1,
3418 }, 3290 },
3419 'includes': [ '../build/java_apk.gypi' ], 3291 'includes': [ '../build/java_apk.gypi' ],
3420 }, 3292 },
3421 ], 3293 ],
3422 }], # OS=="android" 3294 }], # OS=="android"
3423 ], 3295 ],
3424 } 3296 }
OLDNEW
« no previous file with comments | « net/base/net_util_posix.cc ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698