1# 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 \
73	net/base/net_log_logger.cc \
74	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 \
84	net/base/request_priority.cc \
85	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/ct_known_logs.cc \
107	net/cert/ct_log_verifier.cc \
108	net/cert/ct_log_verifier_openssl.cc \
109	net/cert/ct_objects_extractor_openssl.cc \
110	net/cert/ct_serialization.cc \
111	net/cert/ct_signed_certificate_timestamp_log_param.cc \
112	net/cert/ct_verify_result.cc \
113	net/cert/ev_root_ca_metadata.cc \
114	net/cert/jwk_serializer_openssl.cc \
115	net/cert/multi_log_ct_verifier.cc \
116	net/cert/multi_threaded_cert_verifier.cc \
117	net/cert/pem_tokenizer.cc \
118	net/cert/signed_certificate_timestamp.cc \
119	net/cert/single_request_cert_verifier.cc \
120	net/cert/test_root_certs.cc \
121	net/cert/test_root_certs_android.cc \
122	net/cert/x509_cert_types.cc \
123	net/cert/x509_certificate.cc \
124	net/cert/x509_certificate_net_log_param.cc \
125	net/cert/x509_certificate_openssl.cc \
126	net/cert/x509_util.cc \
127	net/cert/x509_util_android.cc \
128	net/cert/x509_util_openssl.cc \
129	net/cookies/canonical_cookie.cc \
130	net/cookies/cookie_constants.cc \
131	net/cookies/cookie_monster.cc \
132	net/cookies/cookie_store.cc \
133	net/cookies/cookie_util.cc \
134	net/cookies/parsed_cookie.cc \
135	net/disk_cache/addr.cc \
136	net/disk_cache/backend_impl.cc \
137	net/disk_cache/bitmap.cc \
138	net/disk_cache/block_files.cc \
139	net/disk_cache/cache_creator.cc \
140	net/disk_cache/cache_util.cc \
141	net/disk_cache/cache_util_posix.cc \
142	net/disk_cache/disk_format.cc \
143	net/disk_cache/entry_impl.cc \
144	net/disk_cache/eviction.cc \
145	net/disk_cache/file.cc \
146	net/disk_cache/file_lock.cc \
147	net/disk_cache/file_posix.cc \
148	net/disk_cache/in_flight_backend_io.cc \
149	net/disk_cache/in_flight_io.cc \
150	net/disk_cache/mapped_file.cc \
151	net/disk_cache/mapped_file_avoid_mmap_posix.cc \
152	net/disk_cache/mem_backend_impl.cc \
153	net/disk_cache/mem_entry_impl.cc \
154	net/disk_cache/mem_rankings.cc \
155	net/disk_cache/net_log_parameters.cc \
156	net/disk_cache/rankings.cc \
157	net/disk_cache/sparse_control.cc \
158	net/disk_cache/stats.cc \
159	net/disk_cache/stats_histogram.cc \
160	net/disk_cache/trace.cc \
161	net/disk_cache/tracing_cache_backend.cc \
162	net/disk_cache/simple/simple_backend_impl.cc \
163	net/disk_cache/simple/simple_entry_format.cc \
164	net/disk_cache/simple/simple_entry_impl.cc \
165	net/disk_cache/simple/simple_entry_operation.cc \
166	net/disk_cache/simple/simple_index.cc \
167	net/disk_cache/simple/simple_index_file.cc \
168	net/disk_cache/simple/simple_index_file_posix.cc \
169	net/disk_cache/simple/simple_net_log_parameters.cc \
170	net/disk_cache/simple/simple_synchronous_entry.cc \
171	net/disk_cache/simple/simple_util.cc \
172	net/disk_cache/simple/simple_version_upgrade.cc \
173	net/disk_cache/flash/flash_entry_impl.cc \
174	net/disk_cache/flash/internal_entry.cc \
175	net/disk_cache/flash/log_store.cc \
176	net/disk_cache/flash/log_store_entry.cc \
177	net/disk_cache/flash/segment.cc \
178	net/disk_cache/flash/storage.cc \
179	net/disk_cache/v3/block_bitmaps.cc \
180	net/dns/address_sorter_posix.cc \
181	net/dns/dns_client.cc \
182	net/dns/dns_config_service.cc \
183	net/dns/dns_config_service_posix.cc \
184	net/dns/dns_hosts.cc \
185	net/dns/dns_query.cc \
186	net/dns/dns_response.cc \
187	net/dns/dns_session.cc \
188	net/dns/dns_socket_pool.cc \
189	net/dns/dns_transaction.cc \
190	net/dns/host_cache.cc \
191	net/dns/host_resolver.cc \
192	net/dns/host_resolver_impl.cc \
193	net/dns/host_resolver_proc.cc \
194	net/dns/mapped_host_resolver.cc \
195	net/dns/serial_worker.cc \
196	net/dns/single_request_host_resolver.cc \
197	net/ftp/ftp_auth_cache.cc \
198	net/ftp/ftp_ctrl_response_buffer.cc \
199	net/ftp/ftp_directory_listing_parser.cc \
200	net/ftp/ftp_directory_listing_parser_ls.cc \
201	net/ftp/ftp_directory_listing_parser_netware.cc \
202	net/ftp/ftp_directory_listing_parser_os2.cc \
203	net/ftp/ftp_directory_listing_parser_vms.cc \
204	net/ftp/ftp_directory_listing_parser_windows.cc \
205	net/ftp/ftp_network_layer.cc \
206	net/ftp/ftp_network_session.cc \
207	net/ftp/ftp_network_transaction.cc \
208	net/ftp/ftp_response_info.cc \
209	net/ftp/ftp_server_type_histograms.cc \
210	net/ftp/ftp_util.cc \
211	net/http/des.cc \
212	net/http/http_auth.cc \
213	net/http/http_auth_cache.cc \
214	net/http/http_auth_controller.cc \
215	net/http/http_auth_filter.cc \
216	net/http/http_auth_handler.cc \
217	net/http/http_auth_handler_basic.cc \
218	net/http/http_auth_handler_digest.cc \
219	net/http/http_auth_handler_factory.cc \
220	net/http/http_auth_handler_ntlm.cc \
221	net/http/http_auth_handler_ntlm_portable.cc \
222	net/http/http_basic_state.cc \
223	net/http/http_basic_stream.cc \
224	net/http/http_byte_range.cc \
225	net/http/http_cache.cc \
226	net/http/http_cache_transaction.cc \
227	net/http/http_content_disposition.cc \
228	net/http/http_chunked_decoder.cc \
229	net/http/http_network_layer.cc \
230	net/http/http_network_session.cc \
231	net/http/http_network_session_peer.cc \
232	net/http/http_network_transaction.cc \
233	net/http/http_pipelined_connection_impl.cc \
234	net/http/http_pipelined_host.cc \
235	net/http/http_pipelined_host_forced.cc \
236	net/http/http_pipelined_host_impl.cc \
237	net/http/http_pipelined_host_pool.cc \
238	net/http/http_pipelined_stream.cc \
239	net/http/http_proxy_client_socket.cc \
240	net/http/http_proxy_client_socket_pool.cc \
241	net/http/http_request_headers.cc \
242	net/http/http_request_info.cc \
243	net/http/http_response_body_drainer.cc \
244	net/http/http_response_headers.cc \
245	net/http/http_response_info.cc \
246	net/http/http_security_headers.cc \
247	net/http/http_server_properties.cc \
248	net/http/http_server_properties_impl.cc \
249	net/http/http_status_code.cc \
250	net/http/http_stream_factory.cc \
251	net/http/http_stream_factory_impl.cc \
252	net/http/http_stream_factory_impl_job.cc \
253	net/http/http_stream_factory_impl_request.cc \
254	net/http/http_stream_parser.cc \
255	net/http/http_util.cc \
256	net/http/http_util_icu.cc \
257	net/http/http_vary_data.cc \
258	net/http/md4.cc \
259	net/http/partial_data.cc \
260	net/http/proxy_client_socket.cc \
261	net/http/proxy_connect_redirect_http_stream.cc \
262	net/http/transport_security_persister.cc \
263	net/http/transport_security_state.cc \
264	net/http/url_security_manager.cc \
265	net/http/url_security_manager_posix.cc \
266	net/proxy/dhcp_proxy_script_fetcher.cc \
267	net/proxy/dhcp_proxy_script_fetcher_factory.cc \
268	net/proxy/multi_threaded_proxy_resolver.cc \
269	net/proxy/network_delegate_error_observer.cc \
270	net/proxy/polling_proxy_config_service.cc \
271	net/proxy/proxy_bypass_rules.cc \
272	net/proxy/proxy_config.cc \
273	net/proxy/proxy_config_service_android.cc \
274	net/proxy/proxy_config_service_fixed.cc \
275	net/proxy/proxy_config_source.cc \
276	net/proxy/proxy_info.cc \
277	net/proxy/proxy_list.cc \
278	net/proxy/proxy_resolver_script_data.cc \
279	net/proxy/proxy_script_decider.cc \
280	net/proxy/proxy_script_fetcher_impl.cc \
281	net/proxy/proxy_server.cc \
282	net/proxy/proxy_service.cc \
283	net/quic/congestion_control/available_channel_estimator.cc \
284	net/quic/congestion_control/channel_estimator.cc \
285	net/quic/congestion_control/cube_root.cc \
286	net/quic/congestion_control/cubic.cc \
287	net/quic/congestion_control/fix_rate_receiver.cc \
288	net/quic/congestion_control/fix_rate_sender.cc \
289	net/quic/congestion_control/hybrid_slow_start.cc \
290	net/quic/congestion_control/inter_arrival_bitrate_ramp_up.cc \
291	net/quic/congestion_control/inter_arrival_overuse_detector.cc \
292	net/quic/congestion_control/inter_arrival_probe.cc \
293	net/quic/congestion_control/inter_arrival_receiver.cc \
294	net/quic/congestion_control/inter_arrival_sender.cc \
295	net/quic/congestion_control/inter_arrival_state_machine.cc \
296	net/quic/congestion_control/leaky_bucket.cc \
297	net/quic/congestion_control/paced_sender.cc \
298	net/quic/congestion_control/pacing_sender.cc \
299	net/quic/congestion_control/receive_algorithm_interface.cc \
300	net/quic/congestion_control/send_algorithm_interface.cc \
301	net/quic/congestion_control/tcp_cubic_sender.cc \
302	net/quic/congestion_control/tcp_receiver.cc \
303	net/quic/crypto/aes_128_gcm_12_decrypter_openssl.cc \
304	net/quic/crypto/aes_128_gcm_12_encrypter_openssl.cc \
305	net/quic/crypto/cert_compressor.cc \
306	net/quic/crypto/channel_id.cc \
307	net/quic/crypto/channel_id_openssl.cc \
308	net/quic/crypto/common_cert_set.cc \
309	net/quic/crypto/crypto_framer.cc \
310	net/quic/crypto/crypto_handshake.cc \
311	net/quic/crypto/crypto_secret_boxer.cc \
312	net/quic/crypto/crypto_server_config_protobuf.cc \
313	net/quic/crypto/crypto_utils.cc \
314	net/quic/crypto/curve25519_key_exchange.cc \
315	net/quic/crypto/local_strike_register_client.cc \
316	net/quic/crypto/null_decrypter.cc \
317	net/quic/crypto/null_encrypter.cc \
318	net/quic/crypto/p256_key_exchange_openssl.cc \
319	net/quic/crypto/proof_source_chromium.cc \
320	net/quic/crypto/proof_verifier.cc \
321	net/quic/crypto/proof_verifier_chromium.cc \
322	net/quic/crypto/quic_crypto_client_config.cc \
323	net/quic/crypto/quic_crypto_server_config.cc \
324	net/quic/crypto/quic_decrypter.cc \
325	net/quic/crypto/quic_encrypter.cc \
326	net/quic/crypto/quic_random.cc \
327	net/quic/crypto/scoped_evp_cipher_ctx.cc \
328	net/quic/crypto/strike_register.cc \
329	net/quic/crypto/source_address_token.cc \
330	net/quic/iovector.cc \
331	net/quic/port_suggester.cc \
332	net/quic/quic_ack_notifier.cc \
333	net/quic/quic_ack_notifier_manager.cc \
334	net/quic/quic_alarm.cc \
335	net/quic/quic_bandwidth.cc \
336	net/quic/quic_client_session.cc \
337	net/quic/quic_clock.cc \
338	net/quic/quic_config.cc \
339	net/quic/quic_connection.cc \
340	net/quic/quic_connection_helper.cc \
341	net/quic/quic_connection_logger.cc \
342	net/quic/quic_connection_stats.cc \
343	net/quic/quic_crypto_client_stream.cc \
344	net/quic/quic_crypto_server_stream.cc \
345	net/quic/quic_crypto_stream.cc \
346	net/quic/quic_data_reader.cc \
347	net/quic/quic_data_stream.cc \
348	net/quic/quic_data_writer.cc \
349	net/quic/quic_default_packet_writer.cc \
350	net/quic/quic_fec_group.cc \
351	net/quic/quic_framer.cc \
352	net/quic/quic_http_stream.cc \
353	net/quic/quic_http_utils.cc \
354	net/quic/quic_packet_creator.cc \
355	net/quic/quic_packet_generator.cc \
356	net/quic/quic_protocol.cc \
357	net/quic/quic_received_packet_manager.cc \
358	net/quic/quic_reliable_client_stream.cc \
359	net/quic/quic_sent_entropy_manager.cc \
360	net/quic/quic_sent_packet_manager.cc \
361	net/quic/quic_session.cc \
362	net/quic/quic_spdy_compressor.cc \
363	net/quic/quic_spdy_decompressor.cc \
364	net/quic/quic_stream_factory.cc \
365	net/quic/quic_stream_sequencer.cc \
366	net/quic/quic_time.cc \
367	net/quic/quic_utils.cc \
368	net/quic/reliable_quic_stream.cc \
369	net/quic/spdy_utils.cc \
370	net/socket/buffered_write_stream_socket.cc \
371	net/socket/client_socket_factory.cc \
372	net/socket/client_socket_handle.cc \
373	net/socket/client_socket_pool.cc \
374	net/socket/client_socket_pool_base.cc \
375	net/socket/client_socket_pool_histograms.cc \
376	net/socket/client_socket_pool_manager.cc \
377	net/socket/client_socket_pool_manager_impl.cc \
378	net/socket/socket_descriptor.cc \
379	net/socket/socket_net_log_params.cc \
380	net/socket/socks5_client_socket.cc \
381	net/socket/socks_client_socket.cc \
382	net/socket/socks_client_socket_pool.cc \
383	net/socket/ssl_client_socket.cc \
384	net/socket/ssl_client_socket_openssl.cc \
385	net/socket/ssl_client_socket_pool.cc \
386	net/socket/ssl_error_params.cc \
387	net/socket/ssl_server_socket_openssl.cc \
388	net/socket/ssl_session_cache_openssl.cc \
389	net/socket/stream_listen_socket.cc \
390	net/socket/stream_socket.cc \
391	net/socket/tcp_client_socket.cc \
392	net/socket/tcp_listen_socket.cc \
393	net/socket/tcp_server_socket.cc \
394	net/socket/tcp_socket.cc \
395	net/socket/tcp_socket_libevent.cc \
396	net/socket/transport_client_socket_pool.cc \
397	net/socket/unix_domain_socket_posix.cc \
398	net/socket_stream/socket_stream.cc \
399	net/socket_stream/socket_stream_job.cc \
400	net/socket_stream/socket_stream_job_manager.cc \
401	net/socket_stream/socket_stream_metrics.cc \
402	net/spdy/buffered_spdy_framer.cc \
403	net/spdy/spdy_buffer.cc \
404	net/spdy/spdy_buffer_producer.cc \
405	net/spdy/spdy_frame_builder.cc \
406	net/spdy/spdy_frame_reader.cc \
407	net/spdy/spdy_framer.cc \
408	net/spdy/spdy_header_block.cc \
409	net/spdy/spdy_http_stream.cc \
410	net/spdy/spdy_http_utils.cc \
411	net/spdy/spdy_protocol.cc \
412	net/spdy/spdy_proxy_client_socket.cc \
413	net/spdy/spdy_read_queue.cc \
414	net/spdy/spdy_session.cc \
415	net/spdy/spdy_session_key.cc \
416	net/spdy/spdy_session_pool.cc \
417	net/spdy/spdy_stream.cc \
418	net/spdy/spdy_websocket_stream.cc \
419	net/spdy/spdy_write_queue.cc \
420	net/ssl/default_server_bound_cert_store.cc \
421	net/ssl/openssl_client_key_store.cc \
422	net/ssl/server_bound_cert_service.cc \
423	net/ssl/server_bound_cert_store.cc \
424	net/ssl/signed_certificate_timestamp_and_status.cc \
425	net/ssl/ssl_cert_request_info.cc \
426	net/ssl/ssl_cipher_suite_names.cc \
427	net/ssl/ssl_client_auth_cache.cc \
428	net/ssl/ssl_config_service.cc \
429	net/ssl/ssl_config_service_defaults.cc \
430	net/ssl/ssl_info.cc \
431	net/udp/udp_client_socket.cc \
432	net/udp/udp_net_log_parameters.cc \
433	net/udp/udp_server_socket.cc \
434	net/udp/udp_socket_libevent.cc \
435	net/url_request/data_protocol_handler.cc \
436	net/url_request/file_protocol_handler.cc \
437	net/url_request/ftp_protocol_handler.cc \
438	net/url_request/protocol_intercept_job_factory.cc \
439	net/url_request/static_http_user_agent_settings.cc \
440	net/url_request/url_fetcher.cc \
441	net/url_request/url_fetcher_core.cc \
442	net/url_request/url_fetcher_delegate.cc \
443	net/url_request/url_fetcher_impl.cc \
444	net/url_request/url_fetcher_response_writer.cc \
445	net/url_request/url_request.cc \
446	net/url_request/url_request_about_job.cc \
447	net/url_request/url_request_context.cc \
448	net/url_request/url_request_context_builder.cc \
449	net/url_request/url_request_context_getter.cc \
450	net/url_request/url_request_context_storage.cc \
451	net/url_request/url_request_data_job.cc \
452	net/url_request/url_request_error_job.cc \
453	net/url_request/url_request_file_dir_job.cc \
454	net/url_request/url_request_file_job.cc \
455	net/url_request/url_request_filter.cc \
456	net/url_request/url_request_ftp_job.cc \
457	net/url_request/url_request_http_job.cc \
458	net/url_request/url_request_job.cc \
459	net/url_request/url_request_job_factory.cc \
460	net/url_request/url_request_job_factory_impl.cc \
461	net/url_request/url_request_job_manager.cc \
462	net/url_request/url_request_netlog_params.cc \
463	net/url_request/url_request_redirect_job.cc \
464	net/url_request/url_request_simple_job.cc \
465	net/url_request/url_request_test_job.cc \
466	net/url_request/url_request_throttler_entry.cc \
467	net/url_request/url_request_throttler_header_adapter.cc \
468	net/url_request/url_request_throttler_manager.cc \
469	net/url_request/view_cache_helper.cc \
470	net/url_request/websocket_handshake_userdata_key.cc \
471	net/websockets/websocket_basic_handshake_stream.cc \
472	net/websockets/websocket_basic_stream.cc \
473	net/websockets/websocket_channel.cc \
474	net/websockets/websocket_deflate_predictor_impl.cc \
475	net/websockets/websocket_deflate_stream.cc \
476	net/websockets/websocket_deflater.cc \
477	net/websockets/websocket_errors.cc \
478	net/websockets/websocket_extension.cc \
479	net/websockets/websocket_extension_parser.cc \
480	net/websockets/websocket_frame.cc \
481	net/websockets/websocket_frame_parser.cc \
482	net/websockets/websocket_handshake_constants.cc \
483	net/websockets/websocket_handshake_handler.cc \
484	net/websockets/websocket_handshake_stream_create_helper.cc \
485	net/websockets/websocket_inflater.cc \
486	net/websockets/websocket_job.cc \
487	net/websockets/websocket_net_log_params.cc \
488	net/websockets/websocket_stream.cc \
489	net/websockets/websocket_throttle.cc
490
491
492# Flags passed to both C and C++ files.
493MY_CFLAGS_Debug := \
494	-fstack-protector \
495	--param=ssp-buffer-size=4 \
496	 \
497	-fno-exceptions \
498	-fno-strict-aliasing \
499	-Wall \
500	-Wno-unused-parameter \
501	-Wno-missing-field-initializers \
502	-fvisibility=hidden \
503	-pipe \
504	-fPIC \
505	-EL \
506	-mhard-float \
507	-ffunction-sections \
508	-funwind-tables \
509	-g \
510	-fstack-protector \
511	-fno-short-enums \
512	-finline-limit=64 \
513	-Wa,--noexecstack \
514	-U_FORTIFY_SOURCE \
515	-Wno-extra \
516	-Wno-ignored-qualifiers \
517	-Wno-type-limits \
518	-Os \
519	-g \
520	-fomit-frame-pointer \
521	-fdata-sections \
522	-ffunction-sections
523
524MY_DEFS_Debug := \
525	'-DV8_DEPRECATION_WARNINGS' \
526	'-D_FILE_OFFSET_BITS=64' \
527	'-DNO_TCMALLOC' \
528	'-DDISABLE_NACL' \
529	'-DCHROMIUM_BUILD' \
530	'-DUSE_LIBJPEG_TURBO=1' \
531	'-DUSE_PROPRIETARY_CODECS' \
532	'-DENABLE_CONFIGURATION_POLICY' \
533	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
534	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
535	'-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' \
536	'-DUSE_OPENSSL=1' \
537	'-DENABLE_EGLIMAGE=1' \
538	'-DCLD_VERSION=1' \
539	'-DENABLE_PRINTING=1' \
540	'-DENABLE_MANAGED_USERS=1' \
541	'-DNET_IMPLEMENTATION' \
542	'-DPOSIX_AVOID_MMAP' \
543	'-DENABLE_BUILT_IN_DNS' \
544	'-DU_USING_ICU_NAMESPACE=0' \
545	'-D__STDC_CONSTANT_MACROS' \
546	'-D__STDC_FORMAT_MACROS' \
547	'-DANDROID' \
548	'-D__GNU_SOURCE=1' \
549	'-DUSE_STLPORT=1' \
550	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
551	'-DCHROME_BUILD_ID=""' \
552	'-DDYNAMIC_ANNOTATIONS_ENABLED=1' \
553	'-DWTF_USE_DYNAMIC_ANNOTATIONS=1' \
554	'-D_DEBUG'
555
556
557# Include paths placed before CFLAGS/CPPFLAGS
558LOCAL_C_INCLUDES_Debug := \
559	$(gyp_shared_intermediate_dir)/shim_headers/icuuc/target \
560	$(gyp_shared_intermediate_dir)/shim_headers/icui18n/target \
561	$(gyp_shared_intermediate_dir)/shim_headers/ashmem/target \
562	$(LOCAL_PATH)/third_party/openssl \
563	$(LOCAL_PATH) \
564	$(LOCAL_PATH)/sdch/open-vcdiff/src \
565	$(PWD)/external/icu4c/common \
566	$(PWD)/external/icu4c/i18n \
567	$(LOCAL_PATH)/third_party/zlib \
568	$(gyp_shared_intermediate_dir)/net \
569	$(LOCAL_PATH)/third_party/openssl/openssl/include \
570	$(PWD)/frameworks/wilhelm/include \
571	$(PWD)/bionic \
572	$(PWD)/external/stlport/stlport
573
574
575# Flags passed to only C++ (and not C) files.
576LOCAL_CPPFLAGS_Debug := \
577	-fno-rtti \
578	-fno-threadsafe-statics \
579	-fvisibility-inlines-hidden \
580	-Wsign-compare \
581	-Wno-uninitialized \
582	-Wno-error=c++0x-compat \
583	-Wno-non-virtual-dtor \
584	-Wno-sign-promo
585
586
587# Flags passed to both C and C++ files.
588MY_CFLAGS_Release := \
589	-fstack-protector \
590	--param=ssp-buffer-size=4 \
591	 \
592	-fno-exceptions \
593	-fno-strict-aliasing \
594	-Wall \
595	-Wno-unused-parameter \
596	-Wno-missing-field-initializers \
597	-fvisibility=hidden \
598	-pipe \
599	-fPIC \
600	-EL \
601	-mhard-float \
602	-ffunction-sections \
603	-funwind-tables \
604	-g \
605	-fstack-protector \
606	-fno-short-enums \
607	-finline-limit=64 \
608	-Wa,--noexecstack \
609	-U_FORTIFY_SOURCE \
610	-Wno-extra \
611	-Wno-ignored-qualifiers \
612	-Wno-type-limits \
613	-Os \
614	-fno-ident \
615	-fdata-sections \
616	-ffunction-sections \
617	-fomit-frame-pointer
618
619MY_DEFS_Release := \
620	'-DV8_DEPRECATION_WARNINGS' \
621	'-D_FILE_OFFSET_BITS=64' \
622	'-DNO_TCMALLOC' \
623	'-DDISABLE_NACL' \
624	'-DCHROMIUM_BUILD' \
625	'-DUSE_LIBJPEG_TURBO=1' \
626	'-DUSE_PROPRIETARY_CODECS' \
627	'-DENABLE_CONFIGURATION_POLICY' \
628	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
629	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
630	'-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' \
631	'-DUSE_OPENSSL=1' \
632	'-DENABLE_EGLIMAGE=1' \
633	'-DCLD_VERSION=1' \
634	'-DENABLE_PRINTING=1' \
635	'-DENABLE_MANAGED_USERS=1' \
636	'-DNET_IMPLEMENTATION' \
637	'-DPOSIX_AVOID_MMAP' \
638	'-DENABLE_BUILT_IN_DNS' \
639	'-DU_USING_ICU_NAMESPACE=0' \
640	'-D__STDC_CONSTANT_MACROS' \
641	'-D__STDC_FORMAT_MACROS' \
642	'-DANDROID' \
643	'-D__GNU_SOURCE=1' \
644	'-DUSE_STLPORT=1' \
645	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
646	'-DCHROME_BUILD_ID=""' \
647	'-DNDEBUG' \
648	'-DNVALGRIND' \
649	'-DDYNAMIC_ANNOTATIONS_ENABLED=0' \
650	'-D_FORTIFY_SOURCE=2'
651
652
653# Include paths placed before CFLAGS/CPPFLAGS
654LOCAL_C_INCLUDES_Release := \
655	$(gyp_shared_intermediate_dir)/shim_headers/icuuc/target \
656	$(gyp_shared_intermediate_dir)/shim_headers/icui18n/target \
657	$(gyp_shared_intermediate_dir)/shim_headers/ashmem/target \
658	$(LOCAL_PATH)/third_party/openssl \
659	$(LOCAL_PATH) \
660	$(LOCAL_PATH)/sdch/open-vcdiff/src \
661	$(PWD)/external/icu4c/common \
662	$(PWD)/external/icu4c/i18n \
663	$(LOCAL_PATH)/third_party/zlib \
664	$(gyp_shared_intermediate_dir)/net \
665	$(LOCAL_PATH)/third_party/openssl/openssl/include \
666	$(PWD)/frameworks/wilhelm/include \
667	$(PWD)/bionic \
668	$(PWD)/external/stlport/stlport
669
670
671# Flags passed to only C++ (and not C) files.
672LOCAL_CPPFLAGS_Release := \
673	-fno-rtti \
674	-fno-threadsafe-statics \
675	-fvisibility-inlines-hidden \
676	-Wsign-compare \
677	-Wno-uninitialized \
678	-Wno-error=c++0x-compat \
679	-Wno-non-virtual-dtor \
680	-Wno-sign-promo
681
682
683LOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) $(MY_DEFS_$(GYP_CONFIGURATION))
684LOCAL_C_INCLUDES := $(GYP_COPIED_SOURCE_ORIGIN_DIRS) $(LOCAL_C_INCLUDES_$(GYP_CONFIGURATION))
685LOCAL_CPPFLAGS := $(LOCAL_CPPFLAGS_$(GYP_CONFIGURATION))
686### Rules for final target.
687
688LOCAL_LDFLAGS_Debug := \
689	-Wl,-z,now \
690	-Wl,-z,relro \
691	-Wl,-z,noexecstack \
692	-fPIC \
693	-EL \
694	-Wl,--no-keep-memory \
695	-nostdlib \
696	-Wl,--no-undefined \
697	-Wl,--exclude-libs=ALL \
698	-Wl,--fatal-warnings \
699	-Wl,--gc-sections \
700	-Wl,--warn-shared-textrel \
701	-Wl,-O1 \
702	-Wl,--as-needed
703
704
705LOCAL_LDFLAGS_Release := \
706	-Wl,-z,now \
707	-Wl,-z,relro \
708	-Wl,-z,noexecstack \
709	-fPIC \
710	-EL \
711	-Wl,--no-keep-memory \
712	-nostdlib \
713	-Wl,--no-undefined \
714	-Wl,--exclude-libs=ALL \
715	-Wl,-O1 \
716	-Wl,--as-needed \
717	-Wl,--gc-sections \
718	-Wl,--fatal-warnings \
719	-Wl,--warn-shared-textrel
720
721
722LOCAL_LDFLAGS := $(LOCAL_LDFLAGS_$(GYP_CONFIGURATION))
723
724LOCAL_STATIC_LIBRARIES :=
725
726# Enable grouping to fix circular references
727LOCAL_GROUP_STATIC_LIBRARIES := true
728
729LOCAL_SHARED_LIBRARIES := \
730	libstlport \
731	libdl
732
733# Add target alias to "gyp_all_modules" target.
734.PHONY: gyp_all_modules
735gyp_all_modules: net_net_gyp
736
737# Alias gyp target name.
738.PHONY: net
739net: net_net_gyp
740
741include $(BUILD_STATIC_LIBRARY)
742