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', |
], |
}, |
], |