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 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DEPS') diff --git a/DEPS b/DEPS index 3bd14de..af6ea27 100644 --- a/DEPS +++ b/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", -- cgit v1.1