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

Unified Diff: minidump/minidump.gyp

Issue 992693003: Add ASSERT_DEATH_CHECK() to do ASSERT_DEATH() of CHECK() failures (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years, 9 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: minidump/minidump.gyp
diff --git a/minidump/minidump.gyp b/minidump/minidump.gyp
index 3fcd24941fff2b359f55f2be49a2fe1528e2f5c8..cf1d7f371e50d58c3b56fa09267f874c4643aa5f 100644
--- a/minidump/minidump.gyp
+++ b/minidump/minidump.gyp
@@ -81,6 +81,8 @@
'../third_party/gtest/gtest.gyp:gtest',
'../third_party/gtest/gtest.gyp:gtest_main',
'../third_party/mini_chromium/mini_chromium.gyp:base',
+ '../util/util.gyp:crashpad_util',
+ '../util/util.gyp:crashpad_util_test',
],
'include_dirs': [
'..',

Powered by Google App Engine
This is Rietveld 408576698