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

Unified Diff: snapshot/snapshot.gyp

Issue 666483002: Create snapshot/mac and move some files from snapshot and util to there (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad/+/master
Patch Set: Move process_reader, process_types, and mach_o_image*_reader from util/mac to snapshot/mac Created 6 years, 2 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/memory_snapshot_mac.cc ('k') | snapshot/system_snapshot_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/snapshot.gyp
diff --git a/snapshot/snapshot.gyp b/snapshot/snapshot.gyp
index 4140c8412d8e2b8b785bd45a1c2d2bc29d6e91b8..4fa34c933a98e4a74957d0c1ba1b8af7248083da 100644
--- a/snapshot/snapshot.gyp
+++ b/snapshot/snapshot.gyp
@@ -29,22 +29,41 @@
'cpu_architecture.h',
'cpu_context.cc',
'cpu_context.h',
- 'cpu_context_mac.cc',
- 'cpu_context_mac.h',
'exception_snapshot.h',
- 'exception_snapshot_mac.cc',
- 'exception_snapshot_mac.h',
+ 'mac/cpu_context_mac.cc',
+ 'mac/cpu_context_mac.h',
+ 'mac/exception_snapshot_mac.cc',
+ 'mac/exception_snapshot_mac.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/process_reader.cc',
+ 'mac/process_reader.h',
+ 'mac/process_types.cc',
+ 'mac/process_types.h',
+ 'mac/process_types/all.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',
'memory_snapshot.h',
- 'memory_snapshot_mac.cc',
- 'memory_snapshot_mac.h',
'module_snapshot.h',
'process_snapshot.h',
'system_snapshot.h',
- 'system_snapshot_mac.cc',
- 'system_snapshot_mac.h',
'thread_snapshot.h',
- 'thread_snapshot_mac.cc',
- 'thread_snapshot_mac.h',
],
},
{
@@ -63,8 +82,12 @@
'..',
],
'sources': [
- 'cpu_context_mac_test.cc',
- 'system_snapshot_mac_test.cc',
+ 'mac/cpu_context_mac_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',
],
},
],
« no previous file with comments | « snapshot/memory_snapshot_mac.cc ('k') | snapshot/system_snapshot_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698