summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_exe.gypi
diff options
context:
space:
mode:
authorcdn@chromium.org <cdn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-27 21:18:03 +0000
committercdn@chromium.org <cdn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-27 21:18:03 +0000
commit93893c777a03ab76b24d25acad4d323b971f9d63 (patch)
tree436e135e67794ead7eeed182b453a32ed5963eae /chrome/chrome_exe.gypi
parentc2f875f7fa31901e66385359ece70b6d211f6620 (diff)
downloadchromium_src-93893c777a03ab76b24d25acad4d323b971f9d63.zip
chromium_src-93893c777a03ab76b24d25acad4d323b971f9d63.tar.gz
chromium_src-93893c777a03ab76b24d25acad4d323b971f9d63.tar.bz2
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
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r--chrome/chrome_exe.gypi3
1 files changed, 3 insertions, 0 deletions
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',