diff options
author | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-11 15:23:42 +0000 |
---|---|---|
committer | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-11 15:23:42 +0000 |
commit | 5156a125897f30d94a648ccf1fc1d6b48d1b488d (patch) | |
tree | 10277f73cd07f69894382fc756e16581b8125fea /DEPS | |
parent | b66296c8eae48d109914059f670cf1d2aee9b403 (diff) | |
download | chromium_src-5156a125897f30d94a648ccf1fc1d6b48d1b488d.zip chromium_src-5156a125897f30d94a648ccf1fc1d6b48d1b488d.tar.gz chromium_src-5156a125897f30d94a648ccf1fc1d6b48d1b488d.tar.bz2 |
Update Breakpad to r428 to fix issue with symbol visibility.
BUG=22659
TEST=1.Crash reporting on Mac should still work after this CL. Repro steps in bug should no longer cause Chrome to crash.
Review URL: http://codereview.chromium.org/389011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31664 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ vars = { deps = { "src/breakpad/src": - "http://google-breakpad.googlecode.com/svn/trunk/src@417", + "http://google-breakpad.googlecode.com/svn/trunk/src@428", "src/build/util/support": "/trunk/deps/support@20411", |