Commit 6c6d7821 authored by olivierrobin's avatar olivierrobin Committed by Commit bot

Roll breakpad to e654eb71272829c6f00024f96a10a1882c08a282

This effictively revert CL https://codereview.chromium.org/1567973002
to fix crash reporting on iOS.

BUG=569158

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

Cr-Commit-Position: refs/heads/master@{#370738}
parent 12a62b08
......@@ -106,7 +106,7 @@ allowed_hosts = [
deps = {
'src/breakpad/src':
Var('chromium_git') + '/breakpad/breakpad/src.git' + '@' + 'c051af689cdb08d9cecaa127f3d69eba006d0bc9',
Var('chromium_git') + '/breakpad/breakpad/src.git' + '@' + 'e654eb71272829c6f00024f96a10a1882c08a282',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'),
......
......@@ -306,6 +306,16 @@
'src/common/simple_string_dictionary.cc',
'src/common/string_conversion.cc',
],
'conditions': [
['OS=="ios"', {
'xcode_settings' : {
'WARNING_CFLAGS': [
# See https://bugs.chromium.org/p/google-breakpad/issues/detail?id=675.
'-Wno-deprecated-declarations',
],
},
}],
],
},
{
# GN version: //breakpad:crash_inspector
......
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