From 2ea3ca3156bddfb88b29094f6bb45c0aafa773c3 Mon Sep 17 00:00:00 2001 From: "tschmelcher@chromium.org" Date: Fri, 4 Mar 2011 18:45:43 +0000 Subject: Oops, change O3D's DEPS on Chromium's breakpad code again. :( The current trunk revision requires newer revisions of other Chromium code for Mac and Linux, so the bump broke those builds. Updating all the dependencies is too hairy, so instead decrease the breakpad revision to the latest version that works for all platforms. TEST=built on Windows, Mac, and Linux BUG=none Review URL: http://codereview.chromium.org/6626005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76940 0039d316-1c4b-4281-b951-d872f2087c98 --- o3d/DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'o3d') diff --git a/o3d/DEPS b/o3d/DEPS index a954374..506767c 100644 --- a/o3d/DEPS +++ b/o3d/DEPS @@ -4,7 +4,7 @@ vars = { # When updating the chromium rev, you must also update the nss and sqlite # revs to match the version pulled-in by Chromium's own DEPS in the new rev. "chromium_rev": "51794", - "chromium_breakpad_rev": "72364", + "chromium_breakpad_rev": "50763", "o3d_code_rev": "232", "skia_rev": "586", "gyp_rev": "899", -- cgit v1.1