| Index: snapshot/snapshot.gyp
|
| diff --git a/snapshot/snapshot.gyp b/snapshot/snapshot.gyp
|
| index 9c72e53adccdbcc45c38726bf78674aed512fcb0..17495d67472fddc6330e635cefbf44c6035878db 100644
|
| --- a/snapshot/snapshot.gyp
|
| +++ b/snapshot/snapshot.gyp
|
| @@ -103,96 +103,5 @@
|
| }],
|
| ]
|
| },
|
| - {
|
| - 'target_name': 'crashpad_snapshot_test_lib',
|
| - 'type': 'static_library',
|
| - 'dependencies': [
|
| - 'crashpad_snapshot',
|
| - '../compat/compat.gyp:crashpad_compat',
|
| - '../third_party/mini_chromium/mini_chromium.gyp:base',
|
| - '../util/util.gyp:crashpad_util',
|
| - ],
|
| - 'include_dirs': [
|
| - '..',
|
| - ],
|
| - 'sources': [
|
| - 'test/test_cpu_context.cc',
|
| - 'test/test_cpu_context.h',
|
| - 'test/test_exception_snapshot.cc',
|
| - 'test/test_exception_snapshot.h',
|
| - 'test/test_memory_snapshot.cc',
|
| - 'test/test_memory_snapshot.h',
|
| - 'test/test_module_snapshot.cc',
|
| - 'test/test_module_snapshot.h',
|
| - 'test/test_process_snapshot.cc',
|
| - 'test/test_process_snapshot.h',
|
| - 'test/test_system_snapshot.cc',
|
| - 'test/test_system_snapshot.h',
|
| - 'test/test_thread_snapshot.cc',
|
| - 'test/test_thread_snapshot.h',
|
| - ],
|
| - },
|
| - {
|
| - 'target_name': 'crashpad_snapshot_test',
|
| - 'type': 'executable',
|
| - 'dependencies': [
|
| - 'crashpad_snapshot',
|
| - '../client/client.gyp:crashpad_client',
|
| - '../compat/compat.gyp:crashpad_compat',
|
| - '../third_party/gtest/gtest.gyp:gtest',
|
| - '../third_party/gtest/gtest.gyp:gtest_main',
|
| - '../third_party/mini_chromium/mini_chromium.gyp:base',
|
| - '../util/util.gyp:crashpad_util',
|
| - '../util/util.gyp:crashpad_util_test_lib',
|
| - ],
|
| - 'include_dirs': [
|
| - '..',
|
| - ],
|
| - 'sources': [
|
| - 'cpu_context_test.cc',
|
| - 'mac/cpu_context_mac_test.cc',
|
| - 'mac/crashpad_info_client_options_test.cc',
|
| - 'mac/mach_o_image_annotations_reader_test.cc',
|
| - 'mac/mach_o_image_reader_test.cc',
|
| - 'mac/mach_o_image_segment_reader_test.cc',
|
| - 'mac/process_reader_test.cc',
|
| - 'mac/process_types_test.cc',
|
| - 'mac/system_snapshot_mac_test.cc',
|
| - 'minidump/process_snapshot_minidump_test.cc',
|
| - 'win/system_snapshot_win_test.cc',
|
| - ],
|
| - 'conditions': [
|
| - ['OS=="mac"', {
|
| - 'dependencies': [
|
| - 'crashpad_snapshot_test_module',
|
| - ],
|
| - 'link_settings': {
|
| - 'libraries': [
|
| - '$(SDKROOT)/System/Library/Frameworks/OpenCL.framework',
|
| - ],
|
| - },
|
| - }],
|
| - ],
|
| - },
|
| - ],
|
| - 'conditions': [
|
| - ['OS=="mac"', {
|
| - 'targets': [
|
| - {
|
| - 'target_name': 'crashpad_snapshot_test_module',
|
| - 'type': 'loadable_module',
|
| - 'dependencies': [
|
| - '../client/client.gyp:crashpad_client',
|
| - '../third_party/mini_chromium/mini_chromium.gyp:base',
|
| - ],
|
| - 'include_dirs': [
|
| - '..',
|
| - ],
|
| - 'sources': [
|
| - 'mac/crashpad_info_client_options_test_module.cc',
|
| - ],
|
| - },
|
| - ],
|
| - }],
|
| ],
|
| }
|
|
|