summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPS2
-rw-r--r--breakpad/breakpad.gyp5
2 files changed, 1 insertions, 6 deletions
diff --git a/DEPS b/DEPS
index a99b4ae..c210f13 100644
--- a/DEPS
+++ b/DEPS
@@ -7,7 +7,7 @@ vars = {
deps = {
"src/breakpad/src":
- "http://google-breakpad.googlecode.com/svn/trunk/src@416",
+ "http://google-breakpad.googlecode.com/svn/trunk/src@417",
"src/build/util/support":
"/trunk/deps/support@20411",
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index 61cac25..1fed709 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -152,11 +152,6 @@
'src/client/mac/Framework/Breakpad.mm',
'src/client/mac/Framework/OnDemandServer.mm',
],
- 'xcode_settings': {
- # The Mac Breakpad framework uses C++ exceptions internally, but
- # is careful to not propagate them to callers.
- 'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
- },
},
],
}],