summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-15 22:54:46 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-15 22:54:46 +0000
commit9c1981c591996af8fdbce5dcb0d2d473e7383e5e (patch)
tree9f2790b8c1acb98f72ba1b14eccad46a0bb10771 /DEPS
parent9aeaa120c0f6e3ad1251e8c29c115667de9b5058 (diff)
downloadchromium_src-9c1981c591996af8fdbce5dcb0d2d473e7383e5e.zip
chromium_src-9c1981c591996af8fdbce5dcb0d2d473e7383e5e.tar.gz
chromium_src-9c1981c591996af8fdbce5dcb0d2d473e7383e5e.tar.bz2
Disable -fexceptions in Breakpad. I made the Mac Breakpad framework buildable
without -fexceptions in upstream r417. BUG=24911 (because this also eliminates some C++ exception symbols from the symbol table) TEST=none Review URL: http://codereview.chromium.org/267129 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29201 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 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",