summaryrefslogtreecommitdiffstats
path: root/breakpad
diff options
context:
space:
mode:
authorolivierrobin <olivierrobin@chromium.org>2016-01-21 10:50:26 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-21 18:51:19 +0000
commit6c6d782163429484047d64a006d9f74395806591 (patch)
treec97c1c264a020cfca049c1471d2ed193b2abfd00 /breakpad
parent12a62b08d77fb5cdac1ddd754b1a6a81875e92fd (diff)
downloadchromium_src-6c6d782163429484047d64a006d9f74395806591.zip
chromium_src-6c6d782163429484047d64a006d9f74395806591.tar.gz
chromium_src-6c6d782163429484047d64a006d9f74395806591.tar.bz2
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}
Diffstat (limited to 'breakpad')
-rw-r--r--breakpad/breakpad.gyp10
1 files changed, 10 insertions, 0 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index 030fd40..69ce5be 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -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