1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
10 '../build/win_precompile.gypi',
15 'target_name': 'base',
16 'type': '<(component)',
17 'toolsets': ['host', 'target'],
20 'enable_wexit_time_destructors': 1,
25 'allocator/allocator.gyp:allocator_extension_thunks',
26 '../testing/gtest.gyp:gtest_prod',
27 '../third_party/modp_b64/modp_b64.gyp:modp_b64',
28 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
30 # TODO(gregoryd): direct_dependent_settings should be shared with the
31 # 64-bit target, but it doesn't work due to a bug in gyp
32 'direct_dependent_settings': {
38 ['desktop_linux == 1 or chromeos == 1', {
41 'sources/': [ ['include', '_chromeos\\.cc$'] ]
51 }, { # desktop_linux == 0 and chromeos == 0
53 ['exclude', '/xdg_user_dirs/'],
54 ['exclude', '_nss\\.cc$'],
59 '../build/linux/system.gyp:glib',
61 'export_dependent_settings': [
62 '../build/linux/system.gyp:glib',
65 ['OS == "android" and _toolset == "host"', {
66 # Always build base as a static_library for host toolset, even if
67 # we're doing a component build. Specifically, we only care about the
68 # target toolset using components since that's what developers are
69 # focusing on. In theory we should do this more generally for all
70 # targets when building for host, but getting the gyp magic
71 # per-toolset for the "component" variable is hard, and we really only
73 'type': 'static_library',
74 # Base for host support is the minimum required to run the
75 # ssl false start blacklist tool. It requires further changes
76 # to generically support host builds (and tests).
77 # Note: when building for host, gyp has OS == "android",
78 # hence the *_android.cc files are included but the actual code
79 # doesn't have OS_ANDROID / ANDROID defined.
81 ['host_os == "mac"', {
83 ['exclude', '^native_library_linux\\.cc$'],
84 ['exclude', '^process_util_linux\\.cc$'],
85 ['exclude', '^sys_info_linux\\.cc$'],
86 ['exclude', '^sys_string_conversions_linux\\.cc$'],
87 ['exclude', '^worker_pool_linux\\.cc$'],
92 ['OS == "android" and _toolset == "target"', {
96 '../build/android/ndk.gyp:cpu_features',
97 '../third_party/ashmem/ashmem.gyp:ashmem',
105 'debug/stack_trace_posix.cc',
110 '/usr/local/include',
114 '-L/usr/local/lib -lexecinfo',
121 # We need rt for clock_gettime().
123 # For 'native_library_linux.cc'
128 ['use_allocator!="tcmalloc"', {
132 'direct_dependent_settings': {
141 # Specify delayload for base.dll.
149 'AdditionalDependencies': [
156 # Specify delayload for components that link with base.lib.
157 'all_dependent_settings': {
165 'AdditionalDependencies': [
175 'destination': '<(PRODUCT_DIR)/',
177 '../build/win/dbghelp_xp/dbghelp.dll',
182 'trace_event/etw_manifest/etw_manifest.gyp:etw_manifest',
185 ['OS == "mac" or (OS == "ios" and _toolset == "host")', {
188 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
189 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework',
190 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework',
191 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
192 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
193 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
194 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
198 ['OS == "ios" and _toolset != "host"', {
201 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
202 '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework',
203 '$(SDKROOT)/System/Library/Frameworks/CoreText.framework',
204 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
205 '$(SDKROOT)/System/Library/Frameworks/UIKit.framework',
209 ['OS != "win" and (OS != "ios" or _toolset == "host")', {
210 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'],
212 ['component=="shared_library"', {
216 'debug/debug_on_start_win.cc',
223 'async_socket_io_handler.h',
224 'async_socket_io_handler_posix.cc',
225 'async_socket_io_handler_win.cc',
229 'message_loop/message_pump_android.cc',
230 'message_loop/message_pump_android.h',
231 'message_loop/message_pump_glib.cc',
232 'message_loop/message_pump_glib.h',
233 'message_loop/message_pump_io_ios.cc',
234 'message_loop/message_pump_io_ios.h',
235 'message_loop/message_pump_libevent.cc',
236 'message_loop/message_pump_libevent.h',
237 'message_loop/message_pump_mac.h',
238 'message_loop/message_pump_mac.mm',
239 'metrics/field_trial.cc',
240 'metrics/field_trial.h',
241 'posix/file_descriptor_shuffle.cc',
242 'posix/file_descriptor_shuffle.h',
244 'sync_socket_posix.cc',
245 'sync_socket_win.cc',
246 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc',
247 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h',
250 '../build/android/increase_size_for_speed.gypi',
254 'target_name': 'base_i18n',
255 'type': '<(component)',
257 'enable_wexit_time_destructors': 1,
259 'base_i18n_target': 1,
263 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
264 '../third_party/icu/icu.gyp:icui18n',
265 '../third_party/icu/icu.gyp:icuuc',
269 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
270 'msvs_disabled_warnings': [
274 ['icu_use_data_file_flag==1', {
275 'defines': ['ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE'],
276 }, { # else icu_use_data_file_flag !=1
279 'defines': ['ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_SHARED'],
281 'defines': ['ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC'],
286 'toolsets': ['host', 'target'],
289 'export_dependent_settings': [
293 '../build/android/increase_size_for_speed.gypi',
297 'target_name': 'base_message_loop_tests',
298 'type': 'static_library',
301 '../testing/gtest.gyp:gtest',
304 'message_loop/message_loop_test.cc',
305 'message_loop/message_loop_test.h',
309 'target_name': 'base_prefs',
310 'type': '<(component)',
312 'enable_wexit_time_destructors': 1,
318 'export_dependent_settings': [
322 'BASE_PREFS_IMPLEMENTATION',
325 'prefs/base_prefs_export.h',
326 'prefs/default_pref_store.cc',
327 'prefs/default_pref_store.h',
328 'prefs/json_pref_store.cc',
329 'prefs/json_pref_store.h',
330 'prefs/overlay_user_pref_store.cc',
331 'prefs/overlay_user_pref_store.h',
332 'prefs/persistent_pref_store.h',
333 'prefs/pref_change_registrar.cc',
334 'prefs/pref_change_registrar.h',
335 'prefs/pref_filter.h',
336 'prefs/pref_member.cc',
337 'prefs/pref_member.h',
338 'prefs/pref_notifier.h',
339 'prefs/pref_notifier_impl.cc',
340 'prefs/pref_notifier_impl.h',
341 'prefs/pref_observer.h',
342 'prefs/pref_registry.cc',
343 'prefs/pref_registry.h',
344 'prefs/pref_registry_simple.cc',
345 'prefs/pref_registry_simple.h',
346 'prefs/pref_service.cc',
347 'prefs/pref_service.h',
348 'prefs/pref_service_factory.cc',
349 'prefs/pref_service_factory.h',
350 'prefs/pref_store.cc',
351 'prefs/pref_store.h',
352 'prefs/pref_value_map.cc',
353 'prefs/pref_value_map.h',
354 'prefs/pref_value_store.cc',
355 'prefs/pref_value_store.h',
356 'prefs/scoped_user_pref_update.cc',
357 'prefs/scoped_user_pref_update.h',
358 'prefs/value_map_pref_store.cc',
359 'prefs/value_map_pref_store.h',
360 'prefs/writeable_pref_store.h',
363 '../build/android/increase_size_for_speed.gypi',
367 'target_name': 'base_prefs_test_support',
368 'type': 'static_library',
372 '../testing/gmock.gyp:gmock',
375 'prefs/mock_pref_change_callback.cc',
376 'prefs/pref_store_observer_mock.cc',
377 'prefs/pref_store_observer_mock.h',
378 'prefs/testing_pref_service.cc',
379 'prefs/testing_pref_service.h',
380 'prefs/testing_pref_store.cc',
381 'prefs/testing_pref_store.h',
385 # This is the subset of files from base that should not be used with a
386 # dynamic library. Note that this library cannot depend on base because
387 # base depends on base_static.
388 'target_name': 'base_static',
389 'type': 'static_library',
391 'enable_wexit_time_destructors': 1,
394 'toolsets': ['host', 'target'],
405 '../build/android/increase_size_for_speed.gypi',
408 # Include this target for a main() function that simply instantiates
409 # and runs a base::TestSuite.
411 'target_name': 'run_all_unittests',
412 'type': 'static_library',
417 'test/run_all_unittests.cc',
421 'target_name': 'base_unittests',
422 'type': '<(gtest_target_type)',
424 'android/application_status_listener_unittest.cc',
425 'android/content_uri_utils_unittest.cc',
426 'android/jni_android_unittest.cc',
427 'android/jni_array_unittest.cc',
428 'android/jni_string_unittest.cc',
429 'android/library_loader/library_prefetcher_unittest.cc',
430 'android/path_utils_unittest.cc',
431 'android/scoped_java_ref_unittest.cc',
432 'android/sys_utils_unittest.cc',
433 'async_socket_io_handler_unittest.cc',
434 'at_exit_unittest.cc',
435 'atomicops_unittest.cc',
436 'barrier_closure_unittest.cc',
437 'base64_unittest.cc',
438 'big_endian_unittest.cc',
442 'build_time_unittest.cc',
443 'callback_helpers_unittest.cc',
444 'callback_list_unittest.cc',
445 'callback_list_unittest.nc',
446 'callback_unittest.cc',
447 'callback_unittest.nc',
448 'cancelable_callback_unittest.cc',
449 'command_line_unittest.cc',
450 'containers/adapters_unittest.cc',
451 'containers/hash_tables_unittest.cc',
452 'containers/linked_list_unittest.cc',
453 'containers/mru_cache_unittest.cc',
454 'containers/scoped_ptr_hash_map_unittest.cc',
455 'containers/scoped_ptr_map_unittest.cc',
456 'containers/small_map_unittest.cc',
457 'containers/stack_container_unittest.cc',
459 'debug/crash_logging_unittest.cc',
460 'debug/debugger_unittest.cc',
461 'debug/leak_tracker_unittest.cc',
462 'debug/proc_maps_linux_unittest.cc',
463 'debug/stack_trace_unittest.cc',
464 'debug/task_annotator_unittest.cc',
465 'deferred_sequenced_task_runner_unittest.cc',
466 'environment_unittest.cc',
467 'file_version_info_unittest.cc',
468 'files/dir_reader_posix_unittest.cc',
469 'files/file_path_unittest.cc',
470 'files/file_path_watcher_unittest.cc',
471 'files/file_proxy_unittest.cc',
472 'files/file_unittest.cc',
473 'files/file_util_proxy_unittest.cc',
474 'files/file_util_unittest.cc',
475 'files/important_file_writer_unittest.cc',
476 'files/memory_mapped_file_unittest.cc',
477 'files/scoped_temp_dir_unittest.cc',
481 'i18n/break_iterator_unittest.cc',
482 'i18n/case_conversion_unittest.cc',
483 'i18n/char_iterator_unittest.cc',
484 'i18n/file_util_icu_unittest.cc',
485 'i18n/icu_string_conversions_unittest.cc',
486 'i18n/number_formatting_unittest.cc',
487 'i18n/rtl_unittest.cc',
488 'i18n/streaming_utf8_validator_unittest.cc',
489 'i18n/string_search_unittest.cc',
490 'i18n/time_formatting_unittest.cc',
491 'i18n/timezone_unittest.cc',
492 'id_map_unittest.cc',
493 'ios/crb_protocol_observers_unittest.mm',
494 'ios/device_util_unittest.mm',
495 'ios/weak_nsobject_unittest.mm',
496 'json/json_parser_unittest.cc',
497 'json/json_reader_unittest.cc',
498 'json/json_value_converter_unittest.cc',
499 'json/json_value_serializer_unittest.cc',
500 'json/json_writer_unittest.cc',
501 'json/string_escape_unittest.cc',
502 'lazy_instance_unittest.cc',
503 'logging_unittest.cc',
504 'mac/bind_objc_block_unittest.mm',
505 'mac/dispatch_source_mach_unittest.cc',
506 'mac/foundation_util_unittest.mm',
507 'mac/libdispatch_task_runner_unittest.cc',
508 'mac/mac_util_unittest.mm',
509 'mac/objc_property_releaser_unittest.mm',
510 'mac/scoped_nsobject_unittest.mm',
511 'mac/scoped_objc_class_swizzler_unittest.mm',
512 'mac/scoped_sending_event_unittest.mm',
514 'memory/aligned_memory_unittest.cc',
515 'memory/discardable_shared_memory_unittest.cc',
516 'memory/linked_ptr_unittest.cc',
517 'memory/memory_pressure_monitor_chromeos_unittest.cc',
518 'memory/memory_pressure_monitor_mac_unittest.cc',
519 'memory/memory_pressure_monitor_win_unittest.cc',
520 'memory/ref_counted_memory_unittest.cc',
521 'memory/ref_counted_unittest.cc',
522 'memory/scoped_ptr_unittest.cc',
523 'memory/scoped_ptr_unittest.nc',
524 'memory/scoped_vector_unittest.cc',
525 'memory/shared_memory_unittest.cc',
526 'memory/singleton_unittest.cc',
527 'memory/weak_ptr_unittest.cc',
528 'memory/weak_ptr_unittest.nc',
529 'message_loop/message_loop_task_runner_unittest.cc',
530 'message_loop/message_loop_unittest.cc',
531 'message_loop/message_pump_glib_unittest.cc',
532 'message_loop/message_pump_io_ios_unittest.cc',
533 'message_loop/message_pump_libevent_unittest.cc',
534 'metrics/bucket_ranges_unittest.cc',
535 'metrics/field_trial_unittest.cc',
536 'metrics/histogram_base_unittest.cc',
537 'metrics/histogram_delta_serialization_unittest.cc',
538 'metrics/histogram_macros_unittest.cc',
539 'metrics/histogram_snapshot_manager_unittest.cc',
540 'metrics/histogram_unittest.cc',
541 'metrics/sample_map_unittest.cc',
542 'metrics/sample_vector_unittest.cc',
543 'metrics/sparse_histogram_unittest.cc',
544 'metrics/statistics_recorder_unittest.cc',
546 'numerics/safe_numerics_unittest.cc',
547 'observer_list_unittest.cc',
548 'os_compat_android_unittest.cc',
549 'path_service_unittest.cc',
550 'pickle_unittest.cc',
551 'posix/file_descriptor_shuffle_unittest.cc',
552 'posix/unix_domain_socket_linux_unittest.cc',
553 'power_monitor/power_monitor_unittest.cc',
554 'prefs/default_pref_store_unittest.cc',
555 'prefs/json_pref_store_unittest.cc',
556 'prefs/mock_pref_change_callback.h',
557 'prefs/overlay_user_pref_store_unittest.cc',
558 'prefs/pref_change_registrar_unittest.cc',
559 'prefs/pref_member_unittest.cc',
560 'prefs/pref_notifier_impl_unittest.cc',
561 'prefs/pref_service_unittest.cc',
562 'prefs/pref_value_map_unittest.cc',
563 'prefs/pref_value_store_unittest.cc',
564 'prefs/scoped_user_pref_update_unittest.cc',
565 'process/memory_unittest.cc',
566 'process/memory_unittest_mac.h',
567 'process/memory_unittest_mac.mm',
568 'process/process_metrics_unittest.cc',
569 'process/process_metrics_unittest_ios.cc',
570 'process/process_unittest.cc',
571 'process/process_util_unittest.cc',
572 'profiler/stack_sampling_profiler_unittest.cc',
573 'profiler/tracked_time_unittest.cc',
574 'rand_util_unittest.cc',
575 'scoped_clear_errno_unittest.cc',
576 'scoped_generic_unittest.cc',
577 'scoped_native_library_unittest.cc',
578 'security_unittest.cc',
579 'sequence_checker_unittest.cc',
581 'stl_util_unittest.cc',
582 'strings/nullable_string16_unittest.cc',
583 'strings/pattern_unittest.cc',
584 'strings/safe_sprintf_unittest.cc',
585 'strings/string16_unittest.cc',
586 'strings/string_number_conversions_unittest.cc',
587 'strings/string_piece_unittest.cc',
588 'strings/string_split_unittest.cc',
589 'strings/string_tokenizer_unittest.cc',
590 'strings/string_util_unittest.cc',
591 'strings/stringize_macros_unittest.cc',
592 'strings/stringprintf_unittest.cc',
593 'strings/sys_string_conversions_mac_unittest.mm',
594 'strings/sys_string_conversions_unittest.cc',
595 'strings/utf_offset_string_conversions_unittest.cc',
596 'strings/utf_string_conversions_unittest.cc',
597 'supports_user_data_unittest.cc',
598 'sync_socket_unittest.cc',
599 'synchronization/cancellation_flag_unittest.cc',
600 'synchronization/condition_variable_unittest.cc',
601 'synchronization/lock_unittest.cc',
602 'synchronization/waitable_event_unittest.cc',
603 'synchronization/waitable_event_watcher_unittest.cc',
604 'sys_info_unittest.cc',
605 'system_monitor/system_monitor_unittest.cc',
606 'task/cancelable_task_tracker_unittest.cc',
607 'task_runner_util_unittest.cc',
608 'template_util_unittest.cc',
609 'test/expectations/expectation_unittest.cc',
610 'test/expectations/parser_unittest.cc',
611 'test/histogram_tester_unittest.cc',
612 'test/test_pending_task_unittest.cc',
613 'test/test_reg_util_win_unittest.cc',
614 'test/trace_event_analyzer_unittest.cc',
615 'test/user_action_tester_unittest.cc',
616 'threading/non_thread_safe_unittest.cc',
617 'threading/platform_thread_unittest.cc',
618 'threading/sequenced_worker_pool_unittest.cc',
619 'threading/simple_thread_unittest.cc',
620 'threading/thread_checker_unittest.cc',
621 'threading/thread_collision_warner_unittest.cc',
622 'threading/thread_id_name_manager_unittest.cc',
623 'threading/thread_local_storage_unittest.cc',
624 'threading/thread_local_unittest.cc',
625 'threading/thread_unittest.cc',
626 'threading/watchdog_unittest.cc',
627 'threading/worker_pool_posix_unittest.cc',
628 'threading/worker_pool_unittest.cc',
629 'time/pr_time_unittest.cc',
630 'time/time_unittest.cc',
631 'time/time_win_unittest.cc',
632 'timer/hi_res_timer_manager_unittest.cc',
633 'timer/mock_timer_unittest.cc',
634 'timer/timer_unittest.cc',
635 'tools_sanity_unittest.cc',
636 'tracked_objects_unittest.cc',
638 'values_unittest.cc',
639 'version_unittest.cc',
642 'win/enum_variant_unittest.cc',
643 'win/event_trace_consumer_unittest.cc',
644 'win/event_trace_controller_unittest.cc',
645 'win/event_trace_provider_unittest.cc',
646 'win/i18n_unittest.cc',
647 'win/iunknown_impl_unittest.cc',
648 'win/message_window_unittest.cc',
649 'win/object_watcher_unittest.cc',
650 'win/pe_image_unittest.cc',
651 'win/registry_unittest.cc',
652 'win/scoped_bstr_unittest.cc',
653 'win/scoped_comptr_unittest.cc',
654 'win/scoped_process_information_unittest.cc',
655 'win/scoped_variant_unittest.cc',
656 'win/shortcut_unittest.cc',
657 'win/startup_information_unittest.cc',
658 'win/win_util_unittest.cc',
659 'win/wrapped_window_proc_unittest.cc',
660 '<@(trace_event_test_sources)',
665 'base_message_loop_tests',
667 'base_prefs_test_support',
671 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
672 '../testing/gmock.gyp:gmock',
673 '../testing/gtest.gyp:gtest',
674 '../third_party/icu/icu.gyp:icui18n',
675 '../third_party/icu/icu.gyp:icuuc',
677 'includes': ['../build/nocompile.gypi'],
679 # TODO(ajwong): Is there a way to autodetect this?
683 ['OS == "android"', {
685 'android/jni_generator/jni_generator.gyp:jni_generator_tests',
686 '../testing/android/native_test.gyp:native_test_native_code',
689 ['OS == "ios" and _toolset != "host"', {
691 # Only test the iOS-meaningful portion of memory and process_utils.
692 ['exclude', '^memory/discardable_shared_memory_unittest\\.cc$'],
693 ['exclude', '^memory/shared_memory_unittest\\.cc$'],
694 ['exclude', '^process/memory_unittest'],
695 ['exclude', '^process/process_unittest\\.cc$'],
696 ['exclude', '^process/process_util_unittest\\.cc$'],
697 ['include', '^process/process_util_unittest_ios\\.cc$'],
698 # iOS does not use message_pump_libevent.
699 ['exclude', '^message_loop/message_pump_libevent_unittest\\.cc$'],
703 'action_name': 'copy_test_data',
708 'test_data_prefix': 'base',
710 'includes': [ '../build/copy_test_data_ios.gypi' ],
714 ['desktop_linux == 1 or chromeos == 1', {
719 'file_version_info_unittest.cc',
722 [ 'desktop_linux==1', {
724 'nix/xdg_util_unittest.cc',
731 '../build/linux/system.gyp:glib',
735 'message_loop/message_pump_glib_unittest.cc',
740 'message_loop/message_pump_glib_unittest.cc',
748 ['use_allocator!="none"', {
750 'allocator/allocator.gyp:allocator',
757 'file_descriptor_shuffle_unittest.cc',
758 'files/dir_reader_posix_unittest.cc',
759 'message_loop/message_pump_libevent_unittest.cc',
760 'threading/worker_pool_posix_unittest.cc',
762 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
763 'msvs_disabled_warnings': [
767 # This is needed so base_unittests uses the allocator shim, as
768 # SecurityTest.MemoryAllocationRestriction* tests are dependent
770 # TODO(wfh): crbug.com/246278 Move tcmalloc specific tests into
771 # their own test suite.
772 ['win_use_allocator_shim==1', {
774 'allocator/allocator.gyp:allocator',
777 ['icu_use_data_file_flag==0', {
778 # This is needed to trigger the dll copy step on windows.
779 # TODO(mark): This should not be necessary.
781 '../third_party/icu/icu.gyp:icudata',
787 '../third_party/libevent/libevent.gyp:libevent'
791 'target_conditions': [
792 ['OS == "ios" and _toolset != "host"', {
794 # Pull in specific Mac files for iOS (which have been filtered out
795 # by file name rules).
796 ['include', '^mac/bind_objc_block_unittest\\.mm$'],
797 ['include', '^mac/foundation_util_unittest\\.mm$',],
798 ['include', '^mac/objc_property_releaser_unittest\\.mm$'],
799 ['include', '^mac/scoped_nsobject_unittest\\.mm$'],
800 ['include', '^sys_string_conversions_mac_unittest\\.mm$'],
803 ['OS == "android"', {
805 ['include', '^debug/proc_maps_linux_unittest\\.cc$'],
808 # Enable more direct string conversions on platforms with native utf8
810 ['OS=="mac" or OS=="ios" or <(chromeos)==1 or <(chromecast)==1', {
811 'defines': ['SYSTEM_NATIVE_UTF8'],
813 ], # target_conditions
816 # GN: //base:base_perftests
817 'target_name': 'base_perftests',
818 'type': '<(gtest_target_type)',
822 '../testing/gtest.gyp:gtest',
825 'message_loop/message_pump_perftest.cc',
826 'test/run_all_unittests.cc',
827 'threading/thread_perftest.cc',
828 '../testing/perf/perf_test.cc'
831 ['OS == "android"', {
833 '../testing/android/native_test.gyp:native_test_native_code',
839 # GN: //base:base_i18n_perftests
840 'target_name': 'base_i18n_perftests',
841 'type': '<(gtest_target_type)',
845 '../testing/gtest.gyp:gtest',
850 'i18n/streaming_utf8_validator_perftest.cc',
854 # GN: //base/test:test_support
855 'target_name': 'test_support_base',
856 'type': 'static_library',
861 '../testing/gmock.gyp:gmock',
862 '../testing/gtest.gyp:gtest',
863 '../third_party/icu/icu.gyp:icuuc',
864 '../third_party/libxml/libxml.gyp:libxml',
865 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
867 'export_dependent_settings': [
873 'test/scoped_locale.cc',
874 'test/scoped_locale.h',
879 'test/test_file_util_linux.cc',
882 ['OS == "android"', {
884 'base_unittests_jni_headers',
885 'base_java_unittest_support',
889 'toolsets': ['host', 'target'],
893 'test/expectations/expectation.cc',
894 'test/expectations/expectation.h',
895 'test/expectations/parser.cc',
896 'test/expectations/parser.h',
897 'test/gtest_util.cc',
899 'test/gtest_xml_unittest_result_printer.cc',
900 'test/gtest_xml_unittest_result_printer.h',
901 'test/gtest_xml_util.cc',
902 'test/gtest_xml_util.h',
903 'test/histogram_tester.cc',
904 'test/histogram_tester.h',
905 'test/ios/wait_util.h',
906 'test/ios/wait_util.mm',
907 'test/launcher/test_launcher.cc',
908 'test/launcher/test_launcher.h',
909 'test/launcher/test_result.cc',
910 'test/launcher/test_result.h',
911 'test/launcher/test_results_tracker.cc',
912 'test/launcher/test_results_tracker.h',
913 'test/launcher/unit_test_launcher.cc',
914 'test/launcher/unit_test_launcher.h',
915 'test/launcher/unit_test_launcher_ios.cc',
916 'test/mock_chrome_application_mac.h',
917 'test/mock_chrome_application_mac.mm',
918 'test/mock_devices_changed_observer.cc',
919 'test/mock_devices_changed_observer.h',
920 'test/mock_entropy_provider.cc',
921 'test/mock_entropy_provider.h',
924 'test/multiprocess_test.cc',
925 'test/multiprocess_test.h',
926 'test/multiprocess_test_android.cc',
927 'test/null_task_runner.cc',
928 'test/null_task_runner.h',
929 'test/opaque_ref_counted.cc',
930 'test/opaque_ref_counted.h',
933 'test/perf_test_suite.cc',
934 'test/perf_test_suite.h',
935 'test/perf_time_logger.cc',
936 'test/perf_time_logger.h',
937 'test/power_monitor_test_base.cc',
938 'test/power_monitor_test_base.h',
939 'test/scoped_locale.cc',
940 'test/scoped_locale.h',
941 'test/scoped_path_override.cc',
942 'test/scoped_path_override.h',
943 'test/sequenced_task_runner_test_template.cc',
944 'test/sequenced_task_runner_test_template.h',
945 'test/sequenced_worker_pool_owner.cc',
946 'test/sequenced_worker_pool_owner.h',
947 'test/simple_test_clock.cc',
948 'test/simple_test_clock.h',
949 'test/simple_test_tick_clock.cc',
950 'test/simple_test_tick_clock.h',
951 'test/task_runner_test_template.cc',
952 'test/task_runner_test_template.h',
953 'test/test_discardable_memory_allocator.cc',
954 'test/test_discardable_memory_allocator.h',
955 'test/test_file_util.cc',
956 'test/test_file_util.h',
957 'test/test_file_util_android.cc',
958 'test/test_file_util_linux.cc',
959 'test/test_file_util_mac.cc',
960 'test/test_file_util_posix.cc',
961 'test/test_file_util_win.cc',
962 'test/test_io_thread.cc',
963 'test/test_io_thread.h',
964 'test/test_listener_ios.h',
965 'test/test_listener_ios.mm',
966 'test/test_mock_time_task_runner.cc',
967 'test/test_mock_time_task_runner.h',
968 'test/test_pending_task.cc',
969 'test/test_pending_task.h',
970 'test/test_reg_util_win.cc',
971 'test/test_reg_util_win.h',
972 'test/test_shortcut_win.cc',
973 'test/test_shortcut_win.h',
974 'test/test_simple_task_runner.cc',
975 'test/test_simple_task_runner.h',
976 'test/test_suite.cc',
978 'test/test_support_android.cc',
979 'test/test_support_android.h',
980 'test/test_support_ios.h',
981 'test/test_support_ios.mm',
982 'test/test_switches.cc',
983 'test/test_switches.h',
984 'test/test_timeouts.cc',
985 'test/test_timeouts.h',
986 'test/test_ui_thread_android.cc',
987 'test/test_ui_thread_android.h',
988 'test/thread_test_helper.cc',
989 'test/thread_test_helper.h',
990 'test/trace_event_analyzer.cc',
991 'test/trace_event_analyzer.h',
992 'test/trace_to_file.cc',
993 'test/trace_to_file.h',
994 'test/user_action_tester.cc',
995 'test/user_action_tester.h',
996 'test/values_test_util.cc',
997 'test/values_test_util.h',
999 'target_conditions': [
1002 # Pull in specific Mac files for iOS (which have been filtered out
1003 # by file name rules).
1004 ['include', '^test/test_file_util_mac\\.cc$'],
1007 ['OS == "ios" and _toolset == "target"', {
1009 # iOS uses its own unit test launcher.
1010 'test/launcher/unit_test_launcher.cc',
1013 ['OS == "ios" and _toolset == "host"', {
1015 'test/launcher/unit_test_launcher_ios.cc',
1016 'test/test_support_ios.h',
1017 'test/test_support_ios.mm',
1020 ], # target_conditions
1023 'target_name': 'test_support_perf',
1024 'type': 'static_library',
1027 'test_support_base',
1028 '../testing/gtest.gyp:gtest',
1031 'test/run_all_perftests.cc',
1033 'direct_dependent_settings': {
1040 'target_name': 'test_launcher_nacl_nonsfi',
1042 ['disable_nacl==0 and disable_nacl_untrusted==0 and enable_nacl_nonsfi_test==1', {
1043 'type': 'static_library',
1045 'test/launcher/test_launcher_nacl_nonsfi.cc',
1048 'test_support_base',
1057 ['OS=="ios" and "<(GENERATOR)"=="ninja"', {
1060 'target_name': 'test_launcher',
1061 'toolsets': ['host'],
1062 'type': 'executable',
1064 'test_support_base',
1067 'test/launcher/test_launcher_ios.cc',
1075 # GN: //base:check_example
1076 'target_name': 'check_example',
1077 'type': 'executable',
1086 'target_name': 'build_utf8_validator_tables',
1087 'type': 'executable',
1088 'toolsets': ['host'],
1091 '../third_party/icu/icu.gyp:icuuc',
1094 'i18n/build_utf8_validator_tables.cc'
1099 ['OS == "win" and target_arch=="ia32"', {
1101 # The base_win64 target here allows us to use base for Win64 targets
1102 # (the normal build is 32 bits).
1104 'target_name': 'base_win64',
1105 'type': '<(component)',
1110 'base_static_win64',
1111 'allocator/allocator.gyp:allocator_extension_thunks_win64',
1112 '../third_party/modp_b64/modp_b64.gyp:modp_b64_win64',
1113 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations_win64',
1114 'trace_event/etw_manifest/etw_manifest.gyp:etw_manifest',
1116 # TODO(gregoryd): direct_dependent_settings should be shared with the
1117 # 32-bit target, but it doesn't work due to a bug in gyp
1118 'direct_dependent_settings': {
1125 '<@(nacl_win64_defines)',
1129 'msvs_target_platform': 'x64',
1133 ['component == "shared_library"', {
1135 'debug/debug_on_start_win.cc',
1139 # Specify delayload for base_win64.dll.
1147 'AdditionalDependencies': [
1154 # Specify delayload for components that link with base_win64.lib.
1155 'all_dependent_settings': {
1163 'AdditionalDependencies': [
1171 # TODO(rvargas): Bug 78117. Remove this.
1172 'msvs_disabled_warnings': [
1178 'async_socket_io_handler.h',
1179 'async_socket_io_handler_posix.cc',
1180 'async_socket_io_handler_win.cc',
1186 'message_loop/message_pump_libevent.cc',
1187 'message_loop/message_pump_libevent.h',
1188 'metrics/field_trial.cc',
1189 'metrics/field_trial.h',
1190 'posix/file_descriptor_shuffle.cc',
1191 'posix/file_descriptor_shuffle.h',
1193 'sync_socket_posix.cc',
1194 'sync_socket_win.cc',
1195 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc',
1196 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h',
1200 'target_name': 'base_i18n_nacl_win64',
1201 'type': '<(component)',
1202 # TODO(gregoryd): direct_dependent_settings should be shared with the
1203 # 32-bit target, but it doesn't work due to a bug in gyp
1204 'direct_dependent_settings': {
1210 '<@(nacl_win64_defines)',
1211 'BASE_I18N_IMPLEMENTATION',
1217 'i18n/icu_util_nacl_win64.cc',
1221 'msvs_target_platform': 'x64',
1226 # TODO(rvargas): Remove this when gyp finally supports a clean model.
1228 'target_name': 'base_static_win64',
1229 'type': 'static_library',
1237 # base64.cc depends on modp_b64.
1245 'msvs_target_platform': 'x64',
1249 '<@(nacl_win64_defines)',
1251 # TODO(rvargas): Bug 78117. Remove this.
1252 'msvs_disabled_warnings': [
1258 ['os_posix==1 and OS!="mac" and OS!="ios"', {
1261 'target_name': 'symbolize',
1262 'type': 'static_library',
1263 'toolsets': ['host', 'target'],
1268 ['OS == "solaris"', {
1271 '/usr/gnu/include/libelf',
1276 '-Wno-sign-compare',
1282 'GLOG_BUILD_CONFIG_INCLUDE="build/build_config.h"',
1285 'third_party/symbolize/config.h',
1286 'third_party/symbolize/demangle.cc',
1287 'third_party/symbolize/demangle.h',
1288 'third_party/symbolize/glog/logging.h',
1289 'third_party/symbolize/glog/raw_logging.h',
1290 'third_party/symbolize/symbolize.cc',
1291 'third_party/symbolize/symbolize.h',
1292 'third_party/symbolize/utilities.h',
1298 '../build/android/increase_size_for_speed.gypi',
1302 'target_name': 'xdg_mime',
1303 'type': 'static_library',
1304 'toolsets': ['host', 'target'],
1312 'third_party/xdg_mime/xdgmime.c',
1313 'third_party/xdg_mime/xdgmime.h',
1314 'third_party/xdg_mime/xdgmimealias.c',
1315 'third_party/xdg_mime/xdgmimealias.h',
1316 'third_party/xdg_mime/xdgmimecache.c',
1317 'third_party/xdg_mime/xdgmimecache.h',
1318 'third_party/xdg_mime/xdgmimeglob.c',
1319 'third_party/xdg_mime/xdgmimeglob.h',
1320 'third_party/xdg_mime/xdgmimeicon.c',
1321 'third_party/xdg_mime/xdgmimeicon.h',
1322 'third_party/xdg_mime/xdgmimeint.c',
1323 'third_party/xdg_mime/xdgmimeint.h',
1324 'third_party/xdg_mime/xdgmimemagic.c',
1325 'third_party/xdg_mime/xdgmimemagic.h',
1326 'third_party/xdg_mime/xdgmimeparent.c',
1327 'third_party/xdg_mime/xdgmimeparent.h',
1330 '../build/android/increase_size_for_speed.gypi',
1338 'target_name': 'malloc_wrapper',
1339 'type': 'shared_library',
1344 'test/malloc_wrapper.cc',
1349 ['OS == "android"', {
1352 # GN: //base:base_jni_headers
1353 'target_name': 'base_jni_headers',
1356 'android/java/src/org/chromium/base/ApkAssets.java',
1357 'android/java/src/org/chromium/base/ApplicationStatus.java',
1358 'android/java/src/org/chromium/base/AnimationFrameTimeHistogram.java',
1359 'android/java/src/org/chromium/base/BuildInfo.java',
1360 'android/java/src/org/chromium/base/CommandLine.java',
1361 'android/java/src/org/chromium/base/ContentUriUtils.java',
1362 'android/java/src/org/chromium/base/CpuFeatures.java',
1363 'android/java/src/org/chromium/base/EventLog.java',
1364 'android/java/src/org/chromium/base/FieldTrialList.java',
1365 'android/java/src/org/chromium/base/ImportantFileWriterAndroid.java',
1366 'android/java/src/org/chromium/base/JNIUtils.java',
1367 'android/java/src/org/chromium/base/JavaHandlerThread.java',
1368 'android/java/src/org/chromium/base/LocaleUtils.java',
1369 'android/java/src/org/chromium/base/MemoryPressureListener.java',
1370 'android/java/src/org/chromium/base/PathService.java',
1371 'android/java/src/org/chromium/base/PathUtils.java',
1372 'android/java/src/org/chromium/base/PowerMonitor.java',
1373 'android/java/src/org/chromium/base/SysUtils.java',
1374 'android/java/src/org/chromium/base/SystemMessageHandler.java',
1375 'android/java/src/org/chromium/base/ThreadUtils.java',
1376 'android/java/src/org/chromium/base/TraceEvent.java',
1377 'android/java/src/org/chromium/base/library_loader/LibraryLoader.java',
1378 'android/java/src/org/chromium/base/metrics/RecordHistogram.java',
1379 'android/java/src/org/chromium/base/metrics/RecordUserAction.java',
1382 'jni_gen_package': 'base',
1385 'android_runtime_jni_headers',
1387 'includes': [ '../build/jni_generator.gypi' ],
1390 # GN: //base:android_runtime_jni_headers
1391 'target_name': 'android_runtime_jni_headers',
1394 'jni_gen_package': 'base',
1395 'input_java_class': 'java/lang/Runtime.class',
1397 'includes': [ '../build/jar_file_jni_generator.gypi' ],
1401 'target_name': 'base_unittests_jni_headers',
1404 'test/android/java/src/org/chromium/base/ContentUriTestUtils.java',
1405 'test/android/java/src/org/chromium/base/TestUiThread.java',
1408 'jni_gen_package': 'base',
1410 'includes': [ '../build/jni_generator.gypi' ],
1413 # GN: //base:base_native_libraries_gen
1414 'target_name': 'base_native_libraries_gen',
1417 'android/java/templates/NativeLibraries.template',
1420 'package_name': 'org/chromium/base/library_loader',
1421 'template_deps': [],
1423 'includes': [ '../build/android/java_cpp_template.gypi' ],
1426 # GN: //base:base_android_java_enums_srcjar
1427 'target_name': 'base_java_library_process_type',
1430 'source_file': 'android/library_loader/library_loader_hooks.h',
1432 'includes': [ '../build/android/java_cpp_enum.gypi' ],
1435 # GN: //base:base_java
1436 'target_name': 'base_java',
1439 'java_in_dir': '../base/android/java',
1440 'jar_excluded_classes': [ '*/NativeLibraries.class' ],
1443 'base_java_application_state',
1444 'base_java_library_load_from_apk_status_codes',
1445 'base_java_library_process_type',
1446 'base_java_memory_pressure_level',
1447 'base_native_libraries_gen',
1448 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib',
1450 'includes': [ '../build/java.gypi' ],
1453 # GN: //base:base_java_unittest_support
1454 'target_name': 'base_java_unittest_support',
1460 'java_in_dir': '../base/test/android/java',
1462 'includes': [ '../build/java.gypi' ],
1465 # GN: //base:base_android_java_enums_srcjar
1466 'target_name': 'base_java_application_state',
1469 'source_file': 'android/application_status_listener.h',
1471 'includes': [ '../build/android/java_cpp_enum.gypi' ],
1474 # GN: //base:base_android_java_enums_srcjar
1475 'target_name': 'base_java_library_load_from_apk_status_codes',
1478 'source_file': 'android/library_loader/library_load_from_apk_status_codes.h'
1480 'includes': [ '../build/android/java_cpp_enum.gypi' ],
1483 # GN: //base:base_android_java_enums_srcjar
1484 'target_name': 'base_java_memory_pressure_level',
1487 'source_file': 'memory/memory_pressure_listener.h',
1489 'includes': [ '../build/android/java_cpp_enum.gypi' ],
1492 # GN: //base:base_java_test_support
1493 'target_name': 'base_java_test_support',
1497 '../testing/android/on_device_instrumentation.gyp:reporter_java',
1500 'java_in_dir': '../base/test/android/javatests',
1502 'includes': [ '../build/java.gypi' ],
1505 # GN: //base:base_junit_tests
1506 'target_name': 'base_junit_tests',
1510 'base_java_test_support',
1511 '../testing/android/junit/junit_test.gyp:junit_test_support',
1514 'main_class': 'org.chromium.testing.local.JunitTestMain',
1516 '../base/android/junit/',
1519 'includes': [ '../build/host_jar.gypi' ],
1522 # GN: //base:base_javatests
1523 'target_name': 'base_javatests',
1527 'base_java_test_support',
1530 'java_in_dir': '../base/android/javatests',
1532 'includes': [ '../build/java.gypi' ],
1535 # GN: //base/android/linker:chromium_android_linker
1536 'target_name': 'chromium_android_linker',
1537 'type': 'shared_library',
1539 'android/linker/linker_jni.cc',
1541 # The crazy linker is never instrumented.
1543 '-finstrument-functions',
1546 # The NDK contains the crazy_linker here:
1547 # '<(android_ndk_root)/crazy_linker.gyp:crazy_linker'
1548 # However, we use our own fork. See bug 384700.
1549 '../third_party/android_crazy_linker/crazy_linker.gyp:crazy_linker',
1554 'target_name': 'base_perftests_apk',
1560 'test_suite_name': 'base_perftests',
1562 'includes': [ '../build/apk_test.gypi' ],
1565 # GN: //base:base_unittests_apk
1566 'target_name': 'base_unittests_apk',
1573 'test_suite_name': 'base_unittests',
1574 'isolate_file': 'base_unittests.isolate',
1576 'includes': [ '../build/apk_test.gypi' ],
1583 'target_name': 'debug_message',
1584 'type': 'executable',
1590 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
1595 # Target to manually rebuild pe_image_test.dll which is checked into
1596 # base/test/data/pe_image.
1597 'target_name': 'pe_image_test',
1598 'type': 'shared_library',
1600 'win/pe_image_test.cc',
1604 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
1609 'AdditionalDependencies': [
1618 ['test_isolation_mode != "noop"', {
1621 'target_name': 'base_unittests_run',
1627 '../build/isolate.gypi',
1630 'base_unittests.isolate',