commit | c538f652fecf52a1751eff4a250c28569c2d837b | [log] [tgz] |
---|---|---|
author | Robert Sesek <[email protected]> | Wed Nov 08 11:16:55 2017 |
committer | Commit Bot <[email protected]> | Wed Nov 08 11:16:55 2017 |
tree | c685c791509acf0cc76acaddbee5260ccd778703 | |
parent | 0acd1627a3481649ceb76eaebbf82a410419b02c [diff] [blame] |
Roll src/third_party/breakpad/breakpad/ 3bbf3fb0d..8a0edac9a (1 commit) https://chromium.googlesource.com/breakpad/breakpad.git/+log/3bbf3fb0db6d..8a0edac9abfe $ git log 3bbf3fb0d..8a0edac9a --date=short --no-merges --format='%ad %ae %s' 2017-11-07 rsesek Add index-based set functionality to NonAllocatingMap. Created with: roll-dep src/third_party/breakpad/breakpad Bug: 598854 Change-Id: Iea8b632f90e435cea5f7533c2bbcfa19ad3b1422 Reviewed-on: https://chromium-review.googlesource.com/757740 Reviewed-by: Mark Mentovai <[email protected]> Commit-Queue: Robert Sesek <[email protected]> Cr-Commit-Position: refs/heads/master@{#514797}
diff --git a/DEPS b/DEPS index 3356cf7..db0651f4 100644 --- a/DEPS +++ b/DEPS
@@ -272,7 +272,7 @@ Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/breakpad/breakpad': - Var('chromium_git') + '/breakpad/breakpad.git' + '@' + '3bbf3fb0db6d751405b6fc30daba478445089e4d', + Var('chromium_git') + '/breakpad/breakpad.git' + '@' + '8a0edac9abfec72e0a86aebd6a0a38761c7c8962', 'src/third_party/catapult': Var('chromium_git') + '/catapult.git' + '@' + Var('catapult_revision'),