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