Commit 29b10722 authored by Lei Zhang's avatar Lei Zhang Committed by Commit Bot

Roll src/third_party/breakpad/breakpad/ 27c001192..79ba6a494 (6 commits)

https://chromium.googlesource.com/breakpad/breakpad.git/+log/27c001192ba9..79ba6a494fb2

$ git log 27c001192..79ba6a494 --date=short --no-merges --format='%ad %ae %s'
2018-06-26 thestig Ignore duplicate module list entries.
2018-06-26 thestig Only do Android-specific adjustments for Android minidumps.
2018-06-25 thestig Refactor code out of MinidumpModuleList::Read().
2018-06-25 thestig Add an anonymous namespace in minidump.cc.
2018-06-01 mh Fall back to the raw symbol name from DW_AT_MIPS_linkage_name when there is nothing else
2018-05-29 aarond Avoid endl when writing symbol files

Created with:
  roll-dep src/third_party/breakpad/breakpad

TBR=mark@chromium.org
BUG=838322

Change-Id: Ica9179dd2dd7690703ef63ce7d2f439b56d44e13
Reviewed-on: https://chromium-review.googlesource.com/1117855Reviewed-by: default avatarLei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#571012}
parent 7e2f4905
...@@ -519,7 +519,7 @@ deps = { ...@@ -519,7 +519,7 @@ deps = {
}, },
'src/third_party/breakpad/breakpad': 'src/third_party/breakpad/breakpad':
Var('chromium_git') + '/breakpad/breakpad.git' + '@' + '27c001192ba9b78fe8f47c5a51a2d0a371860f12', Var('chromium_git') + '/breakpad/breakpad.git' + '@' + '79ba6a494fb2097b39f76fe6a4b4b4f407e32a02',
'src/third_party/byte_buddy': { 'src/third_party/byte_buddy': {
'packages': [ 'packages': [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment