diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-22 03:43:58 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-22 03:43:58 +0000 |
commit | 3f1201a57fb69c1dda8d161bce704b86573665c2 (patch) | |
tree | a6cd87cd65075206f2355e6b9d156bb363239f1d /breakpad | |
parent | 4a68a433b3b92e4abcd743e3aae1ea7d9426f16c (diff) | |
download | chromium_src-3f1201a57fb69c1dda8d161bce704b86573665c2.zip chromium_src-3f1201a57fb69c1dda8d161bce704b86573665c2.tar.gz chromium_src-3f1201a57fb69c1dda8d161bce704b86573665c2.tar.bz2 |
roll breakpad 915:922
916: Creating minidump for uncaught exception on iOS.
917: Add missing include. (iOS)
918: Avoid setting an alternative stack for signals if there's already one (linux)
919: Add filename to error when PDBSourceLineWriter::Open fails (win)
920: Add some missing #includes
921: Add a bootstrap_register() wrapper to fix deprecation warnings (mac)
922: Move away from the 10.4 SDK. (mac)
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/9433023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122963 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad')
-rw-r--r-- | breakpad/breakpad.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index 7a05cc7..ca561d8 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -1,4 +1,4 @@ -# Copyright (c) 2011 The Chromium Authors. All rights reserved. +# Copyright (c) 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -30,6 +30,7 @@ 'src/common/convert_UTF.c', 'src/client/mac/handler/breakpad_nlist_64.cc', 'src/client/mac/handler/dynamic_images.cc', + 'src/common/mac/bootstrap_compat.cc', 'src/common/mac/file_id.cc', 'src/common/mac/MachIPC.mm', 'src/common/mac/macho_id.cc', |