summaryrefslogtreecommitdiffstats
path: root/breakpad
diff options
context:
space:
mode:
authorsiggi@chromium.org <siggi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-22 21:54:19 +0000
committersiggi@chromium.org <siggi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-22 21:54:19 +0000
commitadeb3e8dc6730e73c385c3fc0173e7a54164e8ed (patch)
tree9b7b03d851d71436c7615c48b80dc38dca692ee8 /breakpad
parent62e7b3bbc9d05e81935811374c2b7264342f83cf (diff)
downloadchromium_src-adeb3e8dc6730e73c385c3fc0173e7a54164e8ed.zip
chromium_src-adeb3e8dc6730e73c385c3fc0173e7a54164e8ed.tar.gz
chromium_src-adeb3e8dc6730e73c385c3fc0173e7a54164e8ed.tar.bz2
Roll breakpad to r897 to eliminate UnspecifiedStackSignature crash dumps.
R=mark@chromium.org,benchan@chromium.org BUG=None TEST=None Review URL: http://codereview.chromium.org/9021040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115614 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad')
-rw-r--r--breakpad/breakpad.gyp10
1 files changed, 10 insertions, 0 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index 2774135..695932f 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -282,6 +282,8 @@
'src/common/linux/elf_symbols_to_module.h',
'src/common/linux/file_id.cc',
'src/common/linux/file_id.h',
+ 'src/common/linux/memory_mapped_file.cc',
+ 'src/common/linux/memory_mapped_file.h',
'src/common/linux/guid_creator.h',
'src/common/module.cc',
'src/common/module.h',
@@ -336,6 +338,10 @@
'src/common/linux/libcurl_wrapper.cc',
'src/common/linux/libcurl_wrapper.h',
'src/common/linux/linux_libc_support.h',
+ 'src/common/linux/memory_mapped_file.cc',
+ 'src/common/linux/memory_mapped_file.h',
+ 'src/common/linux/safe_readlink.cc',
+ 'src/common/linux/safe_readlink.h',
'src/common/memory.h',
'src/common/string_conversion.cc',
'src/common/string_conversion.h',
@@ -441,6 +447,10 @@
'src/tools/linux/md2core/minidump-2-core.cc'
],
+ 'dependencies': [
+ 'breakpad_client',
+ ],
+
'include_dirs': [
'..',
'src',