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
This commit is contained in:
2
DEPS
2
DEPS
@ -56,7 +56,7 @@ vars = {
|
||||
|
||||
deps = {
|
||||
"src/breakpad/src":
|
||||
(Var("googlecode_url") % "google-breakpad") + "/trunk/src@915",
|
||||
(Var("googlecode_url") % "google-breakpad") + "/trunk/src@922",
|
||||
|
||||
"src/build/util/support":
|
||||
"/trunk/deps/support@20411",
|
||||
|
@ -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',
|
||||
|
Reference in New Issue
Block a user