Skip to content

Commit 0d3f473

Browse files
Michael MossChromium LUCI CQ
authored andcommitted
Revert "Roll src/third_party/breakpad/breakpad/ 7933ec0a6..4722484bf (3 commits)"
This reverts commit 65aa0de. Reason for revert: Possibly causing Linux compile errors BUG=1246974 Original change's description: > Roll src/third_party/breakpad/breakpad/ 7933ec0a6..4722484bf (3 commits) > > https://chromium.googlesource.com/breakpad/breakpad.git/+log/7933ec0a69ba..4722484bf698 > > $ git log 7933ec0a6..4722484bf --date=short --no-merges --format='%ad %ae %s' > 2021-09-02 thestig Fix compiler errors found with -Wunreachable-code-aggressive. > 2021-08-31 zequanwu Make INLINE_ORIGIN positions not important in symbol file > 2021-08-25 thestig Modernize MinidumpCrashpadInfo::Print(). > > Created with: > roll-dep src/third_party/breakpad/breakpad > > Change-Id: Ifd484b5e3ba5cb7181e30c80165f82023e3675c7 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3140688 > Commit-Queue: Nico Weber <[email protected]> > Reviewed-by: Nico Weber <[email protected]> > Cr-Commit-Position: refs/heads/main@{#918085} Change-Id: If66bc3ad5ba6ab642927a65a4613fbd2bd7b9606 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3144212 Bot-Commit: Rubber Stamper <[email protected]> Commit-Queue: Lei Zhang <[email protected]> Commit-Queue: Nico Weber <[email protected]> Reviewed-by: Nico Weber <[email protected]> Cr-Commit-Position: refs/heads/main@{#918859}
1 parent cde7a0c commit 0d3f473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ deps = {
938938
},
939939

940940
'src/third_party/breakpad/breakpad':
941-
Var('chromium_git') + '/breakpad/breakpad.git' + '@' + 'e87bb1b3b480d1e44e6a742b8cc0a1698b98494e',
941+
Var('chromium_git') + '/breakpad/breakpad.git' + '@' + '7933ec0a69bac134b7cee4b60a5dc80743b2b1a9',
942942

943943
'src/third_party/byte_buddy': {
944944
'packages': [

0 commit comments

Comments
 (0)