blob: 1e30736cee6ed1eeefd28c6616910ab7fa1849ad [file] [log] [blame]
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +01001# This file is generated by gyp; do not edit.
2
3include $(CLEAR_VARS)
4
5LOCAL_MODULE_CLASS := STATIC_LIBRARIES
6LOCAL_MODULE := net_net_gyp
7LOCAL_MODULE_SUFFIX := .a
8LOCAL_MODULE_TAGS := optional
9gyp_intermediate_dir := $(call local-intermediates-dir)
10gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared)
11
12# Make sure our deps are built first.
13GYP_TARGET_DEPENDENCIES := \
14 $(call intermediates-dir-for,GYP,third_party_icu_icui18n_gyp)/icui18n.stamp \
15 $(call intermediates-dir-for,GYP,third_party_icu_icuuc_gyp)/icuuc.stamp \
16 $(call intermediates-dir-for,GYP,net_net_resources_gyp)/net_resources.stamp \
17 $(call intermediates-dir-for,GYP,net_net_jni_headers_gyp)/net_jni_headers.stamp
18
19GYP_GENERATED_OUTPUTS :=
20
21# Make sure our deps and generated files are built first.
22LOCAL_ADDITIONAL_DEPENDENCIES := $(GYP_TARGET_DEPENDENCIES) $(GYP_GENERATED_OUTPUTS)
23
24LOCAL_CPP_EXTENSION := .cc
25LOCAL_GENERATED_SOURCES :=
26
27GYP_COPIED_SOURCE_ORIGIN_DIRS :=
28
29LOCAL_SRC_FILES := \
30 net/android/gurl_utils.cc \
31 net/android/keystore.cc \
32 net/android/keystore_openssl.cc \
33 net/android/net_jni_registrar.cc \
34 net/android/network_change_notifier_android.cc \
35 net/android/network_change_notifier_delegate_android.cc \
36 net/android/network_change_notifier_factory_android.cc \
37 net/android/network_library.cc \
38 net/base/address_list.cc \
39 net/base/auth.cc \
40 net/base/backoff_entry.cc \
41 net/base/bandwidth_metrics.cc \
42 net/base/big_endian.cc \
43 net/base/connection_type_histograms.cc \
44 net/base/crypto_module_openssl.cc \
45 net/base/data_url.cc \
46 net/base/directory_lister.cc \
47 net/base/dns_reloader.cc \
48 net/base/dns_util.cc \
49 net/base/escape.cc \
50 net/base/file_stream.cc \
51 net/base/file_stream_context.cc \
52 net/base/file_stream_context_posix.cc \
53 net/base/file_stream_metrics.cc \
54 net/base/file_stream_metrics_posix.cc \
55 net/base/file_stream_net_log_parameters.cc \
56 net/base/filter.cc \
57 net/base/int128.cc \
58 net/base/gzip_filter.cc \
59 net/base/gzip_header.cc \
60 net/base/hash_value.cc \
61 net/base/host_mapping_rules.cc \
62 net/base/host_port_pair.cc \
63 net/base/io_buffer.cc \
64 net/base/ip_endpoint.cc \
65 net/base/keygen_handler.cc \
66 net/base/keygen_handler_openssl.cc \
67 net/base/load_timing_info.cc \
68 net/base/mime_sniffer.cc \
69 net/base/mime_util.cc \
70 net/base/net_errors.cc \
71 net/base/net_errors_posix.cc \
72 net/base/net_log.cc \
Ben Murdocheb525c52013-07-10 11:40:50 +010073 net/base/net_log_logger.cc \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +010074 net/base/net_module.cc \
75 net/base/net_util.cc \
76 net/base/net_util_posix.cc \
77 net/base/network_change_notifier.cc \
78 net/base/network_delegate.cc \
79 net/base/network_time_notifier.cc \
80 net/base/openssl_private_key_store_android.cc \
81 net/base/platform_mime_util_linux.cc \
82 net/base/prioritized_dispatcher.cc \
83 net/base/registry_controlled_domains/registry_controlled_domain.cc \
Torne (Richard Coles)4e180b62013-10-18 15:46:22 +010084 net/base/request_priority.cc \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +010085 net/base/sdch_filter.cc \
86 net/base/sdch_manager.cc \
87 net/base/static_cookie_policy.cc \
88 net/base/test_data_stream.cc \
89 net/base/upload_bytes_element_reader.cc \
90 net/base/upload_data.cc \
91 net/base/upload_data_stream.cc \
92 net/base/upload_element.cc \
93 net/base/upload_element_reader.cc \
94 net/base/upload_file_element_reader.cc \
95 net/base/url_util.cc \
96 net/base/zap.cc \
97 net/cert/asn1_util.cc \
98 net/cert/cert_database.cc \
99 net/cert/cert_database_android.cc \
100 net/cert/cert_status_flags.cc \
101 net/cert/cert_verifier.cc \
102 net/cert/cert_verify_proc.cc \
103 net/cert/cert_verify_proc_android.cc \
104 net/cert/cert_verify_result.cc \
105 net/cert/crl_set.cc \
106 net/cert/ev_root_ca_metadata.cc \
Ben Murdochbb1529c2013-08-08 10:24:53 +0100107 net/cert/jwk_serializer_openssl.cc \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100108 net/cert/multi_threaded_cert_verifier.cc \
109 net/cert/pem_tokenizer.cc \
110 net/cert/single_request_cert_verifier.cc \
111 net/cert/test_root_certs.cc \
112 net/cert/test_root_certs_android.cc \
113 net/cert/x509_cert_types.cc \
114 net/cert/x509_certificate.cc \
115 net/cert/x509_certificate_net_log_param.cc \
116 net/cert/x509_certificate_openssl.cc \
117 net/cert/x509_util.cc \
Torne (Richard Coles)1e9bf3e2013-10-31 11:16:26 +0000118 net/cert/x509_util_android.cc \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100119 net/cert/x509_util_openssl.cc \
120 net/cookies/canonical_cookie.cc \
121 net/cookies/cookie_constants.cc \
122 net/cookies/cookie_monster.cc \
123 net/cookies/cookie_store.cc \
124 net/cookies/cookie_util.cc \
125 net/cookies/parsed_cookie.cc \
126 net/disk_cache/addr.cc \
127 net/disk_cache/backend_impl.cc \
128 net/disk_cache/bitmap.cc \
129 net/disk_cache/block_files.cc \
130 net/disk_cache/cache_creator.cc \
131 net/disk_cache/cache_util.cc \
132 net/disk_cache/cache_util_posix.cc \
133 net/disk_cache/disk_format.cc \
134 net/disk_cache/entry_impl.cc \
135 net/disk_cache/eviction.cc \
136 net/disk_cache/file.cc \
137 net/disk_cache/file_lock.cc \
138 net/disk_cache/file_posix.cc \
139 net/disk_cache/in_flight_backend_io.cc \
140 net/disk_cache/in_flight_io.cc \
Torne (Richard Coles)58537e22013-09-12 12:10:22 +0100141 net/disk_cache/mapped_file.cc \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100142 net/disk_cache/mapped_file_avoid_mmap_posix.cc \
143 net/disk_cache/mem_backend_impl.cc \
144 net/disk_cache/mem_entry_impl.cc \
145 net/disk_cache/mem_rankings.cc \
146 net/disk_cache/net_log_parameters.cc \
147 net/disk_cache/rankings.cc \
148 net/disk_cache/sparse_control.cc \
149 net/disk_cache/stats.cc \
150 net/disk_cache/stats_histogram.cc \
151 net/disk_cache/trace.cc \
152 net/disk_cache/tracing_cache_backend.cc \
153 net/disk_cache/simple/simple_backend_impl.cc \
154 net/disk_cache/simple/simple_entry_format.cc \
155 net/disk_cache/simple/simple_entry_impl.cc \
Ben Murdochbb1529c2013-08-08 10:24:53 +0100156 net/disk_cache/simple/simple_entry_operation.cc \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100157 net/disk_cache/simple/simple_index.cc \
158 net/disk_cache/simple/simple_index_file.cc \
Torne (Richard Coles)3551c9c2013-08-23 16:39:15 +0100159 net/disk_cache/simple/simple_index_file_posix.cc \
Ben Murdoch7dbb3d52013-07-17 14:55:54 +0100160 net/disk_cache/simple/simple_net_log_parameters.cc \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100161 net/disk_cache/simple/simple_synchronous_entry.cc \
162 net/disk_cache/simple/simple_util.cc \
Torne (Richard Coles)d0247b12013-09-19 22:36:51 +0100163 net/disk_cache/simple/simple_version_upgrade.cc \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100164 net/disk_cache/flash/flash_entry_impl.cc \
165 net/disk_cache/flash/internal_entry.cc \
166 net/disk_cache/flash/log_store.cc \
167 net/disk_cache/flash/log_store_entry.cc \
168 net/disk_cache/flash/segment.cc \
169 net/disk_cache/flash/storage.cc \
Torne (Richard Coles)d0247b12013-09-19 22:36:51 +0100170 net/disk_cache/v3/block_bitmaps.cc \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100171 net/dns/address_sorter_posix.cc \
172 net/dns/dns_client.cc \
173 net/dns/dns_config_service.cc \
174 net/dns/dns_config_service_posix.cc \
175 net/dns/dns_hosts.cc \
176 net/dns/dns_query.cc \
177 net/dns/dns_response.cc \
178 net/dns/dns_session.cc \
179 net/dns/dns_socket_pool.cc \
180 net/dns/dns_transaction.cc \
181 net/dns/host_cache.cc \
182 net/dns/host_resolver.cc \
183 net/dns/host_resolver_impl.cc \
184 net/dns/host_resolver_proc.cc \
185 net/dns/mapped_host_resolver.cc \
186 net/dns/serial_worker.cc \
187 net/dns/single_request_host_resolver.cc \
188 net/ftp/ftp_auth_cache.cc \
189 net/ftp/ftp_ctrl_response_buffer.cc \
190 net/ftp/ftp_directory_listing_parser.cc \
191 net/ftp/ftp_directory_listing_parser_ls.cc \
192 net/ftp/ftp_directory_listing_parser_netware.cc \
193 net/ftp/ftp_directory_listing_parser_os2.cc \
194 net/ftp/ftp_directory_listing_parser_vms.cc \
195 net/ftp/ftp_directory_listing_parser_windows.cc \
196 net/ftp/ftp_network_layer.cc \
197 net/ftp/ftp_network_session.cc \
198 net/ftp/ftp_network_transaction.cc \
199 net/ftp/ftp_response_info.cc \
200 net/ftp/ftp_server_type_histograms.cc \
201 net/ftp/ftp_util.cc \
202 net/http/des.cc \
203 net/http/http_auth.cc \
204 net/http/http_auth_cache.cc \
205 net/http/http_auth_controller.cc \
206 net/http/http_auth_filter.cc \
207 net/http/http_auth_handler.cc \
208 net/http/http_auth_handler_basic.cc \
209 net/http/http_auth_handler_digest.cc \
210 net/http/http_auth_handler_factory.cc \
211 net/http/http_auth_handler_ntlm.cc \
212 net/http/http_auth_handler_ntlm_portable.cc \
Torne (Richard Coles)1e9bf3e2013-10-31 11:16:26 +0000213 net/http/http_basic_state.cc \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100214 net/http/http_basic_stream.cc \
215 net/http/http_byte_range.cc \
216 net/http/http_cache.cc \
217 net/http/http_cache_transaction.cc \
218 net/http/http_content_disposition.cc \
219 net/http/http_chunked_decoder.cc \
220 net/http/http_network_layer.cc \
221 net/http/http_network_session.cc \
222 net/http/http_network_session_peer.cc \
223 net/http/http_network_transaction.cc \
224 net/http/http_pipelined_connection_impl.cc \
225 net/http/http_pipelined_host.cc \
226 net/http/http_pipelined_host_forced.cc \
227 net/http/http_pipelined_host_impl.cc \
228 net/http/http_pipelined_host_pool.cc \
229 net/http/http_pipelined_stream.cc \
230 net/http/http_proxy_client_socket.cc \
231 net/http/http_proxy_client_socket_pool.cc \
232 net/http/http_request_headers.cc \
233 net/http/http_request_info.cc \
234 net/http/http_response_body_drainer.cc \
235 net/http/http_response_headers.cc \
236 net/http/http_response_info.cc \
237 net/http/http_security_headers.cc \
238 net/http/http_server_properties.cc \
239 net/http/http_server_properties_impl.cc \
240 net/http/http_status_code.cc \
241 net/http/http_stream_factory.cc \
242 net/http/http_stream_factory_impl.cc \
243 net/http/http_stream_factory_impl_job.cc \
244 net/http/http_stream_factory_impl_request.cc \
245 net/http/http_stream_parser.cc \
246 net/http/http_util.cc \
247 net/http/http_util_icu.cc \
248 net/http/http_vary_data.cc \
249 net/http/md4.cc \
250 net/http/partial_data.cc \
251 net/http/proxy_client_socket.cc \
Ben Murdocheb525c52013-07-10 11:40:50 +0100252 net/http/proxy_connect_redirect_http_stream.cc \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100253 net/http/transport_security_state.cc \
254 net/http/url_security_manager.cc \
255 net/http/url_security_manager_posix.cc \
256 net/proxy/dhcp_proxy_script_fetcher.cc \
257 net/proxy/dhcp_proxy_script_fetcher_factory.cc \
258 net/proxy/multi_threaded_proxy_resolver.cc \
259 net/proxy/network_delegate_error_observer.cc \
260 net/proxy/polling_proxy_config_service.cc \
261 net/proxy/proxy_bypass_rules.cc \
262 net/proxy/proxy_config.cc \
263 net/proxy/proxy_config_service_android.cc \
264 net/proxy/proxy_config_service_fixed.cc \
265 net/proxy/proxy_config_source.cc \
266 net/proxy/proxy_info.cc \
267 net/proxy/proxy_list.cc \
268 net/proxy/proxy_resolver_script_data.cc \
269 net/proxy/proxy_script_decider.cc \
270 net/proxy/proxy_script_fetcher_impl.cc \
271 net/proxy/proxy_server.cc \
272 net/proxy/proxy_service.cc \
273 net/quic/congestion_control/available_channel_estimator.cc \
274 net/quic/congestion_control/channel_estimator.cc \
275 net/quic/congestion_control/cube_root.cc \
276 net/quic/congestion_control/cubic.cc \
277 net/quic/congestion_control/fix_rate_receiver.cc \
278 net/quic/congestion_control/fix_rate_sender.cc \
279 net/quic/congestion_control/hybrid_slow_start.cc \
280 net/quic/congestion_control/inter_arrival_bitrate_ramp_up.cc \
281 net/quic/congestion_control/inter_arrival_overuse_detector.cc \
282 net/quic/congestion_control/inter_arrival_probe.cc \
283 net/quic/congestion_control/inter_arrival_receiver.cc \
284 net/quic/congestion_control/inter_arrival_sender.cc \
285 net/quic/congestion_control/inter_arrival_state_machine.cc \
286 net/quic/congestion_control/leaky_bucket.cc \
287 net/quic/congestion_control/paced_sender.cc \
288 net/quic/congestion_control/quic_congestion_manager.cc \
289 net/quic/congestion_control/receive_algorithm_interface.cc \
290 net/quic/congestion_control/send_algorithm_interface.cc \
291 net/quic/congestion_control/tcp_cubic_sender.cc \
292 net/quic/congestion_control/tcp_receiver.cc \
293 net/quic/crypto/aes_128_gcm_12_decrypter_openssl.cc \
294 net/quic/crypto/aes_128_gcm_12_encrypter_openssl.cc \
295 net/quic/crypto/cert_compressor.cc \
296 net/quic/crypto/channel_id.cc \
297 net/quic/crypto/channel_id_openssl.cc \
298 net/quic/crypto/common_cert_set.cc \
299 net/quic/crypto/crypto_framer.cc \
300 net/quic/crypto/crypto_handshake.cc \
301 net/quic/crypto/crypto_secret_boxer.cc \
302 net/quic/crypto/crypto_server_config.cc \
303 net/quic/crypto/crypto_server_config_protobuf.cc \
304 net/quic/crypto/crypto_utils.cc \
305 net/quic/crypto/curve25519_key_exchange.cc \
306 net/quic/crypto/null_decrypter.cc \
307 net/quic/crypto/null_encrypter.cc \
308 net/quic/crypto/p256_key_exchange_openssl.cc \
Ben Murdoch7dbb3d52013-07-17 14:55:54 +0100309 net/quic/crypto/proof_source_chromium.cc \
Ben Murdochd3868032013-07-31 10:55:33 +0100310 net/quic/crypto/proof_verifier.cc \
Ben Murdocheb525c52013-07-10 11:40:50 +0100311 net/quic/crypto/proof_verifier_chromium.cc \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100312 net/quic/crypto/quic_decrypter.cc \
313 net/quic/crypto/quic_encrypter.cc \
314 net/quic/crypto/quic_random.cc \
315 net/quic/crypto/scoped_evp_cipher_ctx.cc \
316 net/quic/crypto/strike_register.cc \
317 net/quic/crypto/source_address_token.cc \
Torne (Richard Coles)1e9bf3e2013-10-31 11:16:26 +0000318 net/quic/iovector.cc \
Torne (Richard Coles)58537e22013-09-12 12:10:22 +0100319 net/quic/quic_ack_notifier.cc \
Torne (Richard Coles)68043e12013-09-26 13:24:57 +0100320 net/quic/quic_ack_notifier_manager.cc \
Ben Murdochba5b9a62013-08-12 14:20:17 +0100321 net/quic/quic_alarm.cc \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100322 net/quic/quic_bandwidth.cc \
323 net/quic/quic_client_session.cc \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100324 net/quic/quic_clock.cc \
Torne (Richard Coles)1e9bf3e2013-10-31 11:16:26 +0000325 net/quic/quic_config.cc \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100326 net/quic/quic_connection.cc \
327 net/quic/quic_connection_helper.cc \
328 net/quic/quic_connection_logger.cc \
Torne (Richard Coles)3551c9c2013-08-23 16:39:15 +0100329 net/quic/quic_connection_stats.cc \
Torne (Richard Coles)1e9bf3e2013-10-31 11:16:26 +0000330 net/quic/quic_crypto_client_stream.cc \
331 net/quic/quic_crypto_server_stream.cc \
332 net/quic/quic_crypto_stream.cc \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100333 net/quic/quic_data_reader.cc \
334 net/quic/quic_data_writer.cc \
Torne (Richard Coles)1e9bf3e2013-10-31 11:16:26 +0000335 net/quic/quic_default_packet_writer.cc \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100336 net/quic/quic_fec_group.cc \
337 net/quic/quic_framer.cc \
338 net/quic/quic_http_stream.cc \
Torne (Richard Coles)d0247b12013-09-19 22:36:51 +0100339 net/quic/quic_http_utils.cc \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100340 net/quic/quic_packet_creator.cc \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100341 net/quic/quic_packet_generator.cc \
342 net/quic/quic_protocol.cc \
Ben Murdoch2385ea32013-08-06 11:01:04 +0100343 net/quic/quic_received_packet_manager.cc \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100344 net/quic/quic_reliable_client_stream.cc \
Ben Murdoch558790d2013-07-30 15:19:42 +0100345 net/quic/quic_sent_entropy_manager.cc \
Torne (Richard Coles)d0247b12013-09-19 22:36:51 +0100346 net/quic/quic_sent_packet_manager.cc \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100347 net/quic/quic_session.cc \
348 net/quic/quic_spdy_compressor.cc \
349 net/quic/quic_spdy_decompressor.cc \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100350 net/quic/quic_stream_factory.cc \
351 net/quic/quic_stream_sequencer.cc \
352 net/quic/quic_time.cc \
353 net/quic/quic_utils.cc \
354 net/quic/reliable_quic_stream.cc \
355 net/quic/spdy_utils.cc \
356 net/socket/buffered_write_stream_socket.cc \
357 net/socket/client_socket_factory.cc \
358 net/socket/client_socket_handle.cc \
359 net/socket/client_socket_pool.cc \
360 net/socket/client_socket_pool_base.cc \
361 net/socket/client_socket_pool_histograms.cc \
362 net/socket/client_socket_pool_manager.cc \
363 net/socket/client_socket_pool_manager_impl.cc \
Torne (Richard Coles)424c4d72013-08-30 15:14:49 +0100364 net/socket/socket_descriptor.cc \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100365 net/socket/socket_net_log_params.cc \
366 net/socket/socks5_client_socket.cc \
367 net/socket/socks_client_socket.cc \
368 net/socket/socks_client_socket_pool.cc \
369 net/socket/ssl_client_socket.cc \
370 net/socket/ssl_client_socket_openssl.cc \
371 net/socket/ssl_client_socket_pool.cc \
372 net/socket/ssl_error_params.cc \
373 net/socket/ssl_server_socket_openssl.cc \
374 net/socket/stream_listen_socket.cc \
375 net/socket/stream_socket.cc \
376 net/socket/tcp_client_socket.cc \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100377 net/socket/tcp_listen_socket.cc \
Torne (Richard Coles)58537e22013-09-12 12:10:22 +0100378 net/socket/tcp_server_socket.cc \
Torne (Richard Coles)d0247b12013-09-19 22:36:51 +0100379 net/socket/tcp_socket.cc \
Torne (Richard Coles)58537e22013-09-12 12:10:22 +0100380 net/socket/tcp_socket_libevent.cc \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100381 net/socket/transport_client_socket_pool.cc \
382 net/socket/unix_domain_socket_posix.cc \
383 net/socket_stream/socket_stream.cc \
384 net/socket_stream/socket_stream_job.cc \
385 net/socket_stream/socket_stream_job_manager.cc \
386 net/socket_stream/socket_stream_metrics.cc \
387 net/spdy/buffered_spdy_framer.cc \
388 net/spdy/spdy_buffer.cc \
389 net/spdy/spdy_buffer_producer.cc \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100390 net/spdy/spdy_frame_builder.cc \
391 net/spdy/spdy_frame_reader.cc \
392 net/spdy/spdy_framer.cc \
393 net/spdy/spdy_header_block.cc \
394 net/spdy/spdy_http_stream.cc \
395 net/spdy/spdy_http_utils.cc \
396 net/spdy/spdy_protocol.cc \
397 net/spdy/spdy_proxy_client_socket.cc \
398 net/spdy/spdy_read_queue.cc \
399 net/spdy/spdy_session.cc \
400 net/spdy/spdy_session_key.cc \
401 net/spdy/spdy_session_pool.cc \
402 net/spdy/spdy_stream.cc \
403 net/spdy/spdy_websocket_stream.cc \
404 net/spdy/spdy_write_queue.cc \
405 net/ssl/default_server_bound_cert_store.cc \
406 net/ssl/openssl_client_key_store.cc \
407 net/ssl/server_bound_cert_service.cc \
408 net/ssl/server_bound_cert_store.cc \
409 net/ssl/ssl_cert_request_info.cc \
410 net/ssl/ssl_cipher_suite_names.cc \
411 net/ssl/ssl_client_auth_cache.cc \
412 net/ssl/ssl_config_service.cc \
413 net/ssl/ssl_config_service_defaults.cc \
414 net/ssl/ssl_info.cc \
415 net/udp/udp_client_socket.cc \
416 net/udp/udp_net_log_parameters.cc \
417 net/udp/udp_server_socket.cc \
418 net/udp/udp_socket_libevent.cc \
419 net/url_request/data_protocol_handler.cc \
420 net/url_request/file_protocol_handler.cc \
421 net/url_request/ftp_protocol_handler.cc \
422 net/url_request/protocol_intercept_job_factory.cc \
423 net/url_request/static_http_user_agent_settings.cc \
424 net/url_request/url_fetcher.cc \
425 net/url_request/url_fetcher_core.cc \
426 net/url_request/url_fetcher_delegate.cc \
427 net/url_request/url_fetcher_impl.cc \
428 net/url_request/url_fetcher_response_writer.cc \
429 net/url_request/url_request.cc \
430 net/url_request/url_request_about_job.cc \
431 net/url_request/url_request_context.cc \
432 net/url_request/url_request_context_builder.cc \
433 net/url_request/url_request_context_getter.cc \
434 net/url_request/url_request_context_storage.cc \
435 net/url_request/url_request_data_job.cc \
436 net/url_request/url_request_error_job.cc \
437 net/url_request/url_request_file_dir_job.cc \
438 net/url_request/url_request_file_job.cc \
439 net/url_request/url_request_filter.cc \
440 net/url_request/url_request_ftp_job.cc \
441 net/url_request/url_request_http_job.cc \
442 net/url_request/url_request_job.cc \
443 net/url_request/url_request_job_factory.cc \
444 net/url_request/url_request_job_factory_impl.cc \
445 net/url_request/url_request_job_manager.cc \
446 net/url_request/url_request_netlog_params.cc \
447 net/url_request/url_request_redirect_job.cc \
448 net/url_request/url_request_simple_job.cc \
449 net/url_request/url_request_test_job.cc \
450 net/url_request/url_request_throttler_entry.cc \
451 net/url_request/url_request_throttler_header_adapter.cc \
452 net/url_request/url_request_throttler_manager.cc \
453 net/url_request/view_cache_helper.cc \
Torne (Richard Coles)58537e22013-09-12 12:10:22 +0100454 net/websockets/websocket_basic_stream.cc \
Ben Murdoch9ab55632013-07-18 11:57:30 +0100455 net/websockets/websocket_channel.cc \
Torne (Richard Coles)1e9bf3e2013-10-31 11:16:26 +0000456 net/websockets/websocket_deflate_predictor_impl.cc \
Torne (Richard Coles)4e180b62013-10-18 15:46:22 +0100457 net/websockets/websocket_deflate_stream.cc \
Torne (Richard Coles)58537e22013-09-12 12:10:22 +0100458 net/websockets/websocket_deflater.cc \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100459 net/websockets/websocket_errors.cc \
Torne (Richard Coles)d0247b12013-09-19 22:36:51 +0100460 net/websockets/websocket_extension.cc \
461 net/websockets/websocket_extension_parser.cc \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100462 net/websockets/websocket_frame.cc \
463 net/websockets/websocket_frame_parser.cc \
Torne (Richard Coles)58537e22013-09-12 12:10:22 +0100464 net/websockets/websocket_handshake_constants.cc \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100465 net/websockets/websocket_handshake_handler.cc \
Torne (Richard Coles)4e180b62013-10-18 15:46:22 +0100466 net/websockets/websocket_inflater.cc \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100467 net/websockets/websocket_job.cc \
468 net/websockets/websocket_net_log_params.cc \
Ben Murdocheb525c52013-07-10 11:40:50 +0100469 net/websockets/websocket_stream.cc \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100470 net/websockets/websocket_throttle.cc
471
472
473# Flags passed to both C and C++ files.
Ben Murdocheb525c52013-07-10 11:40:50 +0100474MY_CFLAGS_Debug := \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100475 -fstack-protector \
476 --param=ssp-buffer-size=4 \
477 \
478 -fno-exceptions \
479 -fno-strict-aliasing \
480 -Wall \
481 -Wno-unused-parameter \
482 -Wno-missing-field-initializers \
483 -fvisibility=hidden \
484 -pipe \
485 -fPIC \
486 -EL \
487 -mhard-float \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100488 -ffunction-sections \
489 -funwind-tables \
490 -g \
491 -fstack-protector \
492 -fno-short-enums \
493 -finline-limit=64 \
494 -Wa,--noexecstack \
495 -U_FORTIFY_SOURCE \
496 -Wno-extra \
497 -Wno-ignored-qualifiers \
498 -Wno-type-limits \
499 -Os \
500 -g \
501 -fomit-frame-pointer \
502 -fdata-sections \
503 -ffunction-sections
504
Ben Murdocheb525c52013-07-10 11:40:50 +0100505MY_DEFS_Debug := \
Torne (Richard Coles)7d4cd472013-06-19 11:58:07 +0100506 '-DANGLE_DX11' \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100507 '-D_FILE_OFFSET_BITS=64' \
508 '-DNO_TCMALLOC' \
509 '-DDISABLE_NACL' \
510 '-DCHROMIUM_BUILD' \
511 '-DUSE_LIBJPEG_TURBO=1' \
512 '-DUSE_PROPRIETARY_CODECS' \
Ben Murdocha3f7b4e2013-07-24 10:36:34 +0100513 '-DENABLE_CONFIGURATION_POLICY' \
Torne (Richard Coles)1e9bf3e2013-10-31 11:16:26 +0000514 '-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
515 '-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100516 '-DUSE_OPENSSL=1' \
517 '-DENABLE_EGLIMAGE=1' \
Torne (Richard Coles)58537e22013-09-12 12:10:22 +0100518 '-DCLD_VERSION=1' \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100519 '-DNET_IMPLEMENTATION' \
520 '-DPOSIX_AVOID_MMAP' \
521 '-DENABLE_BUILT_IN_DNS' \
522 '-DU_USING_ICU_NAMESPACE=0' \
523 '-D__STDC_CONSTANT_MACROS' \
524 '-D__STDC_FORMAT_MACROS' \
525 '-DANDROID' \
526 '-D__GNU_SOURCE=1' \
527 '-DUSE_STLPORT=1' \
528 '-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
529 '-DCHROME_BUILD_ID=""' \
530 '-DDYNAMIC_ANNOTATIONS_ENABLED=1' \
531 '-DWTF_USE_DYNAMIC_ANNOTATIONS=1' \
532 '-D_DEBUG'
533
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100534
535# Include paths placed before CFLAGS/CPPFLAGS
Ben Murdocheb525c52013-07-10 11:40:50 +0100536LOCAL_C_INCLUDES_Debug := \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100537 $(gyp_shared_intermediate_dir)/shim_headers/icuuc/target \
Ben Murdochbbcdd452013-07-25 10:06:34 +0100538 $(gyp_shared_intermediate_dir)/shim_headers/icui18n/target \
539 $(gyp_shared_intermediate_dir)/shim_headers/ashmem/target \
540 $(LOCAL_PATH)/third_party/openssl \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100541 $(LOCAL_PATH) \
542 $(LOCAL_PATH)/sdch/open-vcdiff/src \
543 $(PWD)/external/icu4c/common \
544 $(PWD)/external/icu4c/i18n \
545 $(LOCAL_PATH)/third_party/zlib \
546 $(gyp_shared_intermediate_dir)/net \
547 $(LOCAL_PATH)/third_party/openssl/openssl/include \
548 $(PWD)/frameworks/wilhelm/include \
549 $(PWD)/bionic \
550 $(PWD)/external/stlport/stlport
551
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100552
553# Flags passed to only C++ (and not C) files.
Ben Murdocheb525c52013-07-10 11:40:50 +0100554LOCAL_CPPFLAGS_Debug := \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100555 -fno-rtti \
556 -fno-threadsafe-statics \
557 -fvisibility-inlines-hidden \
558 -Wsign-compare \
559 -Wno-uninitialized \
560 -Wno-error=c++0x-compat \
561 -Wno-non-virtual-dtor \
562 -Wno-sign-promo
563
Ben Murdocheb525c52013-07-10 11:40:50 +0100564
565# Flags passed to both C and C++ files.
566MY_CFLAGS_Release := \
567 -fstack-protector \
568 --param=ssp-buffer-size=4 \
569 \
570 -fno-exceptions \
571 -fno-strict-aliasing \
572 -Wall \
573 -Wno-unused-parameter \
574 -Wno-missing-field-initializers \
575 -fvisibility=hidden \
576 -pipe \
577 -fPIC \
578 -EL \
579 -mhard-float \
580 -ffunction-sections \
581 -funwind-tables \
582 -g \
583 -fstack-protector \
584 -fno-short-enums \
585 -finline-limit=64 \
586 -Wa,--noexecstack \
587 -U_FORTIFY_SOURCE \
588 -Wno-extra \
589 -Wno-ignored-qualifiers \
590 -Wno-type-limits \
591 -Os \
592 -fno-ident \
593 -fdata-sections \
594 -ffunction-sections \
595 -fomit-frame-pointer
596
597MY_DEFS_Release := \
598 '-DANGLE_DX11' \
599 '-D_FILE_OFFSET_BITS=64' \
600 '-DNO_TCMALLOC' \
601 '-DDISABLE_NACL' \
602 '-DCHROMIUM_BUILD' \
603 '-DUSE_LIBJPEG_TURBO=1' \
604 '-DUSE_PROPRIETARY_CODECS' \
Ben Murdocha3f7b4e2013-07-24 10:36:34 +0100605 '-DENABLE_CONFIGURATION_POLICY' \
Torne (Richard Coles)1e9bf3e2013-10-31 11:16:26 +0000606 '-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
607 '-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
Ben Murdocheb525c52013-07-10 11:40:50 +0100608 '-DUSE_OPENSSL=1' \
609 '-DENABLE_EGLIMAGE=1' \
Torne (Richard Coles)58537e22013-09-12 12:10:22 +0100610 '-DCLD_VERSION=1' \
Ben Murdocheb525c52013-07-10 11:40:50 +0100611 '-DNET_IMPLEMENTATION' \
612 '-DPOSIX_AVOID_MMAP' \
613 '-DENABLE_BUILT_IN_DNS' \
614 '-DU_USING_ICU_NAMESPACE=0' \
615 '-D__STDC_CONSTANT_MACROS' \
616 '-D__STDC_FORMAT_MACROS' \
617 '-DANDROID' \
618 '-D__GNU_SOURCE=1' \
619 '-DUSE_STLPORT=1' \
620 '-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
621 '-DCHROME_BUILD_ID=""' \
622 '-DNDEBUG' \
623 '-DNVALGRIND' \
624 '-DDYNAMIC_ANNOTATIONS_ENABLED=0' \
625 '-D_FORTIFY_SOURCE=2'
626
627
628# Include paths placed before CFLAGS/CPPFLAGS
629LOCAL_C_INCLUDES_Release := \
Ben Murdocheb525c52013-07-10 11:40:50 +0100630 $(gyp_shared_intermediate_dir)/shim_headers/icuuc/target \
Ben Murdochbbcdd452013-07-25 10:06:34 +0100631 $(gyp_shared_intermediate_dir)/shim_headers/icui18n/target \
632 $(gyp_shared_intermediate_dir)/shim_headers/ashmem/target \
633 $(LOCAL_PATH)/third_party/openssl \
Ben Murdocheb525c52013-07-10 11:40:50 +0100634 $(LOCAL_PATH) \
635 $(LOCAL_PATH)/sdch/open-vcdiff/src \
636 $(PWD)/external/icu4c/common \
637 $(PWD)/external/icu4c/i18n \
638 $(LOCAL_PATH)/third_party/zlib \
639 $(gyp_shared_intermediate_dir)/net \
640 $(LOCAL_PATH)/third_party/openssl/openssl/include \
641 $(PWD)/frameworks/wilhelm/include \
642 $(PWD)/bionic \
643 $(PWD)/external/stlport/stlport
644
645
646# Flags passed to only C++ (and not C) files.
647LOCAL_CPPFLAGS_Release := \
648 -fno-rtti \
649 -fno-threadsafe-statics \
650 -fvisibility-inlines-hidden \
651 -Wsign-compare \
652 -Wno-uninitialized \
653 -Wno-error=c++0x-compat \
654 -Wno-non-virtual-dtor \
655 -Wno-sign-promo
656
657
658LOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) $(MY_DEFS_$(GYP_CONFIGURATION))
659LOCAL_C_INCLUDES := $(GYP_COPIED_SOURCE_ORIGIN_DIRS) $(LOCAL_C_INCLUDES_$(GYP_CONFIGURATION))
660LOCAL_CPPFLAGS := $(LOCAL_CPPFLAGS_$(GYP_CONFIGURATION))
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100661### Rules for final target.
662
Ben Murdocheb525c52013-07-10 11:40:50 +0100663LOCAL_LDFLAGS_Debug := \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100664 -Wl,-z,now \
665 -Wl,-z,relro \
666 -Wl,-z,noexecstack \
667 -fPIC \
668 -EL \
669 -Wl,--no-keep-memory \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100670 -nostdlib \
671 -Wl,--no-undefined \
672 -Wl,--exclude-libs=ALL \
Torne (Richard Coles)58537e22013-09-12 12:10:22 +0100673 -Wl,--fatal-warnings \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100674 -Wl,--gc-sections \
Torne (Richard Coles)58537e22013-09-12 12:10:22 +0100675 -Wl,--warn-shared-textrel \
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100676 -Wl,-O1 \
677 -Wl,--as-needed
678
679
Ben Murdocheb525c52013-07-10 11:40:50 +0100680LOCAL_LDFLAGS_Release := \
681 -Wl,-z,now \
682 -Wl,-z,relro \
683 -Wl,-z,noexecstack \
684 -fPIC \
685 -EL \
686 -Wl,--no-keep-memory \
687 -nostdlib \
688 -Wl,--no-undefined \
689 -Wl,--exclude-libs=ALL \
690 -Wl,-O1 \
691 -Wl,--as-needed \
Torne (Richard Coles)58537e22013-09-12 12:10:22 +0100692 -Wl,--gc-sections \
693 -Wl,--fatal-warnings \
694 -Wl,--warn-shared-textrel
Ben Murdocheb525c52013-07-10 11:40:50 +0100695
696
697LOCAL_LDFLAGS := $(LOCAL_LDFLAGS_$(GYP_CONFIGURATION))
698
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +0100699LOCAL_STATIC_LIBRARIES :=
700
701# Enable grouping to fix circular references
702LOCAL_GROUP_STATIC_LIBRARIES := true
703
704LOCAL_SHARED_LIBRARIES := \
705 libstlport \
706 libdl
707
708# Add target alias to "gyp_all_modules" target.
709.PHONY: gyp_all_modules
710gyp_all_modules: net_net_gyp
711
712# Alias gyp target name.
713.PHONY: net
714net: net_net_gyp
715
716include $(BUILD_STATIC_LIBRARY)