Skip to content

Commit

Permalink
Roll breakpad to r897 to eliminate UnspecifiedStackSignature crash du…
Browse files Browse the repository at this point in the history
…mps.

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
  • Loading branch information
siggi@chromium.org committed Dec 22, 2011
1 parent 62e7b3b commit adeb3e8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ vars = {

deps = {
"src/breakpad/src":
(Var("googlecode_url") % "google-breakpad") + "/trunk/src@891",
(Var("googlecode_url") % "google-breakpad") + "/trunk/src@897",

"src/build/util/support":
"/trunk/deps/support@20411",
Expand Down
10 changes: 10 additions & 0 deletions breakpad/breakpad.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -441,6 +447,10 @@
'src/tools/linux/md2core/minidump-2-core.cc'
],

'dependencies': [
'breakpad_client',
],

'include_dirs': [
'..',
'src',
Expand Down

0 comments on commit adeb3e8

Please sign in to comment.