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

Unified Diff: snapshot/snapshot_test.gyp

Issue 1356383002: win: Implement CRASHPAD_SIMULATE_CRASH() (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: fixes Created 5 years, 3 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 | « client/simulate_crash_win.h ('k') | snapshot/win/crashpad_snapshot_test_dump_without_crashing.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/snapshot_test.gyp
diff --git a/snapshot/snapshot_test.gyp b/snapshot/snapshot_test.gyp
index 5cb5776ee0456d7df695e69177ee2e1f7b5994c4..fd7aaefebeac72720a430edf00eed8e6332b7cf0 100644
--- a/snapshot/snapshot_test.gyp
+++ b/snapshot/snapshot_test.gyp
@@ -97,6 +97,7 @@
['OS=="win"', {
'dependencies': [
'crashpad_snapshot_test_crashing_child',
+ 'crashpad_snapshot_test_dump_without_crashing',
'crashpad_snapshot_test_image_reader',
'crashpad_snapshot_test_image_reader_module',
],
@@ -153,6 +154,19 @@
],
},
{
+ 'target_name': 'crashpad_snapshot_test_dump_without_crashing',
+ 'type': 'executable',
+ 'dependencies': [
+ '../client/client.gyp:crashpad_client',
+ '../compat/compat.gyp:crashpad_compat',
+ '../third_party/mini_chromium/mini_chromium.gyp:base',
+ '../util/util.gyp:crashpad_util',
+ ],
+ 'sources': [
+ 'win/crashpad_snapshot_test_dump_without_crashing.cc',
+ ],
+ },
+ {
'target_name': 'crashpad_snapshot_test_image_reader',
'type': 'executable',
'dependencies': [
« no previous file with comments | « client/simulate_crash_win.h ('k') | snapshot/win/crashpad_snapshot_test_dump_without_crashing.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698