From 93893c777a03ab76b24d25acad4d323b971f9d63 Mon Sep 17 00:00:00 2001 From: "cdn@chromium.org" Date: Thu, 27 Sep 2012 21:18:03 +0000 Subject: Add initial framework for detecting and reporting unusual process state at the time of a crash BUG=128594 TEST=Nothing to test yet, tets will be added with the rest of the code. Review URL: https://chromiumcodereview.appspot.com/10933104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159120 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome_exe.gypi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chrome/chrome_exe.gypi') diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index 431d136..c8527f9 100644 --- a/chrome/chrome_exe.gypi +++ b/chrome/chrome_exe.gypi @@ -24,6 +24,8 @@ 'app/chrome_exe_resource.h', 'app/client_util.cc', 'app/client_util.h', + 'app/crash_analysis_win.cc', + 'app/crash_analysis_win.h', 'app/hard_error_handler_win.cc', 'app/hard_error_handler_win.h', 'app/metro_driver_win.cc', @@ -542,6 +544,7 @@ 'product_name': 'nacl64', 'sources': [ 'app/breakpad_win.cc', + 'app/crash_analysis_win.cc', 'app/hard_error_handler_win.cc', 'nacl/nacl_exe_win_64.cc', '../content/app/startup_helper_win.cc', -- cgit v1.1