зеркало из https://github.com/mozilla/gecko-dev.git
bug 853682 - rm some vestiges of the chromium build system r=bsmedberg
This commit is contained in:
Родитель
1bee6a8a3c
Коммит
267ba377a4
|
@ -1,724 +0,0 @@
|
|||
# Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
||||
# Use of this source code is governed by a BSD-style license that can be
|
||||
# found in the LICENSE file.
|
||||
|
||||
{
|
||||
'variables': {
|
||||
'chromium_code': 1,
|
||||
},
|
||||
'includes': [
|
||||
'../build/common.gypi',
|
||||
],
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'base',
|
||||
'type': '<(library)',
|
||||
'dependencies': [
|
||||
'../third_party/icu38/icu38.gyp:icui18n',
|
||||
'../third_party/icu38/icu38.gyp:icuuc',
|
||||
],
|
||||
'msvs_guid': '1832A374-8A74-4F9E-B536-69A699B3E165',
|
||||
'sources': [
|
||||
'../build/build_config.h',
|
||||
'crypto/cssm_init.cc',
|
||||
'crypto/cssm_init.h',
|
||||
'crypto/signature_verifier.h',
|
||||
'crypto/signature_verifier_mac.cc',
|
||||
'crypto/signature_verifier_nss.cc',
|
||||
'crypto/signature_verifier_win.cc',
|
||||
'third_party/dmg_fp/dmg_fp.h',
|
||||
'third_party/dmg_fp/dtoa.cc',
|
||||
'third_party/dmg_fp/g_fmt.cc',
|
||||
'third_party/nspr/prcpucfg.h',
|
||||
'third_party/nspr/prcpucfg_win.h',
|
||||
'third_party/nspr/prtime.cc',
|
||||
'third_party/nspr/prtime.h',
|
||||
'third_party/nspr/prtypes.h',
|
||||
'third_party/nss/blapi.h',
|
||||
'third_party/nss/blapit.h',
|
||||
'third_party/nss/sha256.h',
|
||||
'third_party/nss/sha512.cc',
|
||||
'third_party/purify/pure.h',
|
||||
'third_party/purify/pure_api.c',
|
||||
'atomicops_internals_x86_gcc.cc',
|
||||
'at_exit.cc',
|
||||
'at_exit.h',
|
||||
'atomic_ref_count.h',
|
||||
'atomic_sequence_num.h',
|
||||
'atomicops.h',
|
||||
'atomicops_internals_x86_msvc.h',
|
||||
'base_drag_source.cc',
|
||||
'base_drag_source.h',
|
||||
'base_drop_target.cc',
|
||||
'base_drop_target.h',
|
||||
'base_paths.cc',
|
||||
'base_paths.h',
|
||||
'base_paths_linux.h',
|
||||
'base_paths_linux.cc',
|
||||
'base_paths_mac.h',
|
||||
'base_paths_mac.mm',
|
||||
'base_paths_win.cc',
|
||||
'base_paths_win.h',
|
||||
'base_switches.cc',
|
||||
'base_switches.h',
|
||||
'basictypes.h',
|
||||
'bzip2_error_handler.cc',
|
||||
'clipboard.cc',
|
||||
'clipboard.h',
|
||||
'clipboard_linux.cc',
|
||||
'clipboard_mac.mm',
|
||||
'clipboard_util.cc',
|
||||
'clipboard_util.h',
|
||||
'clipboard_win.cc',
|
||||
'command_line.cc',
|
||||
'command_line.h',
|
||||
'compiler_specific.h',
|
||||
'condition_variable.h',
|
||||
'condition_variable_posix.cc',
|
||||
'condition_variable_win.cc',
|
||||
'cpu.cc',
|
||||
'cpu.h',
|
||||
'data_pack.cc',
|
||||
'debug_on_start.cc',
|
||||
'debug_on_start.h',
|
||||
'debug_util.cc',
|
||||
'debug_util.h',
|
||||
'debug_util_mac.cc',
|
||||
'debug_util_posix.cc',
|
||||
'debug_util_win.cc',
|
||||
'directory_watcher.h',
|
||||
'directory_watcher_inotify.cc',
|
||||
'directory_watcher_mac.cc',
|
||||
'directory_watcher_win.cc',
|
||||
'event_recorder.cc',
|
||||
'event_recorder.h',
|
||||
'event_recorder_stubs.cc',
|
||||
'field_trial.cc',
|
||||
'field_trial.h',
|
||||
'file_descriptor_shuffle.cc',
|
||||
'file_descriptor_shuffle.h',
|
||||
'file_path.cc',
|
||||
'file_path.h',
|
||||
'file_util.cc',
|
||||
'file_util.h',
|
||||
'file_util_icu.cc',
|
||||
'file_util_linux.cc',
|
||||
'file_util_mac.mm',
|
||||
'file_util_posix.cc',
|
||||
'file_util_win.cc',
|
||||
'file_version_info.cc',
|
||||
'file_version_info.h',
|
||||
'file_version_info_linux.cc',
|
||||
'file_version_info_mac.mm',
|
||||
'fix_wp64.h',
|
||||
'float_util.h',
|
||||
'foundation_utils_mac.h',
|
||||
'hash_tables.h',
|
||||
'histogram.cc',
|
||||
'histogram.h',
|
||||
'hmac.h',
|
||||
'hmac_mac.cc',
|
||||
'hmac_nss.cc',
|
||||
'hmac_win.cc',
|
||||
'iat_patch.cc',
|
||||
'iat_patch.h',
|
||||
'icu_util.cc',
|
||||
'icu_util.h',
|
||||
'id_map.h',
|
||||
'idle_timer.cc',
|
||||
'idle_timer.h',
|
||||
'idle_timer_none.cc',
|
||||
'image_util.cc',
|
||||
'image_util.h',
|
||||
'json_reader.cc',
|
||||
'json_reader.h',
|
||||
'json_writer.cc',
|
||||
'json_writer.h',
|
||||
'keyboard_codes.h',
|
||||
'keyboard_codes_win.h',
|
||||
'lazy_instance.cc',
|
||||
'lazy_instance.h',
|
||||
'linked_ptr.h',
|
||||
'linux_util.cc',
|
||||
'linux_util.h',
|
||||
'lock.cc',
|
||||
'lock.h',
|
||||
'lock_impl.h',
|
||||
'lock_impl_posix.cc',
|
||||
'lock_impl_win.cc',
|
||||
'logging.cc',
|
||||
'logging.h',
|
||||
'mac_util.h',
|
||||
'mac_util.mm',
|
||||
'md5.cc',
|
||||
'md5.h',
|
||||
'memory_debug.cc',
|
||||
'memory_debug.h',
|
||||
'message_loop.cc',
|
||||
'message_loop.h',
|
||||
'message_pump.h',
|
||||
'message_pump_default.cc',
|
||||
'message_pump_default.h',
|
||||
'message_pump_glib.cc',
|
||||
'message_pump_glib.h',
|
||||
'message_pump_libevent.cc',
|
||||
'message_pump_libevent.h',
|
||||
'message_pump_mac.h',
|
||||
'message_pump_mac.mm',
|
||||
'message_pump_win.cc',
|
||||
'message_pump_win.h',
|
||||
'native_library.h',
|
||||
'native_library_linux.cc',
|
||||
'native_library_mac.mm',
|
||||
'native_library_win.cc',
|
||||
'non_thread_safe.cc',
|
||||
'non_thread_safe.h',
|
||||
'nss_init.cc',
|
||||
'nss_init.h',
|
||||
'object_watcher.cc',
|
||||
'object_watcher.h',
|
||||
'observer_list.h',
|
||||
'observer_list_threadsafe.h',
|
||||
'path_service.cc',
|
||||
'path_service.h',
|
||||
'pe_image.cc',
|
||||
'pe_image.h',
|
||||
'pickle.cc',
|
||||
'pickle.h',
|
||||
'platform_file.h',
|
||||
'platform_file_win.cc',
|
||||
'platform_file_posix.cc',
|
||||
'platform_thread.h',
|
||||
'platform_thread_mac.mm',
|
||||
'platform_thread_posix.cc',
|
||||
'platform_thread_win.cc',
|
||||
'port.h',
|
||||
'profiler.cc',
|
||||
'profiler.h',
|
||||
'process.h',
|
||||
'process_posix.cc',
|
||||
'process_util.h',
|
||||
'process_util_linux.cc',
|
||||
'process_util_mac.mm',
|
||||
'process_util_posix.cc',
|
||||
'process_util_win.cc',
|
||||
'process_win.cc',
|
||||
'rand_util.cc',
|
||||
'rand_util.h',
|
||||
'rand_util_posix.cc',
|
||||
'rand_util_win.cc',
|
||||
'ref_counted.cc',
|
||||
'ref_counted.h',
|
||||
'registry.cc',
|
||||
'registry.h',
|
||||
'resource_util.cc',
|
||||
'resource_util.h',
|
||||
'revocable_store.cc',
|
||||
'revocable_store.h',
|
||||
'scoped_bstr_win.cc',
|
||||
'scoped_bstr_win.h',
|
||||
'scoped_cftyperef.h',
|
||||
'scoped_clipboard_writer.cc',
|
||||
'scoped_clipboard_writer.h',
|
||||
'scoped_comptr_win.h',
|
||||
'scoped_handle.h',
|
||||
'scoped_handle_win.h',
|
||||
'scoped_nsautorelease_pool.h',
|
||||
'scoped_nsautorelease_pool.mm',
|
||||
'scoped_nsobject.h',
|
||||
'scoped_ptr.h',
|
||||
'scoped_temp_dir.cc',
|
||||
'scoped_temp_dir.h',
|
||||
'scoped_variant_win.cc',
|
||||
'scoped_variant_win.h',
|
||||
'scoped_vector.h',
|
||||
'sha2.cc',
|
||||
'sha2.h',
|
||||
'shared_memory.h',
|
||||
'shared_memory_posix.cc',
|
||||
'shared_memory_win.cc',
|
||||
'simple_thread.cc',
|
||||
'simple_thread.h',
|
||||
'singleton.h',
|
||||
'spin_wait.h',
|
||||
'stack_container.h',
|
||||
'stats_counters.h',
|
||||
'stats_table.cc',
|
||||
'stats_table.h',
|
||||
'stl_util-inl.h',
|
||||
'string16.cc',
|
||||
'string16.h',
|
||||
'string_escape.cc',
|
||||
'string_escape.h',
|
||||
'string_piece.cc',
|
||||
'string_piece.h',
|
||||
'string_tokenizer.h',
|
||||
'string_util.cc',
|
||||
'string_util.h',
|
||||
'string_util_icu.cc',
|
||||
'string_util_win.h',
|
||||
'sys_info.h',
|
||||
'sys_info_mac.cc',
|
||||
'sys_info_posix.cc',
|
||||
'sys_info_win.cc',
|
||||
'sys_string_conversions.h',
|
||||
'sys_string_conversions_linux.cc',
|
||||
'sys_string_conversions_mac.mm',
|
||||
'sys_string_conversions_win.cc',
|
||||
'system_monitor.cc',
|
||||
'system_monitor.h',
|
||||
'system_monitor_posix.cc',
|
||||
'system_monitor_win.cc',
|
||||
'task.h',
|
||||
'test_file_util.h',
|
||||
'test_file_util_linux.cc',
|
||||
'test_file_util_mac.cc',
|
||||
'test_file_util_posix.cc',
|
||||
'test_file_util_win.cc',
|
||||
'thread.cc',
|
||||
'thread.h',
|
||||
'thread_collision_warner.cc',
|
||||
'thread_collision_warner.h',
|
||||
'thread_local.h',
|
||||
'thread_local_posix.cc',
|
||||
'thread_local_storage.h',
|
||||
'thread_local_storage_posix.cc',
|
||||
'thread_local_storage_win.cc',
|
||||
'thread_local_win.cc',
|
||||
'time.cc',
|
||||
'time.h',
|
||||
'time_format.cc',
|
||||
'time_format.h',
|
||||
'time_mac.cc',
|
||||
'time_posix.cc',
|
||||
'time_win.cc',
|
||||
'timer.cc',
|
||||
'timer.h',
|
||||
'trace_event.cc',
|
||||
'trace_event.h',
|
||||
'tracked.cc',
|
||||
'tracked.h',
|
||||
'tracked_objects.cc',
|
||||
'tracked_objects.h',
|
||||
'tuple.h',
|
||||
'values.cc',
|
||||
'values.h',
|
||||
'version.cc',
|
||||
'version.h',
|
||||
'waitable_event.h',
|
||||
'waitable_event_posix.cc',
|
||||
'waitable_event_watcher.h',
|
||||
'waitable_event_watcher_posix.cc',
|
||||
'waitable_event_watcher_win.cc',
|
||||
'waitable_event_win.cc',
|
||||
'watchdog.cc',
|
||||
'watchdog.h',
|
||||
'win_util.cc',
|
||||
'win_util.h',
|
||||
'windows_message_list.h',
|
||||
'wmi_util.cc',
|
||||
'wmi_util.h',
|
||||
'word_iterator.cc',
|
||||
'word_iterator.h',
|
||||
'worker_pool.h',
|
||||
'worker_pool_linux.cc',
|
||||
'worker_pool_linux.h',
|
||||
'worker_pool_mac.mm',
|
||||
'worker_pool_win.cc',
|
||||
],
|
||||
'include_dirs': [
|
||||
'..',
|
||||
],
|
||||
'direct_dependent_settings': {
|
||||
'include_dirs': [
|
||||
'..',
|
||||
],
|
||||
},
|
||||
# These warnings are needed for the files in third_party\dmg_fp.
|
||||
'msvs_disabled_warnings': [
|
||||
4244, 4554, 4018, 4102,
|
||||
],
|
||||
'conditions': [
|
||||
[ 'OS == "linux"', {
|
||||
'actions': [
|
||||
{
|
||||
'action_name': 'linux_version',
|
||||
'variables': {
|
||||
'template_input_path': 'file_version_info_linux.h.version',
|
||||
'template_output_path':
|
||||
'<(SHARED_INTERMEDIATE_DIR)/base/file_version_info_linux.h',
|
||||
},
|
||||
'inputs': [
|
||||
'<(template_input_path)',
|
||||
'../chrome/VERSION',
|
||||
'../chrome/tools/build/linux/version.sh',
|
||||
],
|
||||
'conditions': [
|
||||
[ 'branding == "Chrome"', {
|
||||
'inputs': ['../chrome/app/theme/google_chrome/BRANDING']
|
||||
}, { # else branding!="Chrome"
|
||||
'inputs': ['../chrome/app/theme/chromium/BRANDING']
|
||||
}],
|
||||
],
|
||||
'outputs': [
|
||||
# Use a non-existant output so this action always runs and
|
||||
# generates version information, e.g. to capture revision
|
||||
# changes, which aren't captured by file dependencies.
|
||||
'<(SHARED_INTERMEDIATE_DIR)/base/file_version_info_linux.bogus',
|
||||
],
|
||||
'action': [
|
||||
'../chrome/tools/build/linux/version.sh',
|
||||
'<(template_input_path)', '<(template_output_path)',
|
||||
],
|
||||
},
|
||||
],
|
||||
'include_dirs': [
|
||||
'<(SHARED_INTERMEDIATE_DIR)',
|
||||
],
|
||||
'sources/': [ ['exclude', '_(mac|win)\\.cc$'],
|
||||
['exclude', '\\.mm?$' ] ],
|
||||
'sources!': [
|
||||
# Linux has an implementation of idle_timer that depends
|
||||
# on XScreenSaver, but it's unclear if we want it yet,
|
||||
# so use idle_timer_none.cc instead.
|
||||
'idle_timer.cc',
|
||||
],
|
||||
'dependencies': [
|
||||
'../build/linux/system.gyp:gtk',
|
||||
'../build/linux/system.gyp:nss',
|
||||
],
|
||||
'cflags': [
|
||||
'-Wno-write-strings',
|
||||
],
|
||||
'link_settings': {
|
||||
'libraries': [
|
||||
# We need rt for clock_gettime().
|
||||
'-lrt',
|
||||
],
|
||||
},
|
||||
},
|
||||
{ # else: OS != "linux"
|
||||
'sources!': [
|
||||
'crypto/signature_verifier_nss.cc',
|
||||
'atomicops_internals_x86_gcc.cc',
|
||||
'directory_watcher_inotify.cc',
|
||||
'hmac_nss.cc',
|
||||
'idle_timer_none.cc',
|
||||
'linux_util.cc',
|
||||
'message_pump_glib.cc',
|
||||
'nss_init.cc',
|
||||
'nss_init.h',
|
||||
'time_posix.cc',
|
||||
],
|
||||
}
|
||||
],
|
||||
[ 'GENERATOR == "quentin"', {
|
||||
# Quentin builds don't have a recent enough glibc to include the
|
||||
# inotify headers
|
||||
'sources!': [
|
||||
'directory_watcher_inotify.cc',
|
||||
],
|
||||
'sources': [
|
||||
'directory_watcher_stub.cc',
|
||||
],
|
||||
},
|
||||
],
|
||||
[ 'OS == "mac"', {
|
||||
'sources/': [ ['exclude', '_(linux|win)\\.cc$'] ],
|
||||
'sources!': [
|
||||
],
|
||||
'link_settings': {
|
||||
'libraries': [
|
||||
'$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
|
||||
'$(SDKROOT)/System/Library/Frameworks/Carbon.framework',
|
||||
'$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
|
||||
'$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
|
||||
'$(SDKROOT)/System/Library/Frameworks/Security.framework',
|
||||
],
|
||||
},
|
||||
},
|
||||
{ # else: OS != "mac"
|
||||
'sources!': [
|
||||
'crypto/cssm_init.cc',
|
||||
'crypto/cssm_init.h',
|
||||
],
|
||||
}
|
||||
],
|
||||
[ 'OS == "win"', {
|
||||
'sources/': [ ['exclude', '_(linux|mac|posix)\\.cc$'],
|
||||
['exclude', '\\.mm?$' ] ],
|
||||
'sources!': [
|
||||
'data_pack.cc',
|
||||
'event_recorder_stubs.cc',
|
||||
'file_descriptor_shuffle.cc',
|
||||
'message_pump_libevent.cc',
|
||||
'string16.cc',
|
||||
],
|
||||
},
|
||||
{ # else: OS != "win"
|
||||
'dependencies': ['../third_party/libevent/libevent.gyp:libevent'],
|
||||
'sources!': [
|
||||
'third_party/purify/pure_api.c',
|
||||
'base_drag_source.cc',
|
||||
'base_drop_target.cc',
|
||||
'cpu.cc',
|
||||
'clipboard_util.cc',
|
||||
'debug_on_start.cc',
|
||||
'event_recorder.cc',
|
||||
'file_version_info.cc',
|
||||
'iat_patch.cc',
|
||||
'image_util.cc',
|
||||
'object_watcher.cc',
|
||||
'pe_image.cc',
|
||||
'registry.cc',
|
||||
'resource_util.cc',
|
||||
'win_util.cc',
|
||||
'wmi_util.cc',
|
||||
],
|
||||
},
|
||||
],
|
||||
],
|
||||
},
|
||||
{
|
||||
'target_name': 'base_gfx',
|
||||
'type': '<(library)',
|
||||
'msvs_guid': 'A508ADD3-CECE-4E0F-8448-2F5E454DF551',
|
||||
'sources': [
|
||||
'gfx/gdi_util.cc',
|
||||
'gfx/gdi_util.h',
|
||||
'gfx/gtk_native_view_id_manager.cc',
|
||||
'gfx/gtk_native_view_id_manager.h',
|
||||
'gfx/gtk_util.cc',
|
||||
'gfx/gtk_util.h',
|
||||
'gfx/jpeg_codec.cc',
|
||||
'gfx/jpeg_codec.h',
|
||||
'gfx/native_theme.cc',
|
||||
'gfx/native_theme.h',
|
||||
'gfx/native_widget_types.h',
|
||||
'gfx/native_widget_types_gtk.cc',
|
||||
'gfx/platform_canvas.h',
|
||||
'gfx/platform_canvas_linux.h',
|
||||
'gfx/platform_canvas_mac.h',
|
||||
'gfx/platform_device_linux.h',
|
||||
'gfx/platform_device_mac.h',
|
||||
'gfx/png_decoder.cc',
|
||||
'gfx/png_decoder.h',
|
||||
'gfx/png_encoder.cc',
|
||||
'gfx/png_encoder.h',
|
||||
'gfx/point.cc',
|
||||
'gfx/point.h',
|
||||
'gfx/rect.cc',
|
||||
'gfx/rect.h',
|
||||
'gfx/size.cc',
|
||||
'gfx/size.h',
|
||||
],
|
||||
'mac_framework_dirs': [
|
||||
'$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Frameworks',
|
||||
],
|
||||
'dependencies': [
|
||||
'base',
|
||||
'../skia/skia.gyp:skia',
|
||||
'../third_party/libjpeg/libjpeg.gyp:libjpeg',
|
||||
'../third_party/libpng/libpng.gyp:libpng',
|
||||
'../third_party/zlib/zlib.gyp:zlib',
|
||||
],
|
||||
'export_dependent_settings': [
|
||||
'base',
|
||||
],
|
||||
'conditions': [
|
||||
['OS == "linux"', {
|
||||
'dependencies': [
|
||||
'../build/linux/system.gyp:gtk',
|
||||
],
|
||||
}],
|
||||
[ 'OS != "win"', { 'sources!': [
|
||||
'gfx/gdi_util.cc',
|
||||
'gfx/native_theme.cc',
|
||||
],
|
||||
}],
|
||||
[ 'OS != "linux"', { 'sources!': [
|
||||
'gfx/gtk_native_view_id_manager.cc',
|
||||
'gfx/gtk_util.cc',
|
||||
'gfx/native_widget_types_gtk.cc',
|
||||
],
|
||||
}],
|
||||
],
|
||||
},
|
||||
{
|
||||
'target_name': 'base_unittests',
|
||||
'type': 'executable',
|
||||
'msvs_guid': '27A30967-4BBA-48D1-8522-CDE95F7B1CEC',
|
||||
'sources': [
|
||||
'crypto/signature_verifier_unittest.cc',
|
||||
'gfx/jpeg_codec_unittest.cc',
|
||||
'gfx/native_theme_unittest.cc',
|
||||
'gfx/png_codec_unittest.cc',
|
||||
'gfx/rect_unittest.cc',
|
||||
'at_exit_unittest.cc',
|
||||
'atomicops_unittest.cc',
|
||||
'clipboard_unittest.cc',
|
||||
'command_line_unittest.cc',
|
||||
'condition_variable_unittest.cc',
|
||||
'data_pack_unittest.cc',
|
||||
'debug_util_unittest.cc',
|
||||
'directory_watcher_unittest.cc',
|
||||
'field_trial_unittest.cc',
|
||||
'file_descriptor_shuffle_unittest.cc',
|
||||
'file_path_unittest.cc',
|
||||
'file_util_unittest.cc',
|
||||
'file_version_info_unittest.cc',
|
||||
'histogram_unittest.cc',
|
||||
'hmac_unittest.cc',
|
||||
'idletimer_unittest.cc',
|
||||
'json_reader_unittest.cc',
|
||||
'json_writer_unittest.cc',
|
||||
'lazy_instance_unittest.cc',
|
||||
'linked_ptr_unittest.cc',
|
||||
'mac_util_unittest.cc',
|
||||
'message_loop_unittest.cc',
|
||||
'object_watcher_unittest.cc',
|
||||
'observer_list_unittest.cc',
|
||||
'path_service_unittest.cc',
|
||||
'pe_image_unittest.cc',
|
||||
'pickle_unittest.cc',
|
||||
'pr_time_unittest.cc',
|
||||
'process_util_unittest.cc',
|
||||
'rand_util_unittest.cc',
|
||||
'ref_counted_unittest.cc',
|
||||
'run_all_unittests.cc',
|
||||
'scoped_bstr_win_unittest.cc',
|
||||
'scoped_comptr_win_unittest.cc',
|
||||
'scoped_ptr_unittest.cc',
|
||||
'scoped_temp_dir_unittest.cc',
|
||||
'scoped_variant_win_unittest.cc',
|
||||
'sha2_unittest.cc',
|
||||
'shared_memory_unittest.cc',
|
||||
'simple_thread_unittest.cc',
|
||||
'singleton_unittest.cc',
|
||||
'stack_container_unittest.cc',
|
||||
'stats_table_unittest.cc',
|
||||
'string_escape_unittest.cc',
|
||||
'string_piece_unittest.cc',
|
||||
'string_tokenizer_unittest.cc',
|
||||
'string_util_unittest.cc',
|
||||
'sys_info_unittest.cc',
|
||||
'sys_string_conversions_unittest.cc',
|
||||
'system_monitor_unittest.cc',
|
||||
'thread_collision_warner_unittest.cc',
|
||||
'thread_local_storage_unittest.cc',
|
||||
'thread_local_unittest.cc',
|
||||
'thread_unittest.cc',
|
||||
'time_unittest.cc',
|
||||
'time_win_unittest.cc',
|
||||
'timer_unittest.cc',
|
||||
'tracked_objects_unittest.cc',
|
||||
'tuple_unittest.cc',
|
||||
'values_unittest.cc',
|
||||
'version_unittest.cc',
|
||||
'waitable_event_unittest.cc',
|
||||
'waitable_event_watcher_unittest.cc',
|
||||
'watchdog_unittest.cc',
|
||||
'win_util_unittest.cc',
|
||||
'wmi_util_unittest.cc',
|
||||
'word_iterator_unittest.cc',
|
||||
'worker_pool_unittest.cc',
|
||||
],
|
||||
'include_dirs': [
|
||||
# word_iterator.h (used by word_iterator_unittest.cc) leaks an ICU
|
||||
# #include for unicode/uchar.h. This should probably be cleaned up.
|
||||
'../third_party/icu38/public/common',
|
||||
],
|
||||
'dependencies': [
|
||||
'base',
|
||||
'base_gfx',
|
||||
'../skia/skia.gyp:skia',
|
||||
'../testing/gtest.gyp:gtest',
|
||||
],
|
||||
'conditions': [
|
||||
['OS == "linux"', {
|
||||
'sources!': [
|
||||
'file_version_info_unittest.cc',
|
||||
# Linux has an implementation of idle_timer, but it's unclear
|
||||
# if we want it yet, so leave it 'unported' for now.
|
||||
'idletimer_unittest.cc',
|
||||
'worker_pool_linux_unittest.cc',
|
||||
],
|
||||
'dependencies': [
|
||||
'../build/linux/system.gyp:gtk',
|
||||
'../build/linux/system.gyp:nss',
|
||||
],
|
||||
}],
|
||||
['OS != "mac"', {
|
||||
'sources!': [
|
||||
'mac_util_unittest.cc',
|
||||
],
|
||||
}],
|
||||
# This is needed to trigger the dll copy step on windows.
|
||||
# TODO(mark): This should not be necessary.
|
||||
['OS == "win"', {
|
||||
'dependencies': [
|
||||
'../third_party/icu38/icu38.gyp:icudata',
|
||||
],
|
||||
'sources!': [
|
||||
'data_pack_unittest.cc',
|
||||
'file_descriptor_shuffle_unittest.cc',
|
||||
],
|
||||
}, { # OS != "win"
|
||||
'sources!': [
|
||||
'gfx/native_theme_unittest.cc',
|
||||
'object_watcher_unittest.cc',
|
||||
'pe_image_unittest.cc',
|
||||
'scoped_bstr_win_unittest.cc',
|
||||
'scoped_comptr_win_unittest.cc',
|
||||
'scoped_variant_win_unittest.cc',
|
||||
'system_monitor_unittest.cc',
|
||||
'time_win_unittest.cc',
|
||||
'win_util_unittest.cc',
|
||||
'wmi_util_unittest.cc',
|
||||
],
|
||||
}],
|
||||
],
|
||||
},
|
||||
{
|
||||
'target_name': 'test_support_base',
|
||||
'type': '<(library)',
|
||||
'dependencies': [
|
||||
'base',
|
||||
'../testing/gtest.gyp:gtest',
|
||||
],
|
||||
'sources': [
|
||||
'perftimer.cc',
|
||||
'run_all_perftests.cc',
|
||||
],
|
||||
'direct_dependent_settings': {
|
||||
'defines': [
|
||||
'PERF_TEST',
|
||||
],
|
||||
},
|
||||
'conditions': [
|
||||
['OS == "linux"', {
|
||||
'dependencies': [
|
||||
# Needed to handle the #include chain:
|
||||
# base/perf_test_suite.h
|
||||
# base/test_suite.h
|
||||
# gtk/gtk.h
|
||||
'../build/linux/system.gyp:gtk',
|
||||
],
|
||||
}],
|
||||
],
|
||||
},
|
||||
],
|
||||
'conditions': [
|
||||
[ 'OS == "win"', {
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'debug_message',
|
||||
'type': 'executable',
|
||||
'sources': [
|
||||
'debug_message.cc',
|
||||
],
|
||||
},
|
||||
],
|
||||
}],
|
||||
],
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioPropertySheet
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="base"
|
||||
InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops"
|
||||
>
|
||||
</VisualStudioPropertySheet>
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioPropertySheet
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="base_gfx"
|
||||
InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\third_party\libjpeg\using_libjpeg.vsprops;$(SolutionDir)..\third_party\libpng\using_libpng.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops;..\..\skia\using_skia.vsprops"
|
||||
>
|
||||
</VisualStudioPropertySheet>
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioPropertySheet
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="base_unittests"
|
||||
InheritedPropertySheets=".\base_gfx.vsprops"
|
||||
>
|
||||
</VisualStudioPropertySheet>
|
Загрузка…
Ссылка в новой задаче