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

Unified Diff: snapshot/snapshot.gyp

Issue 1126413008: win: Implement exception snapshot (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: . 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
Index: snapshot/snapshot.gyp
diff --git a/snapshot/snapshot.gyp b/snapshot/snapshot.gyp
index 23d412f96b1adfd28b52c8fb05058d8be25a3975..33a81ee0f1511274b7fb26b81b256b88921a54b1 100644
--- a/snapshot/snapshot.gyp
+++ b/snapshot/snapshot.gyp
@@ -87,6 +87,10 @@
'process_snapshot.h',
'system_snapshot.h',
'thread_snapshot.h',
+ 'win/cpu_context_win.cc',
+ 'win/cpu_context_win.h',
+ 'win/exception_snapshot_win.cc',
+ 'win/exception_snapshot_win.h',
'win/memory_snapshot_win.cc',
'win/memory_snapshot_win.h',
'win/module_snapshot_win.cc',

Powered by Google App Engine
This is Rietveld 408576698