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

Unified Diff: snapshot/snapshot.gyp

Issue 651283003: Add crashpad_info, MachOImageAnnotationsReader, and its test (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Rebase onto master 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/mac/process_types/crashpad_info.proctype ('k') | no next file » | 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 4fa34c933a98e4a74957d0c1ba1b8af7248083da..196b165286d9b525e5d8e578e3f892af6a5136db 100644
--- a/snapshot/snapshot.gyp
+++ b/snapshot/snapshot.gyp
@@ -18,6 +18,7 @@
'target_name': 'snapshot',
'type': 'static_library',
'dependencies': [
+ '../client/client.gyp:client',
'../compat/compat.gyp:compat',
'../third_party/mini_chromium/mini_chromium/base/base.gyp:base',
'../util/util.gyp:util',
@@ -34,6 +35,8 @@
'mac/cpu_context_mac.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',
@@ -47,6 +50,7 @@
'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',
@@ -71,6 +75,7 @@
'type': 'executable',
'dependencies': [
'snapshot',
+ '../client/client.gyp:client',
'../compat/compat.gyp:compat',
'../third_party/gtest/gtest.gyp:gtest',
'../third_party/gtest/gtest.gyp:gtest_main',
@@ -83,6 +88,7 @@
],
'sources': [
'mac/cpu_context_mac_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',
« no previous file with comments | « snapshot/mac/process_types/crashpad_info.proctype ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698