Commit 70db6ba9 authored by Nico Weber's avatar Nico Weber

Roll breakpad 615a6b0:08e3393

08e3393 Let breakpad build with -Wall on OS X and Linux.
8ef927c Remove use of deprecated CFURLCreateDataAndPropertiesFromResource function.
51e5c56 Fix ExploitabilityLinuxUtilsTest::DisassembleBytesTest to not fail
eb6262d dump_syms: add a -v flag
016f568 Fix file descriptor leaks in linux CrashGenerationServer
dc210a5 Make dump_syms buildable under newer versions of Xcode.

BUG=
R=thestig@chromium.org
TBR=thestig@chromium.org

Review URL: https://codereview.chromium.org/1555583002 .

Cr-Commit-Position: refs/heads/master@{#367113}
parent 7f3bb49d
...@@ -106,7 +106,7 @@ allowed_hosts = [ ...@@ -106,7 +106,7 @@ allowed_hosts = [
deps = { deps = {
'src/breakpad/src': 'src/breakpad/src':
Var('chromium_git') + '/breakpad/breakpad/src.git' + '@' + '615a6b0e2b376e3ae946972a52ef897bf6daaff3', Var('chromium_git') + '/breakpad/breakpad/src.git' + '@' + '08e33932af979a29a09b9d893f93132757dc05b6',
'src/buildtools': 'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'), Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'),
......
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