From 3f1201a57fb69c1dda8d161bce704b86573665c2 Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Wed, 22 Feb 2012 03:43:58 +0000 Subject: 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 --- breakpad/breakpad.gyp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'breakpad') 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', -- cgit v1.1