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

Unified Diff: snapshot/snapshot.gyp

Issue 932153003: Add ProcessSnapshotMinidump, the beginning of the minidump variant of the Snapshot family (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Address review feedback Created 5 years, 10 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/minidump/process_snapshot_minidump_test.cc ('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 894fd061f6f2552aae735e51d5c9301369d115df..0ec007b1e9c9d6abe56de4f26fb92aa53082a9f4 100644
--- a/snapshot/snapshot.gyp
+++ b/snapshot/snapshot.gyp
@@ -67,6 +67,12 @@
'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_reader.cc',
+ 'minidump/minidump_string_reader.h',
+ 'minidump/process_snapshot_minidump.cc',
+ 'minidump/process_snapshot_minidump.h',
'memory_snapshot.h',
'module_snapshot.h',
'process_snapshot.h',
@@ -128,6 +134,7 @@
'mac/process_reader_test.cc',
'mac/process_types_test.cc',
'mac/system_snapshot_mac_test.cc',
+ 'minidump/process_snapshot_minidump_test.cc',
],
},
],
« no previous file with comments | « snapshot/minidump/process_snapshot_minidump_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698