Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(505)

Unified Diff: snapshot/snapshot_test.gyp

Issue 1045173004: Split *_test.gyp from *.gyp (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « snapshot/snapshot.gyp ('k') | util/util.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/snapshot_test.gyp
diff --git a/snapshot/snapshot.gyp b/snapshot/snapshot_test.gyp
similarity index 51%
copy from snapshot/snapshot.gyp
copy to snapshot/snapshot_test.gyp
index 9c72e53adccdbcc45c38726bf78674aed512fcb0..27c4f62b0005977a25c2f928a4b25f1fd6186a63 100644
--- a/snapshot/snapshot.gyp
+++ b/snapshot/snapshot_test.gyp
@@ -18,96 +18,10 @@
],
'targets': [
{
- 'target_name': 'crashpad_snapshot',
- 'type': 'static_library',
- 'dependencies': [
- '../client/client.gyp:crashpad_client',
- '../compat/compat.gyp:crashpad_compat',
- '../third_party/mini_chromium/mini_chromium.gyp:base',
- '../util/util.gyp:crashpad_util',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'cpu_architecture.h',
- 'cpu_context.cc',
- 'cpu_context.h',
- 'exception_snapshot.h',
- 'mac/cpu_context_mac.cc',
- 'mac/cpu_context_mac.h',
- 'mac/crashpad_info_client_options.cc',
- 'mac/crashpad_info_client_options.h',
- 'mac/exception_snapshot_mac.cc',
- 'mac/exception_snapshot_mac.h',
- 'mac/mach_o_image_annotations_reader.cc',
- 'mac/mach_o_image_annotations_reader.h',
- 'mac/mach_o_image_reader.cc',
- 'mac/mach_o_image_reader.h',
- 'mac/mach_o_image_segment_reader.cc',
- 'mac/mach_o_image_segment_reader.h',
- 'mac/mach_o_image_symbol_table_reader.cc',
- 'mac/mach_o_image_symbol_table_reader.h',
- 'mac/memory_snapshot_mac.cc',
- 'mac/memory_snapshot_mac.h',
- 'mac/module_snapshot_mac.cc',
- 'mac/module_snapshot_mac.h',
- 'mac/process_reader.cc',
- 'mac/process_reader.h',
- 'mac/process_snapshot_mac.cc',
- 'mac/process_snapshot_mac.h',
- 'mac/process_types.cc',
- 'mac/process_types.h',
- 'mac/process_types/all.proctype',
- 'mac/process_types/crashpad_info.proctype',
- 'mac/process_types/crashreporterclient.proctype',
- 'mac/process_types/custom.cc',
- 'mac/process_types/dyld_images.proctype',
- 'mac/process_types/flavors.h',
- 'mac/process_types/internal.h',
- 'mac/process_types/loader.proctype',
- 'mac/process_types/nlist.proctype',
- 'mac/process_types/traits.h',
- 'mac/system_snapshot_mac.cc',
- 'mac/system_snapshot_mac.h',
- 'mac/thread_snapshot_mac.cc',
- 'mac/thread_snapshot_mac.h',
- 'minidump/minidump_simple_string_dictionary_reader.cc',
- 'minidump/minidump_simple_string_dictionary_reader.h',
- 'minidump/minidump_string_list_reader.cc',
- 'minidump/minidump_string_list_reader.h',
- 'minidump/minidump_string_reader.cc',
- 'minidump/minidump_string_reader.h',
- 'minidump/module_snapshot_minidump.cc',
- 'minidump/module_snapshot_minidump.h',
- 'minidump/process_snapshot_minidump.cc',
- 'minidump/process_snapshot_minidump.h',
- 'memory_snapshot.h',
- 'module_snapshot.h',
- 'process_snapshot.h',
- 'system_snapshot.h',
- 'thread_snapshot.h',
- 'win/process_reader_win.cc',
- 'win/process_reader_win.h',
- 'win/system_snapshot_win.cc',
- 'win/system_snapshot_win.h',
- ],
- 'conditions': [
- ['OS=="win"', {
- 'link_settings': {
- 'libraries': [
- '-lpowrprof.lib',
- '-lversion.lib',
- ],
- },
- }],
- ]
- },
- {
'target_name': 'crashpad_snapshot_test_lib',
'type': 'static_library',
'dependencies': [
- 'crashpad_snapshot',
+ 'snapshot.gyp:crashpad_snapshot',
'../compat/compat.gyp:crashpad_compat',
'../third_party/mini_chromium/mini_chromium.gyp:base',
'../util/util.gyp:crashpad_util',
@@ -136,14 +50,14 @@
'target_name': 'crashpad_snapshot_test',
'type': 'executable',
'dependencies': [
- 'crashpad_snapshot',
+ 'snapshot.gyp: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',
+ '../util/util_test.gyp:crashpad_util_test_lib',
],
'include_dirs': [
'..',
« no previous file with comments | « snapshot/snapshot.gyp ('k') | util/util.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698