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

Unified Diff: snapshot/snapshot.gyp

Issue 1052813002: win: make CrashpadInfo retrievable (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: more fixes Created 5 years, 8 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_snapshot_mac.h ('k') | snapshot/snapshot_test.gyp » ('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 17495d67472fddc6330e635cefbf44c6035878db..dcb386f6c24fce08fc974c34cbbce6eeaa782022 100644
--- a/snapshot/snapshot.gyp
+++ b/snapshot/snapshot.gyp
@@ -33,11 +33,11 @@
'cpu_architecture.h',
'cpu_context.cc',
'cpu_context.h',
+ 'crashpad_info_client_options.cc',
+ 'crashpad_info_client_options.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',
@@ -87,8 +87,14 @@
'process_snapshot.h',
'system_snapshot.h',
'thread_snapshot.h',
+ 'win/module_snapshot_win.cc',
+ 'win/module_snapshot_win.h',
+ 'win/pe_image_reader.cc',
+ 'win/pe_image_reader.h',
'win/process_reader_win.cc',
'win/process_reader_win.h',
+ 'win/process_snapshot_win.cc',
+ 'win/process_snapshot_win.h',
'win/system_snapshot_win.cc',
'win/system_snapshot_win.h',
],
« no previous file with comments | « snapshot/mac/process_snapshot_mac.h ('k') | snapshot/snapshot_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698