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

Unified Diff: snapshot/snapshot.gyp

Issue 1131473005: win: Add thread snapshot and memory snapshot for stacks (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: comment Created 5 years, 7 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/memory_snapshot_mac.cc ('k') | snapshot/win/memory_snapshot_win.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 dcb386f6c24fce08fc974c34cbbce6eeaa782022..0eda1b6bb10f61e6ff176c0f759b8c66d5549295 100644
--- a/snapshot/snapshot.gyp
+++ b/snapshot/snapshot.gyp
@@ -88,6 +88,8 @@
'system_snapshot.h',
'thread_snapshot.h',
'win/module_snapshot_win.cc',
+ 'win/memory_snapshot_win.cc',
+ 'win/memory_snapshot_win.h',
'win/module_snapshot_win.h',
'win/pe_image_reader.cc',
'win/pe_image_reader.h',
@@ -97,6 +99,8 @@
'win/process_snapshot_win.h',
'win/system_snapshot_win.cc',
'win/system_snapshot_win.h',
+ 'win/thread_snapshot_win.cc',
+ 'win/thread_snapshot_win.h',
],
'conditions': [
['OS=="win"', {
« no previous file with comments | « snapshot/mac/memory_snapshot_mac.cc ('k') | snapshot/win/memory_snapshot_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698