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

Unified Diff: src/client/windows/unittests/client_tests.gyp

Issue 1994015: Moved exception_handler_test to the more aptly named exception_handler_death_... (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Patch Set: '' Created 10 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 | « src/client/windows/handler/exception_handler.cc ('k') | src/client/windows/unittests/dump_analysis.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/client/windows/unittests/client_tests.gyp
===================================================================
--- src/client/windows/unittests/client_tests.gyp (revision 592)
+++ src/client/windows/unittests/client_tests.gyp (working copy)
@@ -37,11 +37,15 @@
'type': 'executable',
'sources': [
'exception_handler_test.cc',
+ 'exception_handler_death_test.cc',
'minidump_test.cc',
+ 'dump_analysis.cc',
+ 'dump_analysis.h',
],
'dependencies': [
'gtest.gyp:gtest',
'../breakpad_client.gyp:common',
+ '../crash_generation/crash_generation.gyp:crash_generation_server',
'../crash_generation/crash_generation.gyp:crash_generation_client',
'../handler/exception_handler.gyp:exception_handler',
]
« no previous file with comments | « src/client/windows/handler/exception_handler.cc ('k') | src/client/windows/unittests/dump_analysis.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698