summaryrefslogtreecommitdiffstats
path: root/breakpad
diff options
context:
space:
mode:
authordmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-30 17:53:20 +0000
committerdmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-30 17:53:20 +0000
commit8e2a8c24f3ce57222ca35ed128ab80563dbab7a0 (patch)
treefee7123035beccdb8ab49e626d25f8229755deb5 /breakpad
parent4772b07c4021b482abb25babd8a8da2ed526f9e4 (diff)
downloadchromium_src-8e2a8c24f3ce57222ca35ed128ab80563dbab7a0.zip
chromium_src-8e2a8c24f3ce57222ca35ed128ab80563dbab7a0.tar.gz
chromium_src-8e2a8c24f3ce57222ca35ed128ab80563dbab7a0.tar.bz2
Revert 43081 - Bump breakpad version to version 557, which improves how invalid argument CRT reports are generated to allow sorting those dumps by stack signature.
BUG=none TEST=none Review URL: http://codereview.chromium.org/1418001 TBR=siggi@chromium.org Review URL: http://codereview.chromium.org/1556003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43103 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad')
-rw-r--r--breakpad/breakpad.gyp4
1 files changed, 0 insertions, 4 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index 3332661..30da5ae 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -229,7 +229,6 @@
'type': '<(library)',
'sources': [
- 'src/client/linux/crash_generation/crash_generation_client.cc',
'src/client/linux/handler/exception_handler.cc',
'src/client/linux/minidump_writer/directory_reader.h',
'src/client/linux/minidump_writer/line_reader.h',
@@ -244,8 +243,6 @@
'src/common/convert_UTF.h',
'src/common/linux/guid_creator.cc',
'src/common/linux/guid_creator.h',
- 'src/common/linux/file_id.cc',
- 'src/common/linux/file_id.h',
'src/common/linux/linux_libc_support.h',
'src/common/linux/linux_syscall_support.h',
'src/common/linux/memory.h',
@@ -301,7 +298,6 @@
'include_dirs': [
'..',
- 'src',
],
},
],