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

Unified Diff: third_party/crashpad/crashpad/util/util_test.gyp

Issue 2833533003: Update Crashpad to f487da4ff2c47a129e2f8f3a7e0c769b54e4585f (Closed)
Patch Set: Created 3 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
Index: third_party/crashpad/crashpad/util/util_test.gyp
diff --git a/third_party/crashpad/crashpad/util/util_test.gyp b/third_party/crashpad/crashpad/util/util_test.gyp
index 95dac082c613cd058b2e631807dcedd827dafff2..20e0c95456c30ff8f7a93a547203f00e86bd5dfb 100644
--- a/third_party/crashpad/crashpad/util/util_test.gyp
+++ b/third_party/crashpad/crashpad/util/util_test.gyp
@@ -102,6 +102,7 @@
'win/initial_client_data_test.cc',
'win/process_info_test.cc',
'win/registration_protocol_win_test.cc',
+ 'win/safe_terminate_process_test.cc',
'win/scoped_process_suspend_test.cc',
'win/session_end_watcher_test.cc',
'win/time_test.cc',
@@ -117,6 +118,7 @@
['OS=="win"', {
'dependencies': [
'crashpad_util_test_process_info_test_child',
+ 'crashpad_util_test_safe_terminate_process_test_child',
],
'link_settings': {
'libraries': [
@@ -171,6 +173,13 @@
},
},
},
+ {
+ 'target_name': 'crashpad_util_test_safe_terminate_process_test_child',
+ 'type': 'executable',
+ 'sources': [
+ 'win/safe_terminate_process_test_child.cc',
+ ],
+ },
]
}],
],
« no previous file with comments | « third_party/crashpad/crashpad/util/util.gyp ('k') | third_party/crashpad/crashpad/util/win/capture_context.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698