1 # This file is generated by gyp; do not edit. 2 3 include $(CLEAR_VARS) 4 5 LOCAL_MODULE_CLASS := STATIC_LIBRARIES 6 LOCAL_MODULE := base_base_gyp 7 LOCAL_MODULE_SUFFIX := .a 8 LOCAL_MODULE_TAGS := optional 9 LOCAL_MODULE_TARGET_ARCH := $(TARGET_$(GYP_VAR_PREFIX)ARCH) 10 gyp_intermediate_dir := $(call local-intermediates-dir,,$(GYP_VAR_PREFIX)) 11 gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared,,,$(GYP_VAR_PREFIX)) 12 13 # Make sure our deps are built first. 14 GYP_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 19 GYP_GENERATED_OUTPUTS := 20 21 # Make sure our deps and generated files are built first. 22 LOCAL_ADDITIONAL_DEPENDENCIES := $(GYP_TARGET_DEPENDENCIES) $(GYP_GENERATED_OUTPUTS) 23 24 LOCAL_CPP_EXTENSION := .cc 25 LOCAL_GENERATED_SOURCES := 26 27 GYP_COPIED_SOURCE_ORIGIN_DIRS := 28 29 LOCAL_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. 270 MY_CFLAGS_Debug := \ 271 -fstack-protector \ 272 --param=ssp-buffer-size=4 \ 273 \ 274 -fno-exceptions \ 275 -fno-strict-aliasing \ 276 -Wall \ 277 -Wno-unused-parameter \ 278 -Wno-missing-field-initializers \ 279 -fvisibility=hidden \ 280 -pipe \ 281 -fPIC \ 282 -Wno-unused-local-typedefs \ 283 -EL \ 284 -mhard-float \ 285 -ffunction-sections \ 286 -funwind-tables \ 287 -g \ 288 -fstack-protector \ 289 -fno-short-enums \ 290 -finline-limit=64 \ 291 -Wa,--noexecstack \ 292 -U_FORTIFY_SOURCE \ 293 -Wno-extra \ 294 -Wno-ignored-qualifiers \ 295 -Wno-type-limits \ 296 -Wno-unused-but-set-variable \ 297 -Os \ 298 -g \ 299 -fdata-sections \ 300 -ffunction-sections \ 301 -fomit-frame-pointer \ 302 -funwind-tables 303 304 MY_DEFS_Debug := \ 305 '-DV8_DEPRECATION_WARNINGS' \ 306 '-DBLINK_SCALE_FILTERS_AT_RECORD_TIME' \ 307 '-D_FILE_OFFSET_BITS=64' \ 308 '-DNO_TCMALLOC' \ 309 '-DDISABLE_NACL' \ 310 '-DCHROMIUM_BUILD' \ 311 '-DUSE_LIBJPEG_TURBO=1' \ 312 '-DENABLE_WEBRTC=1' \ 313 '-DUSE_PROPRIETARY_CODECS' \ 314 '-DENABLE_BROWSER_CDMS' \ 315 '-DENABLE_CONFIGURATION_POLICY' \ 316 '-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \ 317 '-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \ 318 '-DENABLE_EGLIMAGE=1' \ 319 '-DCLD_VERSION=1' \ 320 '-DENABLE_PRINTING=1' \ 321 '-DENABLE_MANAGED_USERS=1' \ 322 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' \ 323 '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' \ 324 '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' \ 325 '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' \ 326 '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' \ 327 '-DVIDEO_HOLE=1' \ 328 '-DUSE_OPENSSL=1' \ 329 '-DUSE_OPENSSL_CERTS=1' \ 330 '-D__STDC_CONSTANT_MACROS' \ 331 '-D__STDC_FORMAT_MACROS' \ 332 '-DBASE_IMPLEMENTATION' \ 333 '-DANDROID_SINCOS_PROVIDED' \ 334 '-DANDROID' \ 335 '-D__GNU_SOURCE=1' \ 336 '-DUSE_STLPORT=1' \ 337 '-D_STLP_USE_PTR_SPECIALIZATIONS=1' \ 338 '-DCHROME_BUILD_ID=""' \ 339 '-DDYNAMIC_ANNOTATIONS_ENABLED=1' \ 340 '-DWTF_USE_DYNAMIC_ANNOTATIONS=1' \ 341 '-D_DEBUG' 342 343 344 # Include paths placed before CFLAGS/CPPFLAGS 345 LOCAL_C_INCLUDES_Debug := \ 346 $(gyp_shared_intermediate_dir)/shim_headers/ashmem/target \ 347 $(gyp_shared_intermediate_dir) \ 348 $(gyp_shared_intermediate_dir)/base \ 349 $(LOCAL_PATH) \ 350 $(PWD)/frameworks/wilhelm/include \ 351 $(PWD)/bionic \ 352 $(PWD)/external/stlport/stlport 353 354 355 # Flags passed to only C++ (and not C) files. 356 LOCAL_CPPFLAGS_Debug := \ 357 -fno-rtti \ 358 -fno-threadsafe-statics \ 359 -fvisibility-inlines-hidden \ 360 -Wsign-compare \ 361 -Wno-uninitialized \ 362 -Wno-non-virtual-dtor \ 363 -Wno-sign-promo 364 365 366 LOCAL_FDO_SUPPORT_Debug := false 367 368 # Flags passed to both C and C++ files. 369 MY_CFLAGS_Release := \ 370 -fstack-protector \ 371 --param=ssp-buffer-size=4 \ 372 \ 373 -fno-exceptions \ 374 -fno-strict-aliasing \ 375 -Wall \ 376 -Wno-unused-parameter \ 377 -Wno-missing-field-initializers \ 378 -fvisibility=hidden \ 379 -pipe \ 380 -fPIC \ 381 -Wno-unused-local-typedefs \ 382 -EL \ 383 -mhard-float \ 384 -ffunction-sections \ 385 -funwind-tables \ 386 -g \ 387 -fstack-protector \ 388 -fno-short-enums \ 389 -finline-limit=64 \ 390 -Wa,--noexecstack \ 391 -U_FORTIFY_SOURCE \ 392 -Wno-extra \ 393 -Wno-ignored-qualifiers \ 394 -Wno-type-limits \ 395 -Wno-unused-but-set-variable \ 396 -Os \ 397 -fno-ident \ 398 -fdata-sections \ 399 -ffunction-sections \ 400 -fomit-frame-pointer \ 401 -funwind-tables 402 403 MY_DEFS_Release := \ 404 '-DV8_DEPRECATION_WARNINGS' \ 405 '-DBLINK_SCALE_FILTERS_AT_RECORD_TIME' \ 406 '-D_FILE_OFFSET_BITS=64' \ 407 '-DNO_TCMALLOC' \ 408 '-DDISABLE_NACL' \ 409 '-DCHROMIUM_BUILD' \ 410 '-DUSE_LIBJPEG_TURBO=1' \ 411 '-DENABLE_WEBRTC=1' \ 412 '-DUSE_PROPRIETARY_CODECS' \ 413 '-DENABLE_BROWSER_CDMS' \ 414 '-DENABLE_CONFIGURATION_POLICY' \ 415 '-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \ 416 '-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \ 417 '-DENABLE_EGLIMAGE=1' \ 418 '-DCLD_VERSION=1' \ 419 '-DENABLE_PRINTING=1' \ 420 '-DENABLE_MANAGED_USERS=1' \ 421 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' \ 422 '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' \ 423 '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' \ 424 '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' \ 425 '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' \ 426 '-DVIDEO_HOLE=1' \ 427 '-DUSE_OPENSSL=1' \ 428 '-DUSE_OPENSSL_CERTS=1' \ 429 '-D__STDC_CONSTANT_MACROS' \ 430 '-D__STDC_FORMAT_MACROS' \ 431 '-DBASE_IMPLEMENTATION' \ 432 '-DANDROID_SINCOS_PROVIDED' \ 433 '-DANDROID' \ 434 '-D__GNU_SOURCE=1' \ 435 '-DUSE_STLPORT=1' \ 436 '-D_STLP_USE_PTR_SPECIALIZATIONS=1' \ 437 '-DCHROME_BUILD_ID=""' \ 438 '-DNDEBUG' \ 439 '-DNVALGRIND' \ 440 '-DDYNAMIC_ANNOTATIONS_ENABLED=0' \ 441 '-D_FORTIFY_SOURCE=2' 442 443 444 # Include paths placed before CFLAGS/CPPFLAGS 445 LOCAL_C_INCLUDES_Release := \ 446 $(gyp_shared_intermediate_dir)/shim_headers/ashmem/target \ 447 $(gyp_shared_intermediate_dir) \ 448 $(gyp_shared_intermediate_dir)/base \ 449 $(LOCAL_PATH) \ 450 $(PWD)/frameworks/wilhelm/include \ 451 $(PWD)/bionic \ 452 $(PWD)/external/stlport/stlport 453 454 455 # Flags passed to only C++ (and not C) files. 456 LOCAL_CPPFLAGS_Release := \ 457 -fno-rtti \ 458 -fno-threadsafe-statics \ 459 -fvisibility-inlines-hidden \ 460 -Wsign-compare \ 461 -Wno-uninitialized \ 462 -Wno-non-virtual-dtor \ 463 -Wno-sign-promo 464 465 466 LOCAL_FDO_SUPPORT_Release := false 467 468 LOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) $(MY_DEFS_$(GYP_CONFIGURATION)) 469 LOCAL_FDO_SUPPORT := $(LOCAL_FDO_SUPPORT_$(GYP_CONFIGURATION)) 470 LOCAL_C_INCLUDES := $(GYP_COPIED_SOURCE_ORIGIN_DIRS) $(LOCAL_C_INCLUDES_$(GYP_CONFIGURATION)) 471 LOCAL_CPPFLAGS := $(LOCAL_CPPFLAGS_$(GYP_CONFIGURATION)) 472 LOCAL_ASFLAGS := $(LOCAL_CFLAGS) 473 ### Rules for final target. 474 475 LOCAL_LDFLAGS_Debug := \ 476 -Wl,-z,now \ 477 -Wl,-z,relro \ 478 -Wl,--fatal-warnings \ 479 -Wl,-z,noexecstack \ 480 -fPIC \ 481 -EL \ 482 -Wl,--no-keep-memory \ 483 -nostdlib \ 484 -Wl,--no-undefined \ 485 -Wl,--exclude-libs=ALL \ 486 -Wl,--warn-shared-textrel \ 487 -Wl,-O1 \ 488 -Wl,--as-needed 489 490 491 LOCAL_LDFLAGS_Release := \ 492 -Wl,-z,now \ 493 -Wl,-z,relro \ 494 -Wl,--fatal-warnings \ 495 -Wl,-z,noexecstack \ 496 -fPIC \ 497 -EL \ 498 -Wl,--no-keep-memory \ 499 -nostdlib \ 500 -Wl,--no-undefined \ 501 -Wl,--exclude-libs=ALL \ 502 -Wl,-O1 \ 503 -Wl,--as-needed \ 504 -Wl,--gc-sections \ 505 -Wl,--warn-shared-textrel 506 507 508 LOCAL_LDFLAGS := $(LOCAL_LDFLAGS_$(GYP_CONFIGURATION)) 509 510 LOCAL_STATIC_LIBRARIES := \ 511 cpufeatures 512 513 # Enable grouping to fix circular references 514 LOCAL_GROUP_STATIC_LIBRARIES := true 515 516 LOCAL_SHARED_LIBRARIES := \ 517 libstlport \ 518 libdl 519 520 # Add target alias to "gyp_all_modules" target. 521 .PHONY: gyp_all_modules 522 gyp_all_modules: base_base_gyp 523 524 # Alias gyp target name. 525 .PHONY: base 526 base: base_base_gyp 527 528 include $(BUILD_STATIC_LIBRARY) 529