diff options
author | tschmelcher@chromium.org <tschmelcher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-04 18:45:43 +0000 |
---|---|---|
committer | tschmelcher@chromium.org <tschmelcher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-04 18:45:43 +0000 |
commit | 2ea3ca3156bddfb88b29094f6bb45c0aafa773c3 (patch) | |
tree | 98d2d14faab18e54f3fe7bc3efc33293ed9911c3 /o3d | |
parent | 3c5cfd37cf1ac050a2075e59f13779d2d826057b (diff) | |
download | chromium_src-2ea3ca3156bddfb88b29094f6bb45c0aafa773c3.zip chromium_src-2ea3ca3156bddfb88b29094f6bb45c0aafa773c3.tar.gz chromium_src-2ea3ca3156bddfb88b29094f6bb45c0aafa773c3.tar.bz2 |
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
Diffstat (limited to 'o3d')
-rw-r--r-- | o3d/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |