• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This file is generated by gyp; do not edit.
2
3include $(CLEAR_VARS)
4
5LOCAL_MODULE_CLASS := STATIC_LIBRARIES
6LOCAL_MODULE := base_base_gyp
7LOCAL_MODULE_SUFFIX := .a
8LOCAL_MODULE_TAGS := optional
9LOCAL_MODULE_TARGET_ARCH := $(TARGET_$(GYP_VAR_PREFIX)ARCH)
10gyp_intermediate_dir := $(call local-intermediates-dir,,$(GYP_VAR_PREFIX))
11gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared,,,$(GYP_VAR_PREFIX))
12
13# Make sure our deps are built first.
14GYP_TARGET_DEPENDENCIES := \
15	$(call intermediates-dir-for,GYP,testing_gtest_prod_gyp,,,$(GYP_VAR_PREFIX))/gtest_prod.stamp \
16	$(call intermediates-dir-for,GYP,base_base_jni_headers_gyp,,,$(GYP_VAR_PREFIX))/base_jni_headers.stamp \
17	$(call intermediates-dir-for,GYP,third_party_ashmem_ashmem_gyp,,,$(GYP_VAR_PREFIX))/ashmem.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	base/async_socket_io_handler_posix.cc \
31	base/event_recorder_stubs.cc \
32	base/linux_util.cc \
33	base/message_loop/message_pump_android.cc \
34	base/message_loop/message_pump_libevent.cc \
35	base/metrics/field_trial.cc \
36	base/posix/file_descriptor_shuffle.cc \
37	base/sync_socket_posix.cc \
38	base/third_party/dmg_fp/g_fmt.cc \
39	base/third_party/dmg_fp/dtoa_wrapper.cc \
40	base/third_party/icu/icu_utf.cc \
41	base/third_party/nspr/prtime.cc \
42	base/third_party/superfasthash/superfasthash.c \
43	base/allocator/allocator_extension.cc \
44	base/allocator/type_profiler_control.cc \
45	base/android/application_status_listener.cc \
46	base/android/base_jni_registrar.cc \
47	base/android/build_info.cc \
48	base/android/command_line_android.cc \
49	base/android/content_uri_utils.cc \
50	base/android/cpu_features.cc \
51	base/android/event_log.cc \
52	base/android/fifo_utils.cc \
53	base/android/important_file_writer_android.cc \
54	base/android/scoped_java_ref.cc \
55	base/android/jni_android.cc \
56	base/android/jni_array.cc \
57	base/android/jni_registrar.cc \
58	base/android/jni_string.cc \
59	base/android/jni_utils.cc \
60	base/android/jni_weak_ref.cc \
61	base/android/library_loader/library_loader_hooks.cc \
62	base/android/memory_pressure_listener_android.cc \
63	base/android/java_handler_thread.cc \
64	base/android/path_service_android.cc \
65	base/android/path_utils.cc \
66	base/android/sys_utils.cc \
67	base/android/trace_event_binding.cc \
68	base/at_exit.cc \
69	base/barrier_closure.cc \
70	base/base64.cc \
71	base/base_paths.cc \
72	base/base_paths_android.cc \
73	base/big_endian.cc \
74	base/bind_helpers.cc \
75	base/build_time.cc \
76	base/callback_helpers.cc \
77	base/callback_internal.cc \
78	base/command_line.cc \
79	base/cpu.cc \
80	base/debug/alias.cc \
81	base/debug/asan_invalid_access.cc \
82	base/debug/crash_logging.cc \
83	base/debug/debugger.cc \
84	base/debug/debugger_posix.cc \
85	base/debug/dump_without_crashing.cc \
86	base/debug/proc_maps_linux.cc \
87	base/debug/profiler.cc \
88	base/debug/stack_trace.cc \
89	base/debug/stack_trace_android.cc \
90	base/debug/trace_event_android.cc \
91	base/debug/trace_event_impl.cc \
92	base/debug/trace_event_impl_constants.cc \
93	base/debug/trace_event_synthetic_delay.cc \
94	base/debug/trace_event_system_stats_monitor.cc \
95	base/debug/trace_event_memory.cc \
96	base/deferred_sequenced_task_runner.cc \
97	base/environment.cc \
98	base/file_util.cc \
99	base/file_util_android.cc \
100	base/file_util_posix.cc \
101	base/files/file.cc \
102	base/files/file_enumerator.cc \
103	base/files/file_enumerator_posix.cc \
104	base/files/file_path.cc \
105	base/files/file_path_constants.cc \
106	base/files/file_path_watcher.cc \
107	base/files/file_path_watcher_linux.cc \
108	base/files/file_posix.cc \
109	base/files/file_proxy.cc \
110	base/files/file_util_proxy.cc \
111	base/files/important_file_writer.cc \
112	base/files/memory_mapped_file.cc \
113	base/files/memory_mapped_file_posix.cc \
114	base/files/scoped_file.cc \
115	base/files/scoped_platform_file_closer.cc \
116	base/files/scoped_temp_dir.cc \
117	base/guid.cc \
118	base/guid_posix.cc \
119	base/hash.cc \
120	base/ini_parser.cc \
121	base/json/json_file_value_serializer.cc \
122	base/json/json_parser.cc \
123	base/json/json_reader.cc \
124	base/json/json_string_value_serializer.cc \
125	base/json/json_writer.cc \
126	base/json/string_escape.cc \
127	base/lazy_instance.cc \
128	base/location.cc \
129	base/logging.cc \
130	base/md5.cc \
131	base/memory/aligned_memory.cc \
132	base/memory/discardable_memory.cc \
133	base/memory/discardable_memory_android.cc \
134	base/memory/discardable_memory_emulated.cc \
135	base/memory/discardable_memory_malloc.cc \
136	base/memory/discardable_memory_manager.cc \
137	base/memory/memory_pressure_listener.cc \
138	base/memory/ref_counted.cc \
139	base/memory/ref_counted_memory.cc \
140	base/memory/shared_memory_android.cc \
141	base/memory/shared_memory_posix.cc \
142	base/memory/singleton.cc \
143	base/memory/weak_ptr.cc \
144	base/message_loop/incoming_task_queue.cc \
145	base/message_loop/message_loop.cc \
146	base/message_loop/message_loop_proxy.cc \
147	base/message_loop/message_loop_proxy_impl.cc \
148	base/message_loop/message_pump.cc \
149	base/message_loop/message_pump_default.cc \
150	base/metrics/sample_map.cc \
151	base/metrics/sample_vector.cc \
152	base/metrics/bucket_ranges.cc \
153	base/metrics/histogram.cc \
154	base/metrics/histogram_base.cc \
155	base/metrics/histogram_delta_serialization.cc \
156	base/metrics/histogram_samples.cc \
157	base/metrics/histogram_snapshot_manager.cc \
158	base/metrics/sparse_histogram.cc \
159	base/metrics/statistics_recorder.cc \
160	base/metrics/stats_counters.cc \
161	base/metrics/stats_table.cc \
162	base/metrics/user_metrics.cc \
163	base/native_library_posix.cc \
164	base/os_compat_android.cc \
165	base/path_service.cc \
166	base/pending_task.cc \
167	base/pickle.cc \
168	base/platform_file.cc \
169	base/platform_file_posix.cc \
170	base/posix/global_descriptors.cc \
171	base/posix/unix_domain_socket_linux.cc \
172	base/power_monitor/power_monitor.cc \
173	base/power_monitor/power_monitor_device_source_android.cc \
174	base/power_monitor/power_monitor_device_source.cc \
175	base/power_monitor/power_monitor_source.cc \
176	base/process/internal_linux.cc \
177	base/process/kill.cc \
178	base/process/kill_posix.cc \
179	base/process/launch.cc \
180	base/process/launch_posix.cc \
181	base/process/memory.cc \
182	base/process/memory_linux.cc \
183	base/process/process_handle_linux.cc \
184	base/process/process_handle_posix.cc \
185	base/process/process_iterator.cc \
186	base/process/process_iterator_linux.cc \
187	base/process/process_metrics.cc \
188	base/process/process_metrics_linux.cc \
189	base/process/process_metrics_posix.cc \
190	base/process/process_posix.cc \
191	base/profiler/scoped_profile.cc \
192	base/profiler/alternate_timer.cc \
193	base/profiler/tracked_time.cc \
194	base/rand_util.cc \
195	base/rand_util_posix.cc \
196	base/run_loop.cc \
197	base/safe_strerror_posix.cc \
198	base/scoped_native_library.cc \
199	base/sequence_checker_impl.cc \
200	base/sequenced_task_runner.cc \
201	base/sha1_portable.cc \
202	base/strings/latin1_string_conversions.cc \
203	base/strings/nullable_string16.cc \
204	base/strings/safe_sprintf.cc \
205	base/strings/string16.cc \
206	base/strings/string_number_conversions.cc \
207	base/strings/string_split.cc \
208	base/strings/string_piece.cc \
209	base/strings/string_util.cc \
210	base/strings/string_util_constants.cc \
211	base/strings/stringprintf.cc \
212	base/strings/sys_string_conversions_posix.cc \
213	base/strings/utf_offset_string_conversions.cc \
214	base/strings/utf_string_conversion_utils.cc \
215	base/strings/utf_string_conversions.cc \
216	base/supports_user_data.cc \
217	base/synchronization/cancellation_flag.cc \
218	base/synchronization/condition_variable_posix.cc \
219	base/synchronization/lock.cc \
220	base/synchronization/lock_impl_posix.cc \
221	base/synchronization/waitable_event_posix.cc \
222	base/synchronization/waitable_event_watcher_posix.cc \
223	base/system_monitor/system_monitor.cc \
224	base/sys_info.cc \
225	base/sys_info_android.cc \
226	base/sys_info_linux.cc \
227	base/sys_info_posix.cc \
228	base/task/cancelable_task_tracker.cc \
229	base/task_runner.cc \
230	base/thread_task_runner_handle.cc \
231	base/threading/non_thread_safe_impl.cc \
232	base/threading/platform_thread_android.cc \
233	base/threading/platform_thread_posix.cc \
234	base/threading/post_task_and_reply_impl.cc \
235	base/threading/sequenced_worker_pool.cc \
236	base/threading/simple_thread.cc \
237	base/threading/thread.cc \
238	base/threading/thread_checker_impl.cc \
239	base/threading/thread_collision_warner.cc \
240	base/threading/thread_id_name_manager.cc \
241	base/threading/thread_local_android.cc \
242	base/threading/thread_local_posix.cc \
243	base/threading/thread_local_storage.cc \
244	base/threading/thread_local_storage_posix.cc \
245	base/threading/thread_restrictions.cc \
246	base/threading/watchdog.cc \
247	base/threading/worker_pool.cc \
248	base/threading/worker_pool_posix.cc \
249	base/time/clock.cc \
250	base/time/default_clock.cc \
251	base/time/default_tick_clock.cc \
252	base/time/tick_clock.cc \
253	base/time/time.cc \
254	base/time/time_posix.cc \
255	base/timer/elapsed_timer.cc \
256	base/timer/hi_res_timer_manager_posix.cc \
257	base/timer/mock_timer.cc \
258	base/timer/timer.cc \
259	base/tracked_objects.cc \
260	base/tracking_info.cc \
261	base/values.cc \
262	base/value_conversions.cc \
263	base/version.cc \
264	base/vlog.cc \
265	base/memory/discardable_memory_ashmem_allocator.cc \
266	base/memory/discardable_memory_ashmem.cc
267
268
269# Flags passed to both C and C++ files.
270MY_CFLAGS_Debug := \
271	--param=ssp-buffer-size=4 \
272	-Werror \
273	-fno-exceptions \
274	-fno-strict-aliasing \
275	-Wall \
276	-Wno-unused-parameter \
277	-Wno-missing-field-initializers \
278	-fvisibility=hidden \
279	-pipe \
280	-fPIC \
281	-Wno-unused-local-typedefs \
282	-ffunction-sections \
283	-funwind-tables \
284	-g \
285	-fno-short-enums \
286	-finline-limit=64 \
287	-Wa,--noexecstack \
288	-U_FORTIFY_SOURCE \
289	-Wno-extra \
290	-Wno-ignored-qualifiers \
291	-Wno-type-limits \
292	-Wno-unused-but-set-variable \
293	-Os \
294	-g \
295	-fdata-sections \
296	-ffunction-sections \
297	-funwind-tables
298
299MY_DEFS_Debug := \
300	'-DV8_DEPRECATION_WARNINGS' \
301	'-DBLINK_SCALE_FILTERS_AT_RECORD_TIME' \
302	'-D_FILE_OFFSET_BITS=64' \
303	'-DNO_TCMALLOC' \
304	'-DDISABLE_NACL' \
305	'-DCHROMIUM_BUILD' \
306	'-DUSE_LIBJPEG_TURBO=1' \
307	'-DENABLE_WEBRTC=1' \
308	'-DUSE_PROPRIETARY_CODECS' \
309	'-DENABLE_BROWSER_CDMS' \
310	'-DENABLE_CONFIGURATION_POLICY' \
311	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
312	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
313	'-DENABLE_EGLIMAGE=1' \
314	'-DCLD_VERSION=1' \
315	'-DENABLE_PRINTING=1' \
316	'-DENABLE_MANAGED_USERS=1' \
317	'-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' \
318	'-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' \
319	'-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' \
320	'-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' \
321	'-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' \
322	'-DVIDEO_HOLE=1' \
323	'-DUSE_OPENSSL=1' \
324	'-DUSE_OPENSSL_CERTS=1' \
325	'-D__STDC_CONSTANT_MACROS' \
326	'-D__STDC_FORMAT_MACROS' \
327	'-DBASE_IMPLEMENTATION' \
328	'-DANDROID_SINCOS_PROVIDED' \
329	'-DANDROID' \
330	'-D__GNU_SOURCE=1' \
331	'-DUSE_STLPORT=1' \
332	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
333	'-DCHROME_BUILD_ID=""' \
334	'-DDYNAMIC_ANNOTATIONS_ENABLED=1' \
335	'-DWTF_USE_DYNAMIC_ANNOTATIONS=1' \
336	'-D_DEBUG'
337
338
339# Include paths placed before CFLAGS/CPPFLAGS
340LOCAL_C_INCLUDES_Debug := \
341	$(gyp_shared_intermediate_dir)/shim_headers/ashmem/target \
342	$(gyp_shared_intermediate_dir) \
343	$(gyp_shared_intermediate_dir)/base \
344	$(LOCAL_PATH) \
345	$(PWD)/frameworks/wilhelm/include \
346	$(PWD)/bionic \
347	$(PWD)/external/stlport/stlport
348
349
350# Flags passed to only C++ (and not C) files.
351LOCAL_CPPFLAGS_Debug := \
352	-fno-rtti \
353	-fno-threadsafe-statics \
354	-fvisibility-inlines-hidden \
355	-Wsign-compare \
356	-Wno-non-virtual-dtor \
357	-Wno-sign-promo
358
359
360LOCAL_FDO_SUPPORT_Debug := false
361
362# Flags passed to both C and C++ files.
363MY_CFLAGS_Release := \
364	--param=ssp-buffer-size=4 \
365	-Werror \
366	-fno-exceptions \
367	-fno-strict-aliasing \
368	-Wall \
369	-Wno-unused-parameter \
370	-Wno-missing-field-initializers \
371	-fvisibility=hidden \
372	-pipe \
373	-fPIC \
374	-Wno-unused-local-typedefs \
375	-ffunction-sections \
376	-funwind-tables \
377	-g \
378	-fno-short-enums \
379	-finline-limit=64 \
380	-Wa,--noexecstack \
381	-U_FORTIFY_SOURCE \
382	-Wno-extra \
383	-Wno-ignored-qualifiers \
384	-Wno-type-limits \
385	-Wno-unused-but-set-variable \
386	-Os \
387	-fno-ident \
388	-fdata-sections \
389	-ffunction-sections \
390	-funwind-tables
391
392MY_DEFS_Release := \
393	'-DV8_DEPRECATION_WARNINGS' \
394	'-DBLINK_SCALE_FILTERS_AT_RECORD_TIME' \
395	'-D_FILE_OFFSET_BITS=64' \
396	'-DNO_TCMALLOC' \
397	'-DDISABLE_NACL' \
398	'-DCHROMIUM_BUILD' \
399	'-DUSE_LIBJPEG_TURBO=1' \
400	'-DENABLE_WEBRTC=1' \
401	'-DUSE_PROPRIETARY_CODECS' \
402	'-DENABLE_BROWSER_CDMS' \
403	'-DENABLE_CONFIGURATION_POLICY' \
404	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
405	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
406	'-DENABLE_EGLIMAGE=1' \
407	'-DCLD_VERSION=1' \
408	'-DENABLE_PRINTING=1' \
409	'-DENABLE_MANAGED_USERS=1' \
410	'-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' \
411	'-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' \
412	'-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' \
413	'-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' \
414	'-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' \
415	'-DVIDEO_HOLE=1' \
416	'-DUSE_OPENSSL=1' \
417	'-DUSE_OPENSSL_CERTS=1' \
418	'-D__STDC_CONSTANT_MACROS' \
419	'-D__STDC_FORMAT_MACROS' \
420	'-DBASE_IMPLEMENTATION' \
421	'-DANDROID_SINCOS_PROVIDED' \
422	'-DANDROID' \
423	'-D__GNU_SOURCE=1' \
424	'-DUSE_STLPORT=1' \
425	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
426	'-DCHROME_BUILD_ID=""' \
427	'-DNDEBUG' \
428	'-DNVALGRIND' \
429	'-DDYNAMIC_ANNOTATIONS_ENABLED=0' \
430	'-D_FORTIFY_SOURCE=2'
431
432
433# Include paths placed before CFLAGS/CPPFLAGS
434LOCAL_C_INCLUDES_Release := \
435	$(gyp_shared_intermediate_dir)/shim_headers/ashmem/target \
436	$(gyp_shared_intermediate_dir) \
437	$(gyp_shared_intermediate_dir)/base \
438	$(LOCAL_PATH) \
439	$(PWD)/frameworks/wilhelm/include \
440	$(PWD)/bionic \
441	$(PWD)/external/stlport/stlport
442
443
444# Flags passed to only C++ (and not C) files.
445LOCAL_CPPFLAGS_Release := \
446	-fno-rtti \
447	-fno-threadsafe-statics \
448	-fvisibility-inlines-hidden \
449	-Wsign-compare \
450	-Wno-non-virtual-dtor \
451	-Wno-sign-promo
452
453
454LOCAL_FDO_SUPPORT_Release := false
455
456LOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) $(MY_DEFS_$(GYP_CONFIGURATION))
457LOCAL_FDO_SUPPORT := $(LOCAL_FDO_SUPPORT_$(GYP_CONFIGURATION))
458LOCAL_C_INCLUDES := $(GYP_COPIED_SOURCE_ORIGIN_DIRS) $(LOCAL_C_INCLUDES_$(GYP_CONFIGURATION))
459LOCAL_CPPFLAGS := $(LOCAL_CPPFLAGS_$(GYP_CONFIGURATION))
460LOCAL_ASFLAGS := $(LOCAL_CFLAGS)
461### Rules for final target.
462
463LOCAL_LDFLAGS_Debug := \
464	-Wl,-z,now \
465	-Wl,-z,relro \
466	-Wl,--fatal-warnings \
467	-Wl,-z,noexecstack \
468	-fPIC \
469	-nostdlib \
470	-Wl,--no-undefined \
471	-Wl,--exclude-libs=ALL \
472	-Wl,--warn-shared-textrel \
473	-Wl,-O1 \
474	-Wl,--as-needed
475
476
477LOCAL_LDFLAGS_Release := \
478	-Wl,-z,now \
479	-Wl,-z,relro \
480	-Wl,--fatal-warnings \
481	-Wl,-z,noexecstack \
482	-fPIC \
483	-nostdlib \
484	-Wl,--no-undefined \
485	-Wl,--exclude-libs=ALL \
486	-Wl,-O1 \
487	-Wl,--as-needed \
488	-Wl,--gc-sections \
489	-Wl,--warn-shared-textrel
490
491
492LOCAL_LDFLAGS := $(LOCAL_LDFLAGS_$(GYP_CONFIGURATION))
493
494LOCAL_STATIC_LIBRARIES := \
495	cpufeatures
496
497# Enable grouping to fix circular references
498LOCAL_GROUP_STATIC_LIBRARIES := true
499
500LOCAL_SHARED_LIBRARIES := \
501	libstlport \
502	libdl
503
504# Add target alias to "gyp_all_modules" target.
505.PHONY: gyp_all_modules
506gyp_all_modules: base_base_gyp
507
508# Alias gyp target name.
509.PHONY: base
510base: base_base_gyp
511
512include $(BUILD_STATIC_LIBRARY)
513